Java Doc for EncryptedHeaderBlock.java in  » 6.0-JDK-Modules-com.sun » xws-security » com » sun » xml » wss » core » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » 6.0 JDK Modules com.sun » xws security » com.sun.xml.wss.core 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   com.sun.xml.wss.impl.misc.SOAPElementExtension
      com.sun.xml.wss.core.EncryptedHeaderBlock

EncryptedHeaderBlock
public class EncryptedHeaderBlock extends SOAPElementExtension implements SOAPElement(Code)
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  SOAPElementdelegateElement
    

Constructor Summary
public  EncryptedHeaderBlock(Document doc)
    
public  EncryptedHeaderBlock(SOAPElement delegateElement)
    

Method Summary
public  SOAPElementaddAttribute(Name name, String string)
    
public  SOAPElementaddChildElement(Name name)
    
public  SOAPElementaddChildElement(String string)
    
public  SOAPElementaddChildElement(String string, String string0)
    
public  SOAPElementaddChildElement(String string, String string0, String string1)
    
public  SOAPElementaddChildElement(SOAPElement sOAPElement)
    
public  SOAPElementaddNamespaceDeclaration(String string, String string0)
    
public  SOAPElementaddTextNode(String string)
    
public  NodeappendChild(Node newChild)
    
public  NodecloneNode(boolean deep)
    
public  shortcompareDocumentPosition(Node other)
    
public  voidcopyAttributes(SecurableSoapMessage secureMsg, SecurityHeader _secHeader)
    
public  voiddetachNode()
    
public  IteratorgetAllAttributes()
    
public  IteratorgetAllAttributesAsQNames()
    
public  SOAPElementgetAsSoapElement()
    
public  StringgetAttribute(String name)
    
public  StringgetAttributeNS(String namespaceURI, String localName)
    
public  AttrgetAttributeNode(String name)
    
public  AttrgetAttributeNodeNS(String namespaceURI, String localName)
    
public  StringgetAttributeValue(Name name)
    
public  NamedNodeMapgetAttributes()
    
public  StringgetBaseURI()
    
public  IteratorgetChildElements()
    
public  IteratorgetChildElements(Name name)
    
public  NodeListgetChildNodes()
    
public  NamegetElementName()
    
public  NodeListgetElementsByTagName(String name)
    
public  NodeListgetElementsByTagNameNS(String namespaceURI, String localName)
    
public  StringgetEncodingStyle()
    
public  ObjectgetFeature(String feature, String version)
    
public  NodegetFirstChild()
    
public  StringgetId()
    
public  NodegetLastChild()
    
public  StringgetLocalName()
    
public  StringgetMimeType()
    
public  IteratorgetNamespacePrefixes()
    
public  StringgetNamespaceURI(String string)
    
public  StringgetNamespaceURI()
    
public  NodegetNextSibling()
    
public  StringgetNodeName()
    
public  shortgetNodeType()
    
public  StringgetNodeValue()
    
public  DocumentgetOwnerDocument()
    
public  SOAPElementgetParentElement()
    
public  NodegetParentNode()
    
public  StringgetPrefix()
    
public  NodegetPreviousSibling()
    
public  TypeInfogetSchemaTypeInfo()
    
protected static  SOAPFactorygetSoapFactory()
    
public  StringgetTagName()
    
public  StringgetTextContent()
    
public  StringgetType()
    
public  ObjectgetUserData(String key)
    
public  StringgetValue()
    
public  IteratorgetVisibleNamespacePrefixes()
    
public  booleanhasAttribute(String name)
    
public  booleanhasAttributeNS(String namespaceURI, String localName)
    
public  booleanhasAttributes()
    
public  booleanhasChildNodes()
    
public  NodeinsertBefore(Node newChild, Node refChild)
    
public  voidisBSP(boolean flag)
    
public  booleanisBSP()
    
public  booleanisDefaultNamespace(String namespaceURI)
    
public  booleanisEqualNode(Node arg)
    
public  booleanisSameNode(Node other)
    
public  booleanisSupported(String feature, String version)
    
public  StringlookupNamespaceURI(String prefix)
    
public  StringlookupPrefix(String namespaceURI)
    
public  voidnormalize()
    
public  voidrecycleNode()
    
public  booleanremoveAttribute(Name name)
    
public  voidremoveAttribute(String name)
    
public  voidremoveAttributeNS(String namespaceURI, String localName)
    
public  AttrremoveAttributeNode(Attr oldAttr)
    
public  NoderemoveChild(Node oldChild)
    
public  voidremoveContents()
    
public  booleanremoveNamespaceDeclaration(String string)
    
public  NodereplaceChild(Node newChild, Node oldChild)
    
