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_NODEgetContentId, getContentLocation, setContentId, setContentLocationpublic SOAPMessage getSOAPMessage()
public SOAPEnvelope getEnvelope() throws SOAPException
getEnvelope in class SOAPPartSOAPExceptionpublic void setEnvelope(SOAPEnvelope soapEnvelope)
public void removeMimeHeader(String s)
removeMimeHeader in class SOAPPartpublic void removeAllMimeHeaders()
removeAllMimeHeaders in class SOAPPartpublic String[] getMimeHeader(String name)
getMimeHeader in class SOAPPartpublic void setMimeHeader(String name, String value)
setMimeHeader in class SOAPPartpublic void addMimeHeader(String name, String value)
addMimeHeader in class SOAPPartpublic Iterator getAllMimeHeaders()
getAllMimeHeaders in class SOAPPartpublic Iterator getMatchingMimeHeaders(String[] names)
getMatchingMimeHeaders in class SOAPPartpublic Iterator getNonMatchingMimeHeaders(String[] names)
getNonMatchingMimeHeaders in class SOAPPartpublic void setContent(Source source) throws SOAPException
setContent in class SOAPPartSOAPExceptionpublic Source getContent() throws SOAPException
getContent in class SOAPPartSOAPExceptionpublic DOMImplementation getImplementation()
public DocumentFragment createDocumentFragment()
public DocumentType getDoctype()
public Element getDocumentElement()
public Attr createAttribute(String name) throws DOMException
DOMExceptionpublic CDATASection createCDATASection(String data) throws DOMException
DOMExceptionpublic Element createElement(String tagName) throws DOMException
DOMExceptionpublic EntityReference createEntityReference(String name) throws DOMException
DOMExceptionpublic Node importNode(Node importedNode, boolean deep) throws DOMException
DOMExceptionpublic Attr createAttributeNS(String namespaceURI, String qualifiedName) throws DOMException
DOMExceptionpublic Element createElementNS(String namespaceURI, String qualifiedName) throws DOMException
DOMExceptionpublic NodeList getElementsByTagNameNS(String namespaceURI, String localName)
public ProcessingInstruction createProcessingInstruction(String target, String data) throws DOMException
DOMExceptionpublic Node appendChild(Node newChild) throws DOMException
DOMExceptionpublic 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
DOMExceptionpublic 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
DOMExceptionpublic void normalize()
public Node removeChild(Node oldChild) throws DOMException
DOMExceptionpublic Node replaceChild(Node newChild, Node oldChild) throws DOMException
DOMExceptionpublic void setNodeValue(String nodeValue) throws DOMException
DOMExceptionpublic void setPrefix(String s) throws DOMException
DOMExceptionpublic Node adoptNode(Node source) throws DOMException
DOMExceptionpublic 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
DOMExceptionpublic void setDocumentURI(String documentURI)
public void setStrictErrorChecking(boolean strictErrorChecking)
public void setXmlStandalone(boolean xmlStandalone)
throws DOMException
DOMExceptionpublic void setXmlVersion(String xmlVersion) throws DOMException
DOMExceptionpublic short compareDocumentPosition(Node other) throws DOMException
DOMExceptionpublic String getBaseURI()
public String getTextContent() throws DOMException
DOMExceptionpublic boolean isDefaultNamespace(String namespaceURI)
public boolean isEqualNode(Node arg)
public boolean isSameNode(Node other)
public void setTextContent(String textContent) throws DOMException
DOMExceptionpublic 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
SOAPExceptionpublic void setValue(String value)
Copyright © 2012 JBoss, by Red Hat. All Rights Reserved.