com.sun.xml.wss.core
Class EncryptedHeaderBlock

java.lang.Object
  extended by com.sun.xml.wss.impl.misc.SOAPElementExtension
      extended by com.sun.xml.wss.core.EncryptedHeaderBlock
All Implemented Interfaces:
SOAPElement, Element, Node

public class EncryptedHeaderBlock
extends SOAPElementExtension
implements SOAPElement

Corresponds to Schema definition for EncryptedData. Schema definition for EncryptedData is as follows:

<element name='EncryptedHeader' type='wsse11:EncryptedHeaderType'/> <complexType name='EncryptedHeaderType'> <element name='EncryptedData'> <complexContent> <extension base='xenc:EncryptedType'/> </complexContent> </element> </complexType>

Author:
Mayank Mishra

Field Summary
protected  SOAPElement delegateElement
           
 
Fields inherited from interface org.w3c.dom.Node
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 Summary
EncryptedHeaderBlock(Document doc)
           
EncryptedHeaderBlock(SOAPElement delegateElement)
          Creates a new instance of EncryptedHeaderBlock
 
Method Summary
 SOAPElement addAttribute(Name name, String string)
           
 SOAPElement addChildElement(Name name)
           
 SOAPElement addChildElement(SOAPElement sOAPElement)
           
 SOAPElement addChildElement(String string)
           
 SOAPElement addChildElement(String string, String string0)
           
 SOAPElement addChildElement(String string, String string0, String string1)
           
 SOAPElement addNamespaceDeclaration(String string, String string0)
           
 SOAPElement addTextNode(String string)
           
 Node appendChild(Node newChild)
           
 Node cloneNode(boolean deep)
           
 short compareDocumentPosition(Node other)
           
 void copyAttributes(SecurableSoapMessage secureMsg, SecurityHeader _secHeader)
           
 void detachNode()
           
 Iterator getAllAttributes()
           
 Iterator getAllAttributesAsQNames()
           
 SOAPElement getAsSoapElement()
           
 String getAttribute(String name)
           
 Attr getAttributeNode(String name)
           
 Attr getAttributeNodeNS(String namespaceURI, String localName)
           
 String getAttributeNS(String namespaceURI, String localName)
           
 NamedNodeMap getAttributes()
           
 String getAttributeValue(Name name)
           
 String getBaseURI()
           
 Iterator getChildElements()
           
 Iterator getChildElements(Name name)
           
 NodeList getChildNodes()
           
 Name getElementName()
           
 NodeList getElementsByTagName(String name)
           
 NodeList getElementsByTagNameNS(String namespaceURI, String localName)
           
 String getEncodingStyle()
           
 Object getFeature(String feature, String version)
           
 Node getFirstChild()
           
 String getId()
          Returns null if id attr is not present
 Node getLastChild()
           
 String getLocalName()
           
 String getMimeType()
          Returns null if MimeType attr is not present
 Iterator getNamespacePrefixes()
           
 String getNamespaceURI()
           
 String getNamespaceURI(String string)
           
 Node getNextSibling()
           
 String getNodeName()
           
 short getNodeType()
           
 String getNodeValue()
           
 Document getOwnerDocument()
           
 SOAPElement getParentElement()
           
 Node getParentNode()
           
 String getPrefix()
           
 Node getPreviousSibling()
           
 TypeInfo getSchemaTypeInfo()
           
protected static SOAPFactory getSoapFactory()
           
 String getTagName()
           
 String getTextContent()
           
 String getType()
          Returns null if Type attr is not present
 Object getUserData(String key)
           
 String getValue()
           
 Iterator getVisibleNamespacePrefixes()
           
 boolean hasAttribute(String name)
           
 boolean hasAttributeNS(String namespaceURI, String localName)
           
 boolean hasAttributes()
           
 boolean hasChildNodes()
           
 Node insertBefore(Node newChild, Node refChild)
           
 boolean isBSP()
           
 void isBSP(boolean flag)
           
 boolean isDefaultNamespace(String namespaceURI)
           
 boolean isEqualNode(Node arg)
           
 boolean isSameNode(Node other)
           
 boolean isSupported(String feature, String version)
           
 String lookupNamespaceURI(String prefix)
           
 String lookupPrefix(String namespaceURI)
           
 void normalize()
           
 void recycleNode()
           
 boolean removeAttribute(Name name)
           
 void removeAttribute(String name)
           
 Attr removeAttributeNode(Attr oldAttr)
           
 void removeAttributeNS(String namespaceURI, String localName)
           
 Node removeChild(Node oldChild)
           
 void removeContents()
           
 boolean removeNamespaceDeclaration(String string)
           
 Node replaceChild(Node newChild, Node oldChild)
           
 void setAttribute(String name, String value)
           
 Attr setAttributeNode(Attr newAttr)
           
 Attr setAttributeNodeNS(Attr newAttr)
           
 void setAttributeNS(String namespaceURI, String qualifiedName, String value)
           
 void setEncodingStyle(String string)
           
 void setId(String id)
           
 void setIdAttribute(String name, boolean isId)
           
 void setIdAttributeNode(Attr idAttr, boolean isId)
           
 void setIdAttributeNS(String namespaceURI, String localName, boolean isId)
           
 void setMimeType(String mimeType)
           
 void setNodeValue(String nodeValue)
           
 void setParentElement(SOAPElement sOAPElement)
           
 void setPrefix(String prefix)
           
