public class SOAPPartImpl extends SOAPPart
ATTRIBUTE_NODE, CDATA_SECTION_NODE, COMMENT_NODE, DOCUMENT_FRAGMENT_NODE, DOCUMENT_NODE, DOCUMENT_POSITION_CONTAINED_BY, DOCUMENT_POSITION_CONTAINS, DOCUMENT_POSITION_DISCONNECTED, DOCUMENT_POSITION_FOLLOWING, DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC, DOCUMENT_POSITION_PRECEDING, DOCUMENT_TYPE_NODE, ELEMENT_NODE, ENTITY_NODE, ENTITY_REFERENCE_NODE, NOTATION_NODE, PROCESSING_INSTRUCTION_NODE, TEXT_NODE
getContentId, getContentLocation, setContentId, setContentLocation
public SOAPMessage getSOAPMessage()
public SOAPEnvelope getEnvelope() throws SOAPException
getEnvelope
in class SOAPPart
SOAPException
public void setEnvelope(SOAPEnvelope soapEnvelope)
public void removeMimeHeader(String s)
removeMimeHeader
in class SOAPPart
public void removeAllMimeHeaders()
removeAllMimeHeaders
in class SOAPPart
public String[] getMimeHeader(String name)
getMimeHeader
in class SOAPPart
public void setMimeHeader(String name, String value)
setMimeHeader
in class SOAPPart
public void addMimeHeader(String name, String value)
addMimeHeader
in class SOAPPart
public Iterator getAllMimeHeaders()
getAllMimeHeaders
in class SOAPPart
public Iterator getMatchingMimeHeaders(String[] names)
getMatchingMimeHeaders
in class SOAPPart
public Iterator getNonMatchingMimeHeaders(String[] names)
getNonMatchingMimeHeaders
in class SOAPPart
public void setContent(Source source) throws SOAPException
setContent
in class SOAPPart
SOAPException
public Source getContent() throws SOAPException
getContent
in class SOAPPart
SOAPException
public DOMImplementation getImplementation()
public DocumentFragment createDocumentFragment()
public DocumentType getDoctype()
public Element getDocumentElement()
public Attr createAttribute(String name) throws DOMException
DOMException
public CDATASection createCDATASection(String data) throws DOMException
DOMException
public Element createElement(String tagName) throws DOMException
DOMException
public EntityReference createEntityReference(String name) throws DOMException
DOMException
public Node importNode(Node importedNode, boolean deep) throws DOMException
DOMException
public Attr createAttributeNS(String namespaceURI, String qualifiedName) throws DOMException
DOMException
public Element createElementNS(String namespaceURI, String qualifiedName) throws DOMException
DOMException
public NodeList getElementsByTagNameNS(String namespaceURI, String localName)
public ProcessingInstruction createProcessingInstruction(String target, String data) throws DOMException
DOMException
public Node appendChild(Node newChild) throws DOMException
DOMException
public Node cloneNode(boolean deep)
public NamedNodeMap getAttributes()
public NodeList getChildNodes()
public Node getFirstChild()
public Node getLastChild()
public String getLocalName()
public String getNamespaceURI()
public Node getNextSibling()
public String getNodeName()
public short getNodeType()
public String getNodeValue() throws DOMException
DOMException
public Document getOwnerDocument()
public Node getParentNode()
public String getPrefix()
public Node getPreviousSibling()
public boolean hasAttributes()
public boolean hasChildNodes()
public Node insertBefore(Node newChild, Node refChild) throws DOMException
DOMException
public void normalize()
public Node removeChild(Node oldChild) throws DOMException
DOMException
public Node replaceChild(Node newChild, Node oldChild) throws DOMException
DOMException
public void setNodeValue(String nodeValue) throws DOMException
DOMException
public void setPrefix(String s) throws DOMException
DOMException
public Node adoptNode(Node source) throws DOMException
DOMException
public String getDocumentURI()
public DOMConfiguration getDomConfig()
public String getInputEncoding()
public boolean getStrictErrorChecking()
public String getXmlEncoding()
public boolean getXmlStandalone()
public String getXmlVersion()
public void normalizeDocument()
public Node renameNode(Node n, String namespaceURI, String qualifiedName) throws DOMException
DOMException
public void setDocumentURI(String documentURI)
public void setStrictErrorChecking(boolean strictErrorChecking)
public void setXmlStandalone(boolean xmlStandalone) throws DOMException
DOMException
public void setXmlVersion(String xmlVersion) throws DOMException
DOMException
public short compareDocumentPosition(Node other) throws DOMException
DOMException
public String getBaseURI()
public String getTextContent() throws DOMException
DOMException
public boolean isDefaultNamespace(String namespaceURI)
public boolean isEqualNode(Node arg)
public boolean isSameNode(Node other)
public void setTextContent(String textContent) throws DOMException
DOMException
public Object setUserData(String key, Object data, UserDataHandler handler)
public void detachNode()
public SOAPElement getParentElement()
public String getValue()
public void recycleNode()
public void setParentElement(SOAPElement parent) throws SOAPException
SOAPException
public void setValue(String value)
Copyright © 2013 JBoss, by Red Hat. All Rights Reserved.