public  voidsetAttribute(String name, String value)
    
public  voidsetAttributeNS(String namespaceURI, String qualifiedName, String value)
    
public  AttrsetAttributeNode(Attr newAttr)
    
public  AttrsetAttributeNodeNS(Attr newAttr)
    
public  voidsetEncodingStyle(String string)
    
public  voidsetId(String id)
    
public  voidsetIdAttribute(String name, boolean isId)
    
public  voidsetIdAttributeNS(String namespaceURI, String localName, boolean isId)
    
public  voidsetIdAttributeNode(Attr idAttr, boolean isId)
    
public  voidsetMimeType(String mimeType)
    
public  voidsetNodeValue(String nodeValue)
    
public  voidsetParentElement(SOAPElement sOAPElement)
    
public  voidsetPrefix(String prefix)
    
protected  voidsetSOAPElement(SOAPElement delegateElement)
    
public  voidsetTextContent(String textContent)
    
public  voidsetType(String type)
    
public  ObjectsetUserData(String key, Object data, UserDataHandler handler)
    
public  voidsetValue(String string)
    
protected  voidsetWsuIdAttr(Element element, String wsuId)
    

Field Detail
delegateElement
protected SOAPElement delegateElement(Code)




Constructor Detail
EncryptedHeaderBlock
public EncryptedHeaderBlock(Document doc) throws XWSSecurityException(Code)



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




Method Detail
addAttribute
public SOAPElement addAttribute(Name name, String string) throws SOAPException(Code)



addChildElement
public SOAPElement addChildElement(Name name) throws SOAPException(Code)



addChildElement
public SOAPElement addChildElement(String string) throws SOAPException(Code)



addChildElement
public SOAPElement addChildElement(String string, String string0) throws SOAPException(Code)



addChildElement
public SOAPElement addChildElement(String string, String string0, String string1) throws SOAPException(Code)



addChildElement
public SOAPElement addChildElement(SOAPElement sOAPElement) throws SOAPException(Code)



addNamespaceDeclaration
public SOAPElement addNamespaceDeclaration(String string, String string0) throws SOAPException(Code)



addTextNode
public SOAPElement addTextNode(String string) throws SOAPException(Code)



appendChild
public Node appendChild(Node newChild) throws DOMException(Code)



cloneNode
public Node cloneNode(boolean deep)(Code)



compareDocumentPosition
public short compareDocumentPosition(Node other) throws DOMException(Code)



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



detachNode
public void detachNode()(Code)



getAllAttributes
public Iterator getAllAttributes()(Code)



getAllAttributesAsQNames
public Iterator getAllAttributesAsQNames()(Code)



getAsSoapElement
public SOAPElement getAsSoapElement() throws XWSSecurityException(Code)



getAttribute
public String getAttribute(String name)(Code)



getAttributeNS
public String getAttributeNS(String namespaceURI, String localName) throws DOMException(Code)



getAttributeNode
public Attr getAttributeNode(String name)(Code)



getAttributeNodeNS
public Attr getAttributeNodeNS(String namespaceURI, String localName) throws DOMException(Code)



getAttributeValue
public String getAttributeValue(Name name)(Code)



getAttributes
public NamedNodeMap getAttributes()(Code)



getBaseURI
public String getBaseURI()(Code)



getChildElements
public Iterator getChildElements()(Code)



getChildElements
public Iterator getChildElements(Name name)(Code)



getChildNodes
public NodeList getChildNodes()(Code)



getElementName
public Name getElementName()(Code)



getElementsByTagName
public NodeList getElementsByTagName(String name)(Code)



getElementsByTagNameNS
public NodeList getElementsByTagNameNS(String namespaceURI, String localName) throws DOMException(Code)



getEncodingStyle
public String getEncodingStyle()(Code)



getFeature
public Object getFeature(String feature, String version)(Code)



getFirstChild
public Node getFirstChild()(Code)



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



getLastChild
public Node getLastChild()(Code)



getLocalName
public String getLocalName()(Code)



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



getNamespacePrefixes
public Iterator getNamespacePrefixes()(Code)



getNamespaceURI
public String getNamespaceURI(String string)(Code)



getNamespaceURI
public String getNamespaceURI()(Code)



getNextSibling
public Node getNextSibling()(Code)



getNodeName
public String getNodeName()(Code)



getNodeType
public short getNodeType()(Code)



getNodeValue
public String getNodeValue() throws DOMException(Code)



getOwnerDocument
public Document getOwnerDocument()(Code)



getParentElement
public SOAPElement getParentElement()(Code)



getParentNode
public Node getParentNode()(Code)