protected  void setSOAPElement(SOAPElement delegateElement)
           
 void setTextContent(String textContent)
           
 void setType(String type)
           
 Object setUserData(String key, Object data, UserDataHandler handler)
           
 void setValue(String string)
           
protected  void setWsuIdAttr(Element element, String wsuId)
           
 
Methods inherited from class com.sun.xml.wss.impl.misc.SOAPElementExtension
addAttribute, addChildElement, createQName, getAttributeValue, getChildElements, getElementQName, removeAttribute, setElementQName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.xml.soap.SOAPElement
addAttribute, addChildElement, createQName, getAttributeValue, getChildElements, getElementQName, removeAttribute, setElementQName
 

Field Detail

delegateElement

protected SOAPElement delegateElement
Constructor Detail

EncryptedHeaderBlock

public EncryptedHeaderBlock(Document doc)
                     throws XWSSecurityException
Throws:
XWSSecurityException

EncryptedHeaderBlock

public EncryptedHeaderBlock(SOAPElement delegateElement)
                     throws XWSSecurityException
Creates a new instance of EncryptedHeaderBlock

Throws:
XWSSecurityException
Method Detail

setSOAPElement

protected void setSOAPElement(SOAPElement delegateElement)

copyAttributes

public void copyAttributes(SecurableSoapMessage secureMsg,
                           SecurityHeader _secHeader)
                    throws XWSSecurityException
Throws:
XWSSecurityException

setWsuIdAttr

protected void setWsuIdAttr(Element element,
                            String wsuId)

getSoapFactory

protected static SOAPFactory getSoapFactory()

getId

public String getId()
Returns null if id attr is not present


setId

public void setId(String id)

getType

public String getType()
Returns null if Type attr is not present


setType

public void setType(String type)

getMimeType

public String getMimeType()
Returns null if MimeType attr is not present


setMimeType

public void setMimeType(String mimeType)

getAsSoapElement

public SOAPElement getAsSoapElement()
                             throws XWSSecurityException
Throws:
XWSSecurityException

addChildElement

public SOAPElement addChildElement(Name name)
                            throws SOAPException
Specified by:
addChildElement in interface SOAPElement
Throws:
SOAPException

addChildElement

public SOAPElement addChildElement(String string)
                            throws SOAPException
Specified by:
addChildElement in interface SOAPElement
Throws:
SOAPException

addChildElement

public SOAPElement addChildElement(String string,
                                   String string0)
                            throws SOAPException
Specified by:
addChildElement in interface SOAPElement
Throws:
SOAPException

addChildElement

public SOAPElement addChildElement(String string,
                                   String string0,
                                   String string1)
                            throws SOAPException
Specified by:
addChildElement in interface SOAPElement
Throws:
SOAPException

addChildElement

public SOAPElement addChildElement(SOAPElement sOAPElement)
                            throws SOAPException
Specified by:
addChildElement in interface SOAPElement
Throws:
SOAPException

removeContents

public void removeContents()
Specified by:
removeContents in interface SOAPElement

addTextNode

public SOAPElement addTextNode(String string)
                        throws SOAPException
Specified by:
addTextNode in interface SOAPElement
Throws:
SOAPException

addAttribute

public SOAPElement addAttribute(Name name,
                                String string)
                         throws SOAPException
Specified by:
addAttribute in interface SOAPElement
Throws:
SOAPException

addNamespaceDeclaration

public SOAPElement addNamespaceDeclaration(String string,
                                           String string0)
                                    throws SOAPException
Specified by:
addNamespaceDeclaration in interface SOAPElement
Throws:
SOAPException

getAttributeValue

public String getAttributeValue(Name name)
Specified by:
getAttributeValue in interface SOAPElement

getAllAttributes

public Iterator getAllAttributes()
Specified by:
getAllAttributes in interface SOAPElement

