| java.lang.Object javax.xml.soap.SOAPMessage com.caucho.xml.saaj.SOAPMessageImpl
Method Summary | |
public void | addAttachmentPart(AttachmentPart attachmentPart) | public org.w3c.dom.Node | adoptNode(org.w3c.dom.Node source) | public org.w3c.dom.Node | appendChild(org.w3c.dom.Node newChild) | public org.w3c.dom.Node | cloneNode(boolean deep) | public short | compareDocumentPosition(org.w3c.dom.Node other) | public int | countAttachments() | public AttachmentPart | createAttachmentPart() | public AttachmentPart | createAttachmentPart(DataHandler dataHandler) | public AttachmentPart | createAttachmentPart(Object content, String contentType) | public Attr | createAttribute(String name) | public Attr | createAttributeNS(String namespaceURI, String qualifiedName) | public CDATASection | createCDATASection(String data) | public Comment | createComment(String data) | public DocumentFragment | createDocumentFragment() | public Element | createElement(String tagName) | public Element | createElementNS(String namespaceURI, String qualifiedName) | public EntityReference | createEntityReference(String name) | public ProcessingInstruction | createProcessingInstruction(String target, String data) | public org.w3c.dom.Text | createTextNode(String data) | public AttachmentPart | getAttachment(SOAPElement element) | public Iterator | getAttachments() | public Iterator | getAttachments(MimeHeaders headers) | public NamedNodeMap | getAttributes() | public String | getBaseURI() | public NodeList | getChildNodes() | public String | getContentDescription() | public DocumentType | getDoctype() | public Element | getDocumentElement() | public String | getDocumentURI() | public DOMConfiguration | getDomConfig() | public Element | getElementById(String elementId) | public NodeList | getElementsByTagName(String tagname) | public NodeList | getElementsByTagNameNS(String namespaceURI, String localName) | public Object | getFeature(String feature, String version) | public org.w3c.dom.Node | getFirstChild() | public DOMImplementation | getImplementation() | public String | getInputEncoding() | public org.w3c.dom.Node | getLastChild() | public String | getLocalName() | public MimeHeaders | getMimeHeaders() | public String | getNamespaceURI() | public org.w3c.dom.Node | getNextSibling() | public String | getNodeName() | public short | getNodeType() | public String | getNodeValue() | public Document | getOwnerDocument() | public org.w3c.dom.Node | getParentNode() | public String | getPrefix() | public org.w3c.dom.Node | getPreviousSibling() | public Object | getProperty(String property) | public SOAPBody | getSOAPBody() | public SOAPHeader | getSOAPHeader() | public SOAPPart | getSOAPPart() | public boolean | getStrictErrorChecking() | public String | getTextContent() | public Object | getUserData(String key) | public String | getXmlEncoding() | public boolean | getXmlStandalone() | public String | getXmlVersion() | public boolean | hasAttributes() | public boolean | hasChildNodes() | public org.w3c.dom.Node | importNode(org.w3c.dom.Node importedNode, boolean deep) | public org.w3c.dom.Node | insertBefore(org.w3c.dom.Node newChild, org.w3c.dom.Node refChild) | public boolean | isDefaultNamespace(String namespaceURI) | public boolean | isEqualNode(org.w3c.dom.Node arg) | public boolean | isSameNode(org.w3c.dom.Node other) | public boolean | isSupported(String feature, String version) | public String | lookupNamespaceURI(String prefix) | public String | lookupPrefix(String namespaceURI) | public void | normalize() | public void | normalizeDocument() | public void | removeAllAttachments() | public void | removeAttachments(MimeHeaders headers) | public org.w3c.dom.Node | removeChild(org.w3c.dom.Node oldChild) | public org.w3c.dom.Node | renameNode(org.w3c.dom.Node n, String namespaceURI, String qualifiedName) | public org.w3c.dom.Node | replaceChild(org.w3c.dom.Node newChild, org.w3c.dom.Node oldChild) | public void | saveChanges() | public boolean | saveRequired() | public void | setContentDescription(String description) | public void | setDocumentURI(String documentURI) | public void | setNodeValue(String nodeValue) | public void | setPrefix(String prefix) | public void | setProperty(String property, Object value) | public static void | setRandomSeed(long seed) | public void | setStrictErrorChecking(boolean strictErrorChecking) | public void | setTextContent(String textContent) | public Object | setUserData(String key, Object data, UserDataHandler handler) | public void | setXmlStandalone(boolean xmlStandalone) | public void | setXmlVersion(String xmlVersion) | public void | writeTo(OutputStream out) |
countAttachments | public int countAttachments()(Code) | | |
getContentDescription | public String getContentDescription()(Code) | | |
getNodeType | public short getNodeType()(Code) | | |
getStrictErrorChecking | public boolean getStrictErrorChecking()(Code) | | |
getXmlStandalone | public boolean getXmlStandalone()(Code) | | |
hasAttributes | public boolean hasAttributes()(Code) | | |
hasChildNodes | public boolean hasChildNodes()(Code) | | |
isDefaultNamespace | public boolean isDefaultNamespace(String namespaceURI)(Code) | | |
normalize | public void normalize()(Code) | | |
normalizeDocument | public void normalizeDocument()(Code) | | |
removeAllAttachments | public void removeAllAttachments()(Code) | | |
saveRequired | public boolean saveRequired()(Code) | | |
setContentDescription | public void setContentDescription(String description)(Code) | | |
setDocumentURI | public void setDocumentURI(String documentURI)(Code) | | |
setNodeValue | public void setNodeValue(String nodeValue)(Code) | | |
setRandomSeed | public static void setRandomSeed(long seed)(Code) | | |
setStrictErrorChecking | public void setStrictErrorChecking(boolean strictErrorChecking)(Code) | | |
setTextContent | public void setTextContent(String textContent)(Code) | | |
setXmlStandalone | public void setXmlStandalone(boolean xmlStandalone)(Code) | | |
setXmlVersion | public void setXmlVersion(String xmlVersion)(Code) | | |
|
|