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