getAllAttributesAsQNames

public Iterator getAllAttributesAsQNames()
Specified by:
getAllAttributesAsQNames in interface SOAPElement

getNamespaceURI

public String getNamespaceURI(String string)
Specified by:
getNamespaceURI in interface SOAPElement

getNamespacePrefixes

public Iterator getNamespacePrefixes()
Specified by:
getNamespacePrefixes in interface SOAPElement

getVisibleNamespacePrefixes

public Iterator getVisibleNamespacePrefixes()
Specified by:
getVisibleNamespacePrefixes in interface SOAPElement

getElementName

public Name getElementName()
Specified by:
getElementName in interface SOAPElement

removeAttribute

public boolean removeAttribute(Name name)
Specified by:
removeAttribute in interface SOAPElement

removeNamespaceDeclaration

public boolean removeNamespaceDeclaration(String string)
Specified by:
removeNamespaceDeclaration in interface SOAPElement

getChildElements

public Iterator getChildElements()
Specified by:
getChildElements in interface SOAPElement

getChildElements

public Iterator getChildElements(Name name)
Specified by:
getChildElements in interface SOAPElement

setEncodingStyle

public void setEncodingStyle(String string)
                      throws SOAPException
Specified by:
setEncodingStyle in interface SOAPElement
Throws:
SOAPException

getEncodingStyle

public String getEncodingStyle()
Specified by:
getEncodingStyle in interface SOAPElement

getValue

public String getValue()

setValue

public void setValue(String string)

setParentElement

public void setParentElement(SOAPElement sOAPElement)
                      throws SOAPException
Throws:
SOAPException

getParentElement

public SOAPElement getParentElement()

detachNode

public void detachNode()

recycleNode

public void recycleNode()

getNodeName

public String getNodeName()
Specified by:
getNodeName in interface Node

getNodeValue

public String getNodeValue()
                    throws DOMException
Specified by:
getNodeValue in interface Node
Throws:
DOMException

setNodeValue

public void setNodeValue(String nodeValue)
                  throws DOMException
Specified by:
setNodeValue in interface Node
Throws:
DOMException

getNodeType

public short getNodeType()
Specified by:
getNodeType in interface Node

getParentNode

public Node getParentNode()
Specified by:
getParentNode in interface Node

getChildNodes

public NodeList getChildNodes()
Specified by:
getChildNodes in interface Node

getFirstChild

public Node getFirstChild()
Specified by:
getFirstChild in interface Node

getLastChild

public Node getLastChild()
Specified by:
getLastChild in interface Node

getPreviousSibling

public Node getPreviousSibling()
Specified by:
getPreviousSibling in interface Node

getNextSibling

public Node getNextSibling()
Specified by:
getNextSibling in interface Node

getAttributes

public NamedNodeMap getAttributes()
Specified by:
getAttributes in interface Node

getOwnerDocument

public Document getOwnerDocument()
Specified by:
getOwnerDocument in interface Node

insertBefore

public Node insertBefore(Node newChild,
                         Node refChild)
                  throws DOMException
Specified by:
insertBefore in interface Node
Throws:
DOMException

replaceChild

public Node replaceChild(Node newChild,
                         Node oldChild)
                  throws DOMException
Specified by:
replaceChild in interface Node
Throws:
DOMException

removeChild

public Node removeChild(Node oldChild)
                 throws DOMException
Specified by:
removeChild in interface Node
Throws:
DOMException

appendChild

public Node appendChild(Node newChild)
                 throws DOMException
Specified by:
appendChild in interface Node
Throws:
DOMException

hasChildNodes

public boolean hasChildNodes()
Specified by:
hasChildNodes in interface Node

cloneNode

public Node cloneNode(boolean deep)
Specified by:
cloneNode in interface Node

normalize

public void normalize()
Specified by:
normalize in interface Node

isSupported

public boolean isSupported(String feature,
                           String version)
Specified by:
isSupported in interface Node

getNamespaceURI

public String getNamespaceURI()
Specified by:
getNamespaceURI in interface Node

getPrefix

public String getPrefix()
Specified by:
getPrefix in interface Node

setPrefix

public void setPrefix(String prefix)
               throws DOMException
Specified by:
setPrefix in interface Node
Throws:
DOMException

getLocalName

public String getLocalName()
Specified by:
getLocalName in interface Node

hasAttributes

public boolean hasAttributes()
Specified by:
hasAttributes in interface Node

getBaseURI

public String getBaseURI()
Specified by:
getBaseURI in interface Node

compareDocumentPosition

public short compareDocumentPosition(Node other)
                              throws DOMException
