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| コンストラクタと説明 |
|---|
SoapHeaderAdapter() |
public SOAPHeaderElement addHeaderElement(Name arg0) throws SOAPException
addHeaderElement インタフェース内 SOAPHeaderSOAPExceptionpublic Iterator<SOAPHeaderElement> examineAllHeaderElements()
examineAllHeaderElements インタフェース内 SOAPHeaderpublic Iterator<SOAPHeaderElement> examineHeaderElements(String arg0)
examineHeaderElements インタフェース内 SOAPHeaderpublic Iterator<SOAPHeaderElement> examineMustUnderstandHeaderElements(String arg0)
examineMustUnderstandHeaderElements インタフェース内 SOAPHeaderpublic Iterator<SOAPHeaderElement> extractAllHeaderElements()
extractAllHeaderElements インタフェース内 SOAPHeaderpublic Iterator<SOAPHeaderElement> extractHeaderElements(String arg0)
extractHeaderElements インタフェース内 SOAPHeaderpublic SOAPElement addAttribute(Name arg0, String arg1) throws SOAPException
addAttribute インタフェース内 SOAPElementSOAPExceptionpublic SOAPElement addChildElement(Name arg0) throws SOAPException
addChildElement インタフェース内 SOAPElementSOAPExceptionpublic SOAPElement addChildElement(String arg0) throws SOAPException
addChildElement インタフェース内 SOAPElementSOAPExceptionpublic SOAPElement addChildElement(SOAPElement arg0) throws SOAPException
addChildElement インタフェース内 SOAPElementSOAPExceptionpublic SOAPElement addChildElement(String arg0, String arg1) throws SOAPException
addChildElement インタフェース内 SOAPElementSOAPExceptionpublic SOAPElement addChildElement(String arg0, String arg1, String arg2) throws SOAPException
addChildElement インタフェース内 SOAPElementSOAPExceptionpublic SOAPElement addNamespaceDeclaration(String arg0, String arg1) throws SOAPException
addNamespaceDeclaration インタフェース内 SOAPElementSOAPExceptionpublic SOAPElement addTextNode(String arg0) throws SOAPException
addTextNode インタフェース内 SOAPElementSOAPExceptionpublic Iterator<?> getAllAttributes()
getAllAttributes インタフェース内 SOAPElementpublic String getAttributeValue(Name arg0)
getAttributeValue インタフェース内 SOAPElementpublic Iterator<?> getChildElements()
getChildElements インタフェース内 SOAPElementpublic Iterator<?> getChildElements(Name arg0)
getChildElements インタフェース内 SOAPElementpublic Name getElementName()
getElementName インタフェース内 SOAPElementpublic String getEncodingStyle()
getEncodingStyle インタフェース内 SOAPElementpublic Iterator<?> getNamespacePrefixes()
getNamespacePrefixes インタフェース内 SOAPElementpublic String getNamespaceURI(String arg0)
getNamespaceURI インタフェース内 SOAPElementpublic Iterator<?> getVisibleNamespacePrefixes()
getVisibleNamespacePrefixes インタフェース内 SOAPElementpublic boolean removeAttribute(Name arg0)
removeAttribute インタフェース内 SOAPElementpublic void removeContents()
removeContents インタフェース内 SOAPElementpublic boolean removeNamespaceDeclaration(String arg0)
removeNamespaceDeclaration インタフェース内 SOAPElementpublic void setEncodingStyle(String arg0) throws SOAPException
setEncodingStyle インタフェース内 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 インタフェース内 NodeDOMExceptionpublic short compareDocumentPosition(Node other) throws DOMException
compareDocumentPosition インタフェース内 NodeDOMExceptionpublic NamedNodeMap getAttributes()
getAttributes インタフェース内 Nodepublic String getBaseURI()
getBaseURI インタフェース内 Nodepublic NodeList getChildNodes()
getChildNodes インタフェース内 Nodepublic Object getFeature(String feature, String version)
getFeature インタフェース内 Nodepublic Node getFirstChild()
getFirstChild インタフェース内 Nodepublic Node getLastChild()
getLastChild インタフェース内 Nodepublic String getLocalName()
getLocalName インタフェース内 Nodepublic String getNamespaceURI()
getNamespaceURI インタフェース内 Nodepublic Node getNextSibling()
getNextSibling インタフェース内 Nodepublic String getNodeName()
getNodeName インタフェース内 Nodepublic short getNodeType()
getNodeType インタフェース内 Nodepublic String getNodeValue() throws DOMException
getNodeValue インタフェース内 NodeDOMExceptionpublic Document getOwnerDocument()
getOwnerDocument インタフェース内 Nodepublic Node getParentNode()
getParentNode インタフェース内 Nodepublic Node getPreviousSibling()
getPreviousSibling インタフェース内 Nodepublic String getTextContent() throws DOMException
getTextContent インタフェース内 NodeDOMExceptionpublic Object getUserData(String key)
getUserData インタフェース内 Nodepublic boolean hasAttributes()
hasAttributes インタフェース内 Nodepublic boolean hasChildNodes()
hasChildNodes インタフェース内 Nodepublic Node insertBefore(Node newChild, Node refChild) throws DOMException
insertBefore インタフェース内 NodeDOMExceptionpublic boolean isDefaultNamespace(String namespaceURI)
isDefaultNamespace インタフェース内 Nodepublic boolean isEqualNode(Node arg)
isEqualNode インタフェース内 Nodepublic boolean isSameNode(Node other)
isSameNode インタフェース内 Nodepublic boolean isSupported(String feature, String version)
isSupported インタフェース内 Nodepublic String lookupNamespaceURI(String prefix)
lookupNamespaceURI インタフェース内 Nodepublic String lookupPrefix(String namespaceURI)
lookupPrefix インタフェース内 Nodepublic Node removeChild(Node oldChild) throws DOMException
removeChild インタフェース内 NodeDOMExceptionpublic Node replaceChild(Node newChild, Node oldChild) throws DOMException
replaceChild インタフェース内 NodeDOMExceptionpublic void setNodeValue(String nodeValue) throws DOMException
setNodeValue インタフェース内 NodeDOMExceptionpublic void setPrefix(String prefix) throws DOMException
setPrefix インタフェース内 NodeDOMExceptionpublic void setTextContent(String textContent) throws DOMException
setTextContent インタフェース内 NodeDOMExceptionpublic Object setUserData(String key, Object data, UserDataHandler handler)
setUserData インタフェース内 Nodepublic String getAttribute(String name)
getAttribute インタフェース内 Elementpublic String getAttributeNS(String namespaceURI, String localName) throws DOMException
getAttributeNS インタフェース内 ElementDOMExceptionpublic Attr getAttributeNode(String name)
getAttributeNode インタフェース内 Elementpublic Attr getAttributeNodeNS(String namespaceURI, String localName) throws DOMException
getAttributeNodeNS インタフェース内 ElementDOMExceptionpublic NodeList getElementsByTagName(String name)
getElementsByTagName インタフェース内 Elementpublic NodeList getElementsByTagNameNS(String namespaceURI, String localName) throws DOMException
getElementsByTagNameNS インタフェース内 ElementDOMExceptionpublic TypeInfo getSchemaTypeInfo()
getSchemaTypeInfo インタフェース内 Elementpublic String getTagName()
getTagName インタフェース内 Elementpublic boolean hasAttribute(String name)
hasAttribute インタフェース内 Elementpublic boolean hasAttributeNS(String namespaceURI, String localName) throws DOMException
hasAttributeNS インタフェース内 ElementDOMExceptionpublic void removeAttribute(String name) throws DOMException
removeAttribute インタフェース内 ElementDOMExceptionpublic void removeAttributeNS(String namespaceURI, String localName) throws DOMException
removeAttributeNS インタフェース内 ElementDOMExceptionpublic Attr removeAttributeNode(Attr oldAttr) throws DOMException
removeAttributeNode インタフェース内 ElementDOMExceptionpublic void setAttribute(String name, String value) throws DOMException
setAttribute インタフェース内 ElementDOMExceptionpublic void setAttributeNS(String namespaceURI, String qualifiedName, String value) throws DOMException
setAttributeNS インタフェース内 ElementDOMExceptionpublic Attr setAttributeNode(Attr newAttr) throws DOMException
setAttributeNode インタフェース内 ElementDOMExceptionpublic Attr setAttributeNodeNS(Attr newAttr) throws DOMException
setAttributeNodeNS インタフェース内 ElementDOMExceptionpublic void setIdAttribute(String name, boolean isId) throws DOMException
setIdAttribute インタフェース内 ElementDOMExceptionpublic void setIdAttributeNS(String namespaceURI, String localName, boolean isId) throws DOMException
setIdAttributeNS インタフェース内 ElementDOMExceptionpublic void setIdAttributeNode(Attr idAttr, boolean isId) throws DOMException
setIdAttributeNode インタフェース内 ElementDOMExceptionpublic SOAPHeaderElement addUpgradeHeaderElement(String arg)
addUpgradeHeaderElement インタフェース内 SOAPHeaderpublic SOAPHeaderElement addUpgradeHeaderElement(String[] arg)
addUpgradeHeaderElement インタフェース内 SOAPHeaderpublic SOAPHeaderElement addUpgradeHeaderElement(Iterator arg)
addUpgradeHeaderElement インタフェース内 SOAPHeaderpublic SOAPHeaderElement addNotUnderstoodHeaderElement(QName arg)
addNotUnderstoodHeaderElement インタフェース内 SOAPHeaderpublic SOAPHeaderElement addHeaderElement(QName arg)
addHeaderElement インタフェース内 SOAPHeaderpublic Iterator<?> getChildElements(QName arg)
getChildElements インタフェース内 SOAPElementpublic boolean removeAttribute(QName arg)
removeAttribute インタフェース内 SOAPElementpublic SOAPElement setElementQName(QName arg)
setElementQName インタフェース内 SOAPElementpublic QName getElementQName()
getElementQName インタフェース内 SOAPElementpublic QName createQName(String arg0, String arg1)
createQName インタフェース内 SOAPElementpublic Iterator<?> getAllAttributesAsQNames()
getAllAttributesAsQNames インタフェース内 SOAPElementpublic String getAttributeValue(QName arg)
getAttributeValue インタフェース内 SOAPElementpublic SOAPElement addAttribute(QName arg0, String arg1)
addAttribute インタフェース内 SOAPElementpublic SOAPHeaderElement addChildElement(QName arg)
addChildElement インタフェース内 SOAPElementCopyright © 2017. All rights reserved.