public class SoapHeaderAdapter extends Object implements SOAPHeader
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| Constructor and Description |
|---|
SoapHeaderAdapter() |
public SOAPHeaderElement addHeaderElement(Name arg0) throws SOAPException
addHeaderElement in interface SOAPHeaderSOAPExceptionpublic Iterator<SOAPHeaderElement> examineAllHeaderElements()
examineAllHeaderElements in interface SOAPHeaderpublic Iterator<SOAPHeaderElement> examineHeaderElements(String arg0)
examineHeaderElements in interface SOAPHeaderpublic Iterator<SOAPHeaderElement> examineMustUnderstandHeaderElements(String arg0)
examineMustUnderstandHeaderElements in interface SOAPHeaderpublic Iterator<SOAPHeaderElement> extractAllHeaderElements()
extractAllHeaderElements in interface SOAPHeaderpublic Iterator<SOAPHeaderElement> extractHeaderElements(String arg0)
extractHeaderElements in interface SOAPHeaderpublic SOAPElement addAttribute(Name arg0, String arg1) throws SOAPException
addAttribute in interface SOAPElementSOAPExceptionpublic SOAPElement addChildElement(Name arg0) throws SOAPException
addChildElement in interface SOAPElementSOAPExceptionpublic SOAPElement addChildElement(String arg0) throws SOAPException
addChildElement in interface SOAPElementSOAPExceptionpublic SOAPElement addChildElement(SOAPElement arg0) throws SOAPException
addChildElement in interface SOAPElementSOAPExceptionpublic SOAPElement addChildElement(String arg0, String arg1) throws SOAPException
addChildElement in interface SOAPElementSOAPExceptionpublic SOAPElement addChildElement(String arg0, String arg1, String arg2) throws SOAPException
addChildElement in interface SOAPElementSOAPExceptionpublic SOAPElement addNamespaceDeclaration(String arg0, String arg1) throws SOAPException
addNamespaceDeclaration in interface SOAPElementSOAPExceptionpublic SOAPElement addTextNode(String arg0) throws SOAPException
addTextNode in interface SOAPElementSOAPExceptionpublic Iterator<?> getAllAttributes()
getAllAttributes in interface SOAPElementpublic String getAttributeValue(Name arg0)
getAttributeValue in interface SOAPElementpublic Iterator<?> getChildElements()
getChildElements in interface SOAPElementpublic Iterator<?> getChildElements(Name arg0)
getChildElements in interface SOAPElementpublic Name getElementName()
getElementName in interface SOAPElementpublic String getEncodingStyle()
getEncodingStyle in interface SOAPElementpublic Iterator<?> getNamespacePrefixes()
getNamespacePrefixes in interface SOAPElementpublic String getNamespaceURI(String arg0)
getNamespaceURI in interface SOAPElementpublic Iterator<?> getVisibleNamespacePrefixes()
getVisibleNamespacePrefixes in interface SOAPElementpublic boolean removeAttribute(Name arg0)
removeAttribute in interface SOAPElementpublic void removeContents()
removeContents in interface SOAPElementpublic boolean removeNamespaceDeclaration(String arg0)
removeNamespaceDeclaration in interface SOAPElementpublic void setEncodingStyle(String arg0) throws SOAPException
setEncodingStyle in interface SOAPElementSOAPExceptionpublic void detachNode()
public SOAPElement getParentElement()
public String getValue()
public void recycleNode()
public void setParentElement(SOAPElement arg0) throws SOAPException
SOAPExceptionpublic void setValue(String arg0)
public Node appendChild(Node newChild) throws DOMException
appendChild in interface NodeDOMExceptionpublic short compareDocumentPosition(Node other) throws DOMException
compareDocumentPosition in interface NodeDOMExceptionpublic NamedNodeMap getAttributes()
getAttributes in interface Nodepublic String getBaseURI()
getBaseURI in interface Nodepublic NodeList getChildNodes()
getChildNodes in interface Nodepublic Object getFeature(String feature, String version)
getFeature in interface Nodepublic Node getFirstChild()
getFirstChild in interface Nodepublic Node getLastChild()
getLastChild in interface Nodepublic String getLocalName()
getLocalName in interface Nodepublic String getNamespaceURI()
getNamespaceURI in interface Nodepublic Node getNextSibling()
getNextSibling in interface Nodepublic String getNodeName()
getNodeName in interface Nodepublic short getNodeType()
getNodeType in interface Nodepublic String getNodeValue() throws DOMException
getNodeValue in interface NodeDOMExceptionpublic Document getOwnerDocument()
getOwnerDocument in interface Nodepublic Node getParentNode()
getParentNode in interface Nodepublic Node getPreviousSibling()
getPreviousSibling in interface Nodepublic String getTextContent() throws DOMException
getTextContent in interface NodeDOMExceptionpublic Object getUserData(String key)
getUserData in interface Nodepublic boolean hasAttributes()
hasAttributes in interface Nodepublic boolean hasChildNodes()
hasChildNodes in interface Nodepublic Node insertBefore(Node newChild, Node refChild) throws DOMException
insertBefore in interface NodeDOMExceptionpublic boolean isDefaultNamespace(String namespaceURI)
isDefaultNamespace in interface Nodepublic boolean isEqualNode(Node arg)
isEqualNode in interface Nodepublic boolean isSameNode(Node other)
isSameNode in interface Nodepublic boolean isSupported(String feature, String version)
isSupported in interface Nodepublic String lookupNamespaceURI(String prefix)
lookupNamespaceURI in interface Nodepublic String lookupPrefix(String namespaceURI)
lookupPrefix in interface Nodepublic Node removeChild(Node oldChild) throws DOMException
removeChild in interface NodeDOMExceptionpublic Node replaceChild(Node newChild, Node oldChild) throws DOMException
replaceChild in interface NodeDOMExceptionpublic void setNodeValue(String nodeValue) throws DOMException
setNodeValue in interface NodeDOMExceptionpublic void setPrefix(String prefix) throws DOMException
setPrefix in interface NodeDOMExceptionpublic void setTextContent(String textContent) throws DOMException
setTextContent in interface NodeDOMExceptionpublic Object setUserData(String key, Object data, UserDataHandler handler)
setUserData in interface Nodepublic String getAttribute(String name)
getAttribute in interface Elementpublic String getAttributeNS(String namespaceURI, String localName) throws DOMException
getAttributeNS in interface ElementDOMExceptionpublic Attr getAttributeNode(String name)
getAttributeNode in interface Elementpublic Attr getAttributeNodeNS(String namespaceURI, String localName) throws DOMException
getAttributeNodeNS in interface ElementDOMExceptionpublic NodeList getElementsByTagName(String name)
getElementsByTagName in interface Elementpublic NodeList getElementsByTagNameNS(String namespaceURI, String localName) throws DOMException
getElementsByTagNameNS in interface ElementDOMExceptionpublic TypeInfo getSchemaTypeInfo()
getSchemaTypeInfo in interface Elementpublic String getTagName()
getTagName in interface Elementpublic boolean hasAttribute(String name)
hasAttribute in interface Elementpublic boolean hasAttributeNS(String namespaceURI, String localName) throws DOMException
hasAttributeNS in interface ElementDOMExceptionpublic void removeAttribute(String name) throws DOMException
removeAttribute in interface ElementDOMExceptionpublic void removeAttributeNS(String namespaceURI, String localName) throws DOMException
removeAttributeNS in interface ElementDOMExceptionpublic Attr removeAttributeNode(Attr oldAttr) throws DOMException
removeAttributeNode in interface ElementDOMExceptionpublic void setAttribute(String name, String value) throws DOMException
setAttribute in interface ElementDOMExceptionpublic void setAttributeNS(String namespaceURI, String qualifiedName, String value) throws DOMException
setAttributeNS in interface ElementDOMExceptionpublic Attr setAttributeNode(Attr newAttr) throws DOMException
setAttributeNode in interface ElementDOMExceptionpublic Attr setAttributeNodeNS(Attr newAttr) throws DOMException
setAttributeNodeNS in interface ElementDOMExceptionpublic void setIdAttribute(String name, boolean isId) throws DOMException
setIdAttribute in interface ElementDOMExceptionpublic void setIdAttributeNS(String namespaceURI, String localName, boolean isId) throws DOMException
setIdAttributeNS in interface ElementDOMExceptionpublic void setIdAttributeNode(Attr idAttr, boolean isId) throws DOMException
setIdAttributeNode in interface ElementDOMExceptionpublic SOAPHeaderElement addUpgradeHeaderElement(String arg)
addUpgradeHeaderElement in interface SOAPHeaderpublic SOAPHeaderElement addUpgradeHeaderElement(String[] arg)
addUpgradeHeaderElement in interface SOAPHeaderpublic SOAPHeaderElement addUpgradeHeaderElement(Iterator arg)
addUpgradeHeaderElement in interface SOAPHeaderpublic SOAPHeaderElement addNotUnderstoodHeaderElement(QName arg)
addNotUnderstoodHeaderElement in interface SOAPHeaderpublic SOAPHeaderElement addHeaderElement(QName arg)
addHeaderElement in interface SOAPHeaderpublic Iterator<?> getChildElements(QName arg)
getChildElements in interface SOAPElementpublic boolean removeAttribute(QName arg)
removeAttribute in interface SOAPElementpublic SOAPElement setElementQName(QName arg)
setElementQName in interface SOAPElementpublic QName getElementQName()
getElementQName in interface SOAPElementpublic QName createQName(String arg0, String arg1)
createQName in interface SOAPElementpublic Iterator<?> getAllAttributesAsQNames()
getAllAttributesAsQNames in interface SOAPElementpublic String getAttributeValue(QName arg)
getAttributeValue in interface SOAPElementpublic SOAPElement addAttribute(QName arg0, String arg1)
addAttribute in interface SOAPElementpublic SOAPHeaderElement addChildElement(QName arg)
addChildElement in interface SOAPElement