public class SecurityHeader extends SOAPElementExtension implements SOAPElement
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 |
|---|
SecurityHeader(SOAPElement delegateHeader) |
addAttribute, addChildElement, createQName, getAttributeValue, getChildElements, getElementQName, removeAttribute, setElementQNameclone, finalize, getClass, notify, notifyAll, wait, wait, waitaddAttribute, addChildElement, createQName, getAttributeValue, getChildElements, getElementQName, removeAttribute, setElementQNamepublic SecurityHeader(SOAPElement delegateHeader)
public void insertHeaderBlock(SecurityHeaderBlock block) throws XWSSecurityException
XWSSecurityExceptionpublic void insertBefore(SecurityHeaderBlock block, Node elem) throws XWSSecurityException
XWSSecurityExceptionpublic void appendChild(SecurityHeaderBlock block) throws XWSSecurityException
XWSSecurityExceptionpublic void insertHeaderBlockElement(SOAPElement blockElement) throws XWSSecurityException
XWSSecurityExceptionpublic SecurityHeaderBlock getCurrentHeaderBlock(Class implType) throws XWSSecurityException
XWSSecurityExceptionpublic SOAPElement getCurrentHeaderBlockElement()
public void setCurrentHeaderElement(SOAPElement currentElement) throws XWSSecurityException
XWSSecurityExceptionpublic SOAPElement getCurrentHeaderElement()
public void updateTopMostSoapElement()
public SOAPElement getFirstChildElement()
public SOAPElement getNextSiblingOfTimestamp()
public SOAPElement getAsSoapElement()
public void setRole(String roleURI)
public String getRole()
public void setMustUnderstand(boolean mustUnderstand)
public boolean isMustUnderstand()
public SOAPElement addAttribute(Name arg0, String arg1) throws SOAPException
addAttribute in interface SOAPElementSOAPExceptionpublic SOAPElement addChildElement(String 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 addChildElement(Name arg0) throws SOAPException
addChildElement in interface SOAPElementSOAPExceptionpublic SOAPElement addChildElement(SOAPElement arg0) 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 Node appendChild(Node arg0) throws DOMException
appendChild in interface NodeDOMExceptionpublic SOAPElement makeUsable(SOAPElement elem) throws XWSSecurityException
XWSSecurityExceptionpublic void detachNode()
public Iterator getAllAttributes()
getAllAttributes in interface SOAPElementpublic String getAttribute(String arg0)
getAttribute in interface Elementpublic Attr getAttributeNode(String arg0)
getAttributeNode in interface Elementpublic Attr getAttributeNodeNS(String arg0, String arg1)
getAttributeNodeNS in interface Elementpublic String getAttributeNS(String arg0, String arg1)
getAttributeNS in interface Elementpublic NamedNodeMap getAttributes()
getAttributes in interface Nodepublic String getAttributeValue(Name arg0)
getAttributeValue in interface SOAPElementpublic Iterator getChildElements()
getChildElements in interface SOAPElementpublic Iterator getChildElements(Name arg0)
getChildElements in interface SOAPElementpublic NodeList getChildNodes()
getChildNodes in interface Nodepublic Name getElementName()
getElementName in interface SOAPElementpublic NodeList getElementsByTagName(String arg0)
getElementsByTagName in interface Elementpublic NodeList getElementsByTagNameNS(String arg0, String arg1)
getElementsByTagNameNS in interface Elementpublic String getEncodingStyle()
getEncodingStyle in interface SOAPElementpublic Node getFirstChild()
getFirstChild in interface Nodepublic Node getLastChild()
getLastChild in interface Nodepublic String getLocalName()
getLocalName in interface Nodepublic Iterator getNamespacePrefixes()
getNamespacePrefixes in interface SOAPElementpublic String getNamespaceURI()
getNamespaceURI in interface Nodepublic String getNamespaceURI(String arg0)
getNamespaceURI in interface SOAPElementpublic 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 SOAPElement getParentElement()
public Node getParentNode()
getParentNode in interface Nodepublic Node getPreviousSibling()
getPreviousSibling in interface Nodepublic String getTagName()
getTagName in interface Elementpublic String getValue()
public Iterator getVisibleNamespacePrefixes()
getVisibleNamespacePrefixes in interface SOAPElementpublic boolean hasAttribute(String arg0)
hasAttribute in interface Elementpublic boolean hasAttributeNS(String arg0, String arg1)
hasAttributeNS in interface Elementpublic boolean hasAttributes()
hasAttributes in interface Nodepublic boolean hasChildNodes()
hasChildNodes in interface Nodepublic Node insertBefore(Node arg0, Node arg1) throws DOMException
insertBefore in interface NodeDOMExceptionpublic boolean isSupported(String arg0, String arg1)
isSupported in interface Nodepublic void recycleNode()
public void removeAttribute(String arg0) throws DOMException
removeAttribute in interface ElementDOMExceptionpublic boolean removeAttribute(Name arg0)
removeAttribute in interface SOAPElementpublic Attr removeAttributeNode(Attr arg0) throws DOMException
removeAttributeNode in interface ElementDOMExceptionpublic void removeAttributeNS(String arg0, String arg1) throws DOMException
removeAttributeNS in interface ElementDOMExceptionpublic Node removeChild(Node arg0) throws DOMException
removeChild in interface NodeDOMExceptionpublic void removeContents()
removeContents in interface SOAPElementpublic boolean removeNamespaceDeclaration(String arg0)
removeNamespaceDeclaration in interface SOAPElementpublic Node replaceChild(Node arg0, Node arg1) throws DOMException
replaceChild in interface NodeDOMExceptionpublic void setAttribute(String arg0, String arg1) throws DOMException
setAttribute in interface ElementDOMExceptionpublic Attr setAttributeNode(Attr arg0) throws DOMException
setAttributeNode in interface ElementDOMExceptionpublic Attr setAttributeNodeNS(Attr arg0) throws DOMException
setAttributeNodeNS in interface ElementDOMExceptionpublic void setAttributeNS(String arg0, String arg1, String arg2) throws DOMException
setAttributeNS in interface ElementDOMExceptionpublic void setEncodingStyle(String arg0) throws SOAPException
setEncodingStyle in interface SOAPElementSOAPExceptionpublic void setNodeValue(String arg0) throws DOMException
setNodeValue in interface NodeDOMExceptionpublic void setParentElement(SOAPElement arg0) throws SOAPException
SOAPExceptionpublic void setPrefix(String arg0) throws DOMException
setPrefix in interface NodeDOMExceptionpublic void setValue(String arg0)
public String getBaseURI()
getBaseURI in interface Nodepublic short compareDocumentPosition(Node other) throws DOMException
compareDocumentPosition in interface NodeDOMExceptionpublic String getTextContent() throws DOMException
getTextContent in interface NodeDOMExceptionpublic void setTextContent(String textContent) throws DOMException
setTextContent in interface NodeDOMExceptionpublic boolean isSameNode(Node other)
isSameNode in interface Nodepublic String lookupPrefix(String namespaceURI)
lookupPrefix in interface Nodepublic boolean isDefaultNamespace(String namespaceURI)
isDefaultNamespace in interface Nodepublic String lookupNamespaceURI(String prefix)
lookupNamespaceURI in interface Nodepublic boolean isEqualNode(Node arg)
isEqualNode in interface Nodepublic Object getFeature(String feature, String version)
getFeature in interface Nodepublic Object setUserData(String key, Object data, UserDataHandler handler)
setUserData in interface Nodepublic Object getUserData(String key)
getUserData in interface Nodepublic void setIdAttribute(String name, boolean isId) throws DOMException
setIdAttribute in interface ElementDOMExceptionpublic void setIdAttributeNode(Attr idAttr, boolean isId) throws DOMException
setIdAttributeNode in interface ElementDOMExceptionpublic void setIdAttributeNS(String namespaceURI, String localName, boolean isId) throws DOMException
setIdAttributeNS in interface ElementDOMExceptionpublic TypeInfo getSchemaTypeInfo()
getSchemaTypeInfo in interface Elementpublic Iterator getAllAttributesAsQNames()
getAllAttributesAsQNames in interface SOAPElementCopyright © 2005–2018 Oracle Corporation. All rights reserved.