getPrefix
public String getPrefix()(Code)



getPreviousSibling
public Node getPreviousSibling()(Code)



getSchemaTypeInfo
public TypeInfo getSchemaTypeInfo()(Code)



getSoapFactory
protected static SOAPFactory getSoapFactory()(Code)



getTagName
public String getTagName()(Code)



getTextContent
public String getTextContent() throws DOMException(Code)



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



getUserData
public Object getUserData(String key)(Code)



getValue
public String getValue()(Code)



getVisibleNamespacePrefixes
public Iterator getVisibleNamespacePrefixes()(Code)



hasAttribute
public boolean hasAttribute(String name)(Code)



hasAttributeNS
public boolean hasAttributeNS(String namespaceURI, String localName) throws DOMException(Code)



hasAttributes
public boolean hasAttributes()(Code)



hasChildNodes
public boolean hasChildNodes()(Code)



insertBefore
public Node insertBefore(Node newChild, Node refChild) throws DOMException(Code)



isBSP
public void isBSP(boolean flag)(Code)



isBSP
public boolean isBSP()(Code)



isDefaultNamespace
public boolean isDefaultNamespace(String namespaceURI)(Code)



isEqualNode
public boolean isEqualNode(Node arg)(Code)



isSameNode
public boolean isSameNode(Node other)(Code)



isSupported
public boolean isSupported(String feature, String version)(Code)



lookupNamespaceURI
public String lookupNamespaceURI(String prefix)(Code)



lookupPrefix
public String lookupPrefix(String namespaceURI)(Code)



normalize
public void normalize()(Code)



recycleNode
public void recycleNode()(Code)



removeAttribute
public boolean removeAttribute(Name name)(Code)



removeAttribute
public void removeAttribute(String name) throws DOMException(Code)



removeAttributeNS
public void removeAttributeNS(String namespaceURI, String localName) throws DOMException(Code)



removeAttributeNode
public Attr removeAttributeNode(Attr oldAttr) throws DOMException(Code)



removeChild
public Node removeChild(Node oldChild) throws DOMException(Code)



removeContents
public void removeContents()(Code)



removeNamespaceDeclaration
public boolean removeNamespaceDeclaration(String string)(Code)



replaceChild
public Node replaceChild(Node newChild, Node oldChild) throws DOMException(Code)



setAttribute
public void setAttribute(String name, String value) throws DOMException(Code)



setAttributeNS
public void setAttributeNS(String namespaceURI, String qualifiedName, String value) throws DOMException(Code)



setAttributeNode
public Attr setAttributeNode(Attr newAttr) throws DOMException(Code)



setAttributeNodeNS
public Attr setAttributeNodeNS(Attr newAttr) throws DOMException(Code)



setEncodingStyle
public void setEncodingStyle(String string) throws SOAPException(Code)



setId
public void setId(String id)(Code)



setIdAttribute
public void setIdAttribute(String name, boolean isId) throws DOMException(Code)



setIdAttributeNS
public void setIdAttributeNS(String namespaceURI, String localName, boolean isId) throws DOMException(Code)



setIdAttributeNode
public void setIdAttributeNode(Attr idAttr, boolean isId) throws DOMException(Code)



setMimeType
public void setMimeType(String mimeType)(Code)



setNodeValue
public void setNodeValue(String nodeValue) throws DOMException(Code)



setParentElement
public void setParentElement(SOAPElement sOAPElement) throws SOAPException(Code)



setPrefix
public void setPrefix(String prefix) throws DOMException(Code)



setSOAPElement
protected void setSOAPElement(SOAPElement delegateElement)(Code)



setTextContent
public void setTextContent(String textContent) throws DOMException(Code)



setType
public void setType(String type)(Code)



setUserData
public Object setUserData(String key, Object data, UserDataHandler handler)(Code)



setValue
public void setValue(String string)(Code)



setWsuIdAttr
protected void setWsuIdAttr(Element element, String wsuId)(Code)



Methods inherited from com.sun.xml.wss.impl.misc.SOAPElementExtension
public SOAPElement addAttribute(QName qname, String value) throws SOAPException(Code)(Java Doc)
public SOAPElement addChildElement(QName qname) throws SOAPException(Code)(Java Doc)
public QName createQName(String localName, String prefix) throws SOAPException(Code)(Java Doc)
public String getAttributeValue(QName qname)(Code)(Java Doc)
public Iterator getChildElements(QName qname)(Code)(Java Doc)
public QName getElementQName()(Code)(Java Doc)
public boolean removeAttribute(QName qname)(Code)(Java Doc)
public SOAPElement setElementQName(QName newName) throws SOAPException(Code)(Java Doc)

Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.