Specified by:
compareDocumentPosition in interface Node
Throws:
DOMException

getTextContent

public String getTextContent()
                      throws DOMException
Specified by:
getTextContent in interface Node
Throws:
DOMException

setTextContent

public void setTextContent(String textContent)
                    throws DOMException
Specified by:
setTextContent in interface Node
Throws:
DOMException

isSameNode

public boolean isSameNode(Node other)
Specified by:
isSameNode in interface Node

lookupPrefix

public String lookupPrefix(String namespaceURI)
Specified by:
lookupPrefix in interface Node

isDefaultNamespace

public boolean isDefaultNamespace(String namespaceURI)
Specified by:
isDefaultNamespace in interface Node

lookupNamespaceURI

public String lookupNamespaceURI(String prefix)
Specified by:
lookupNamespaceURI in interface Node

isEqualNode

public boolean isEqualNode(Node arg)
Specified by:
isEqualNode in interface Node

getFeature

public Object getFeature(String feature,
                         String version)
Specified by:
getFeature in interface Node

setUserData

public Object setUserData(String key,
                          Object data,
                          UserDataHandler handler)
Specified by:
setUserData in interface Node

getUserData

public Object getUserData(String key)
Specified by:
getUserData in interface Node

getTagName

public String getTagName()
Specified by:
getTagName in interface Element

getAttribute

public String getAttribute(String name)
Specified by:
getAttribute in interface Element

setAttribute

public void setAttribute(String name,
                         String value)
                  throws DOMException
Specified by:
setAttribute in interface Element
Throws:
DOMException

removeAttribute

public void removeAttribute(String name)
                     throws DOMException
Specified by:
removeAttribute in interface Element
Throws:
DOMException

getAttributeNode

public Attr getAttributeNode(String name)
Specified by:
getAttributeNode in interface Element

setAttributeNode

public Attr setAttributeNode(Attr newAttr)
                      throws DOMException
Specified by:
setAttributeNode in interface Element
Throws:
DOMException

removeAttributeNode

public Attr removeAttributeNode(Attr oldAttr)
                         throws DOMException
Specified by:
removeAttributeNode in interface Element
Throws:
DOMException

getElementsByTagName

public NodeList getElementsByTagName(String name)
Specified by:
getElementsByTagName in interface Element

getAttributeNS

public String getAttributeNS(String namespaceURI,
                             String localName)
                      throws DOMException
Specified by:
getAttributeNS in interface Element
Throws:
DOMException

setAttributeNS

public void setAttributeNS(String namespaceURI,
                           String qualifiedName,
                           String value)
                    throws DOMException
Specified by:
setAttributeNS in interface Element
Throws:
DOMException

removeAttributeNS

public void removeAttributeNS(String namespaceURI,
                              String localName)
                       throws DOMException
Specified by:
removeAttributeNS in interface Element
Throws:
DOMException

getAttributeNodeNS

public Attr getAttributeNodeNS(String namespaceURI,
                               String localName)
                        throws DOMException
Specified by:
getAttributeNodeNS in interface Element
Throws:
DOMException

setAttributeNodeNS

public Attr setAttributeNodeNS(Attr newAttr)
                        throws DOMException
Specified by:
setAttributeNodeNS in interface Element
Throws:
DOMException

getElementsByTagNameNS

public NodeList getElementsByTagNameNS(String namespaceURI,
                                       String localName)
                                throws DOMException
Specified by:
getElementsByTagNameNS in interface Element
Throws:
DOMException

hasAttribute

public boolean hasAttribute(String name)
Specified by:
hasAttribute in interface Element

hasAttributeNS

public boolean hasAttributeNS(String namespaceURI,
                              String localName)
                       throws DOMException
Specified by:
hasAttributeNS in interface Element
Throws:
DOMException

getSchemaTypeInfo

public TypeInfo getSchemaTypeInfo()
Specified by:
getSchemaTypeInfo in interface Element

setIdAttribute

public void setIdAttribute(String name,
                           boolean isId)
                    throws DOMException
Specified by:
setIdAttribute in interface Element
Throws:
DOMException

setIdAttributeNS

public void setIdAttributeNS(String namespaceURI,
                             String localName,
                             boolean isId)
                      throws DOMException
Specified by:
setIdAttributeNS in interface Element
Throws:
DOMException

setIdAttributeNode

public void setIdAttributeNode(Attr idAttr,
                               boolean isId)
                        throws DOMException
Specified by:
setIdAttributeNode in interface Element
Throws:
DOMException

isBSP

public void isBSP(boolean flag)

isBSP

public boolean isBSP()


Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.