Java Doc for KeyInfoHeaderBlock.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) 


com.sun.xml.wss.impl.misc.SecurityHeaderBlockImpl
   com.sun.xml.wss.core.KeyInfoHeaderBlock

KeyInfoHeaderBlock
public class KeyInfoHeaderBlock extends SecurityHeaderBlockImpl (Code)
Corresponds to the schema representation for a KeyInfo.


Field Summary
final public static  StringSignatureSpecNS
    
final public static  StringSignatureSpecNSprefix
    
final public static  StringTAG_KEYINFO
    
 StringbaseURI
     baseURI URI to be used as context for all relative URIs.
 KeyInfodelegateKeyInfo
    
 booleandirty
    

Constructor Summary
public  KeyInfoHeaderBlock(Document ownerDoc)
    
public  KeyInfoHeaderBlock(KeyInfo keyinfo)
    
public  KeyInfoHeaderBlock(SOAPElement element)
     parse and create the KeyInfo element
Parameters:
  element - the KeyInfo elementNOTE : this constructor assumes a fully initialized XML KeyInfoNo additions are allowed on the keyinfo, only we can get existingvalues.

Method Summary
public  voidaddBinarySecret(SOAPElement binarySecret)
    
public  voidaddDSAKeyValue(SOAPElement dsakeyvalue)
    
public  voidaddEncryptedKey(EncryptedKeyToken reference)
    
public  voidaddKeyName(String keynameString)
     Method addKeyName.
public  voidaddKeyName(SOAPElement keyname)
     Method add.
public  voidaddKeyValue(PublicKey pk)
    
public  voidaddKeyValue(SOAPElement keyvalue)
    
public  voidaddMgmtData(String mgmtdata)
    
public  voidaddMgmtData(SOAPElement mgmtdata)
    
public  voidaddPGPData(SOAPElement pgpdata)
    
public  voidaddRSAKeyValue(SOAPElement rsakeyvalue)
    
public  voidaddRetrievalMethod(String URI, Transforms transforms, String type)
    
public  voidaddRetrievalMethod(SOAPElement retrievalmethod)
    
public  voidaddSPKIData(SOAPElement spkidata)
    
public  voidaddSecurityTokenReference(SecurityTokenReference reference)
    
public  voidaddUnknownElement(SOAPElement element)
    
public  voidaddUnknownKeyValue(SOAPElement unknownKeyValueElement)
    
public  voidaddX509Data(SOAPElement x509data)
    
public  voidaddX509Data(X509Data x509Data)
    
public  intbinarySecretCount()
    
public  booleancontainsBinarySecret()
    
public  booleancontainsEncryptedKeyToken()
    
public  booleancontainsKeyName()
    
public  booleancontainsKeyValue()
    
public  booleancontainsMgmtData()
    
public  booleancontainsPGPData()
    
public  booleancontainsRetrievalMethod()
    
public  booleancontainsSPKIData()
    
public  booleancontainsSecurityTokenReference()
    
public  booleancontainsUnknownElement()
    
public  booleancontainsX509Data()
    
public  intencryptedKeyTokenCount()
    
public static  SecurityHeaderBlockfromSoapElement(SOAPElement element)
    
public  SOAPElementgetAsSoapElement()
     Method to return the KeyInfo as a SOAPElement.
public  BinarySecretgetBinarySecret(int index)
    
public  EncryptedKeyTokengetEncryptedKey(int index)
    
public  StringgetId()
    
final public  KeyInfogetKeyInfo()
    
public  SOAPElementgetKeyName(int index)
    
public  StringgetKeyNameString(int index)
    
public  KeyValuegetKeyValue(int index)
    
public  SOAPElementgetKeyValueElement(int index)
    
public  SOAPElementgetMgmtData(int index)
    
public  SOAPElementgetPGPData(int index)
    
public  SOAPElementgetRetrievalMethod(int index)
    
public  SOAPElementgetSPKIData(int index)
    
public  SecurityTokenReferencegetSecurityTokenReference(int index)
    
public  SOAPElementgetUnknownElement(int index)
    
public  X509DatagetX509Data(int index)
    
public  SOAPElementgetX509DataElement(int index)
    
public  intkeyNameCount()
    
public  intkeyValueCount()
    
public  intmgmtDataCount()
    
public  intpgpDataCount()
    
public  intretrievalMethodCount()
    
public  voidsaveChanges()
     This method should be called when changes are made inside an object through its reference obtained from any of the get methods of this class.
public  intsecurityTokenReferenceCount()
    
public  voidsetBaseURI(String uri)
    
public  voidsetDocument(Document doc)
    
public  voidsetId(String id)
    
public  intspkiDataCount()
    
public  intunknownElementCount()
    
public  intx509DataCount()
    

Field Detail
SignatureSpecNS
final public static String SignatureSpecNS(Code)



SignatureSpecNSprefix
final public static String SignatureSpecNSprefix(Code)



TAG_KEYINFO
final public static String TAG_KEYINFO(Code)



baseURI
String baseURI(Code)
baseURI URI to be used as context for all relative URIs. Accepted by all Apache XMLSIG elements



delegateKeyInfo
KeyInfo delegateKeyInfo(Code)



dirty
boolean dirty(Code)




Constructor Detail
KeyInfoHeaderBlock
public KeyInfoHeaderBlock(Document ownerDoc) throws XWSSecurityException(Code)
constructor that creates an empty KeyInfo
Parameters:
  ownerDoc - the OwnerDocument of the KeyInfo



KeyInfoHeaderBlock
public KeyInfoHeaderBlock(KeyInfo keyinfo) throws XWSSecurityException(Code)
constructor that takes Apache KeyInfo
Parameters:
  keyinfo - the KeyInfo from XML DSIG



KeyInfoHeaderBlock
public KeyInfoHeaderBlock(SOAPElement element) throws XWSSecurityException(Code)
parse and create the KeyInfo element
Parameters:
  element - the KeyInfo elementNOTE : this constructor assumes a fully initialized XML KeyInfoNo additions are allowed on the keyinfo, only we can get existingvalues. For example addkeyName() will have no impact on the KeyInfowill not append a KeyName child to the KeyInfo.




Method Detail
addBinarySecret
public void addBinarySecret(SOAPElement binarySecret)(Code)
Method addBinarySecret
Parameters:
  secret - byte[] representing secret



addDSAKeyValue
public void addDSAKeyValue(SOAPElement dsakeyvalue) throws XWSSecurityException(Code)
Method add
Parameters:
  dsakeyvalue -



addEncryptedKey
public void addEncryptedKey(EncryptedKeyToken reference) throws XWSSecurityException(Code)
Method addEncryptedKey
Parameters:
  reference -



addKeyName
public void addKeyName(String keynameString)(Code)
Method addKeyName.
Parameters:
  keynameString -



addKeyName
public void addKeyName(SOAPElement keyname) throws XWSSecurityException(Code)
Method add.
Parameters:
  keyname -



addKeyValue
public void addKeyValue(PublicKey pk)(Code)
Method addKeyValue
Parameters:
  pk -



addKeyValue
public void addKeyValue(SOAPElement keyvalue) throws XWSSecurityException(Code)
Method addKeyValue
Parameters:
  keyvalue -



addMgmtData
public void addMgmtData(String mgmtdata)(Code)
Method addMgmtData
Parameters:
  mgmtdata -



addMgmtData
public void addMgmtData(SOAPElement mgmtdata) throws XWSSecurityException(Code)
Method add
Parameters:
  mgmtdata -



addPGPData
public void addPGPData(SOAPElement pgpdata) throws XWSSecurityException(Code)
Method addPGPData
Parameters:
  pgpdata -



addRSAKeyValue
public void addRSAKeyValue(SOAPElement rsakeyvalue) throws XWSSecurityException(Code)
Method add
Parameters:
  rsakeyvalue -



addRetrievalMethod
public void addRetrievalMethod(String URI, Transforms transforms, String type)(Code)
Method addRetrievalMethod
Parameters:
  URI -
Parameters:
  transforms -
Parameters:
  type -



addRetrievalMethod
public void addRetrievalMethod(SOAPElement retrievalmethod) throws XWSSecurityException(Code)
Method addRetrievalMethod
Parameters:
  retrievalmethod -



addSPKIData
public void addSPKIData(SOAPElement spkidata) throws XWSSecurityException(Code)
Method add
Parameters:
  spkidata -



addSecurityTokenReference
public void addSecurityTokenReference(SecurityTokenReference reference) throws XWSSecurityException(Code)
Method addSecurityTokenReference
Parameters:
  reference -



addUnknownElement
public void addUnknownElement(SOAPElement element)(Code)
Method addUnknownElement
Parameters:
  element -



addUnknownKeyValue
public void addUnknownKeyValue(SOAPElement unknownKeyValueElement)(Code)
Method addKeyValue
Parameters:
  unknownKeyValueElement -



addX509Data
public void addX509Data(SOAPElement x509data) throws XWSSecurityException(Code)
Method addX509Data
Parameters:
  x509data -
throws:
  XWSSecurityException -



addX509Data
public void addX509Data(X509Data x509Data) throws XWSSecurityException(Code)



binarySecretCount
public int binarySecretCount()(Code)
Method binarySecretCount the count of binarySecret tokens



containsBinarySecret
public boolean containsBinarySecret()(Code)
Method containsBinarySecret true if this KeyInfo contains BinarySecret



containsEncryptedKeyToken
public boolean containsEncryptedKeyToken()(Code)
Method containsEncryptedKeyToken true if this KeyInfo contains wsse:SecurityTokenReference's



containsKeyName
public boolean containsKeyName()(Code)
Method containsKeyName



containsKeyValue
public boolean containsKeyValue()(Code)
Method containsKeyValue



containsMgmtData
public boolean containsMgmtData()(Code)
Method containsMgmtData



containsPGPData
public boolean containsPGPData()(Code)
Method containsPGPData



containsRetrievalMethod
public boolean containsRetrievalMethod()(Code)
Method containsRetrievalMethod



containsSPKIData
public boolean containsSPKIData()(Code)
Method containsSPKIData



containsSecurityTokenReference
public boolean containsSecurityTokenReference()(Code)
Method containsSecurityTokenReference true if this KeyInfo contains wsse:SecurityTokenReference's



containsUnknownElement
public boolean containsUnknownElement()(Code)
Method containsUnknownElement



containsX509Data
public boolean containsX509Data()(Code)
Method containsX509Data



encryptedKeyTokenCount
public int encryptedKeyTokenCount()(Code)
Method encryptedKeyTokenCount the count of encrypted key token references



fromSoapElement
public static SecurityHeaderBlock fromSoapElement(SOAPElement element) throws XWSSecurityException(Code)



getAsSoapElement
public SOAPElement getAsSoapElement() throws XWSSecurityException(Code)
Method to return the KeyInfo as a SOAPElement. SOAPElement
throws:
  XWSSecurityException - If owner soap document is not set.
See Also:   KeyInfoHeaderBlock.setDocument(Document)



getBinarySecret
public BinarySecret getBinarySecret(int index) throws XWSSecurityException(Code)



getEncryptedKey
public EncryptedKeyToken getEncryptedKey(int index) throws XWSSecurityException(Code)
Method getEncryptedKey
Parameters:
  index -
throws:
  XWSSecurityException - the index^th token reference element from the KeyInfo0 is the lowest index.



getId
public String getId()(Code)
Method getId the id



getKeyInfo
final public KeyInfo getKeyInfo()(Code)
Method getKeyInfo the XML DSIG KeyInfo which is wrapped by this class



getKeyName
public SOAPElement getKeyName(int index) throws XWSSecurityException(Code)
Method getKeyName
Parameters:
  index - 0 is the lowest index
throws:
  XWSSecurityException -



getKeyNameString
public String getKeyNameString(int index) throws XWSSecurityException(Code)
Method getKeyNameString
Parameters:
  index - 0 is the lowest index
throws:
  XWSSecurityException -



getKeyValue
public KeyValue getKeyValue(int index) throws XWSSecurityException(Code)
Method getKeyValue
Parameters:
  index - 0 is the lowest index
throws:
  XWSSecurityException -



getKeyValueElement
public SOAPElement getKeyValueElement(int index) throws XWSSecurityException(Code)
Method getKeyValueElement
Parameters:
  index - 0 is the lowest index
throws:
  XWSSecurityException -



getMgmtData
public SOAPElement getMgmtData(int index) throws XWSSecurityException(Code)
Method getMgmtData
Parameters:
  index - 0 is the lowest index
throws:
  XWSSecurityException -



getPGPData
public SOAPElement getPGPData(int index) throws XWSSecurityException(Code)
Method getPGPData
Parameters:
  index - 0 is the lowest index
throws:
  XWSSecurityException -



getRetrievalMethod
public SOAPElement getRetrievalMethod(int index) throws XWSSecurityException(Code)
Method getRetrievalMethod
Parameters:
  index - 0 is the lowest index
throws:
  XWSSecurityException -



getSPKIData
public SOAPElement getSPKIData(int index) throws XWSSecurityException(Code)
Method getSPKIData
Parameters:
  index - 0 is the lowest index
throws:
  XWSSecurityException -



getSecurityTokenReference
public SecurityTokenReference getSecurityTokenReference(int index) throws XWSSecurityException(Code)
Method getSecurityTokenReference
Parameters:
  index -
throws:
  XWSSecurityException - the index^th token reference element from the KeyInfo0 is the lowest index.



getUnknownElement
public SOAPElement getUnknownElement(int index) throws XWSSecurityException(Code)
Method getUnknownElement
Parameters:
  index - 0 is the lowest index



getX509Data
public X509Data getX509Data(int index) throws XWSSecurityException(Code)
Method getX509Data
Parameters:
  index - 0 is the lowest index
throws:
  XWSSecurityException -



getX509DataElement
public SOAPElement getX509DataElement(int index) throws XWSSecurityException(Code)
Method getX509DataElement
Parameters:
  index - 0 is the lowest index
throws:
  XWSSecurityException -



keyNameCount
public int keyNameCount()(Code)
Method keyNameCount



keyValueCount
public int keyValueCount()(Code)
Method keyValueCount



mgmtDataCount
public int mgmtDataCount()(Code)
Method mgmtDataCount



pgpDataCount
public int pgpDataCount()(Code)
Method pgpDataCount



retrievalMethodCount
public int retrievalMethodCount()(Code)
Method retrievalMethodCount



saveChanges
public void saveChanges()(Code)
This method should be called when changes are made inside an object through its reference obtained from any of the get methods of this class. As an example, if getKeyInfo() call is made and then changes are made inside the keyInfo, this method should be called to reflect changes when getAsSoapElement() is called finally.



securityTokenReferenceCount
public int securityTokenReferenceCount()(Code)
Method securityTokenReferenceCount the count of security token references



setBaseURI
public void setBaseURI(String uri)(Code)
Method setBaseURI : BaseURI accepted by Apache KeyInfo Ctor
Parameters:
  uri - Base URI to be used as context for all relative URIs.



setDocument
public void setDocument(Document doc)(Code)
setDocument
Parameters:
  doc - The owner Document of this KeyInfo



setId
public void setId(String id)(Code)
Method setId



spkiDataCount
public int spkiDataCount()(Code)
Method spkiDataCount



unknownElementCount
public int unknownElementCount()(Code)
Method unknownElementCount



x509DataCount
public int x509DataCount()(Code)
Method x509DataCount



Fields inherited from com.sun.xml.wss.impl.misc.SecurityHeaderBlockImpl
protected SOAPElement delegateElement(Code)(Java Doc)

Methods inherited from com.sun.xml.wss.impl.misc.SecurityHeaderBlockImpl
public SOAPElement addAttribute(Name arg0, String arg1) throws SOAPException(Code)(Java Doc)
public SOAPElement addChildElement(String arg0) throws SOAPException(Code)(Java Doc)
public SOAPElement addChildElement(String arg0, String arg1) throws SOAPException(Code)(Java Doc)
public SOAPElement addChildElement(String arg0, String arg1, String arg2) throws SOAPException(Code)(Java Doc)
public SOAPElement addChildElement(Name arg0) throws SOAPException(Code)(Java Doc)
public SOAPElement addChildElement(SOAPElement arg0) throws SOAPException(Code)(Java Doc)
public SOAPElement addNamespaceDeclaration(String arg0, String arg1) throws SOAPException(Code)(Java Doc)
public SOAPElement addTextNode(String arg0) throws SOAPException(Code)(Java Doc)
public Node appendChild(Node arg0) throws DOMException(Code)(Java Doc)
public Node cloneNode(boolean arg0)(Code)(Java Doc)
public short compareDocumentPosition(org.w3c.dom.Node other) throws DOMException(Code)(Java Doc)
public void detachNode()(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
public static SecurityHeaderBlock fromSoapElement(SOAPElement element, Class implClass) throws XWSSecurityException(Code)(Java Doc)
public Iterator getAllAttributes()(Code)(Java Doc)
public Iterator getAllAttributesAsQNames()(Code)(Java Doc)
public SOAPElement getAsSoapElement() throws XWSSecurityException(Code)(Java Doc)
public String getAttribute(String arg0)(Code)(Java Doc)
public String getAttributeNS(String arg0, String arg1)(Code)(Java Doc)
public Attr getAttributeNode(String arg0)(Code)(Java Doc)
public Attr getAttributeNodeNS(String arg0, String arg1)(Code)(Java Doc)
public String getAttributeValue(Name arg0)(Code)(Java Doc)
public NamedNodeMap getAttributes()(Code)(Java Doc)
public String getBaseURI()(Code)(Java Doc)
public Iterator getChildElements()(Code)(Java Doc)
public Iterator getChildElements(Name arg0)(Code)(Java Doc)
public NodeList getChildNodes()(Code)(Java Doc)
public Name getElementName()(Code)(Java Doc)
public NodeList getElementsByTagName(String arg0)(Code)(Java Doc)
public NodeList getElementsByTagNameNS(String arg0, String arg1)(Code)(Java Doc)
public String getEncodingStyle()(Code)(Java Doc)
public Object getFeature(String feature, String version)(Code)(Java Doc)
public Node getFirstChild()(Code)(Java Doc)
public String getId()(Code)(Java Doc)
public Node getLastChild()(Code)(Java Doc)
public String getLocalName()(Code)(Java Doc)
public Iterator getNamespacePrefixes()(Code)(Java Doc)
public String getNamespaceURI()(Code)(Java Doc)
public String getNamespaceURI(String arg0)(Code)(Java Doc)
public Node getNextSibling()(Code)(Java Doc)
public String getNodeName()(Code)(Java Doc)
public short getNodeType()(Code)(Java Doc)
public String getNodeValue() throws DOMException(Code)(Java Doc)
public Document getOwnerDocument()(Code)(Java Doc)
public SOAPElement getParentElement()(Code)(Java Doc)
public Node getParentNode()(Code)(Java Doc)
public String getPrefix()(Code)(Java Doc)
public Node getPreviousSibling()(Code)(Java Doc)
public TypeInfo getSchemaTypeInfo()(Code)(Java Doc)
protected static SOAPFactory getSoapFactory()(Code)(Java Doc)
public String getTagName()(Code)(Java Doc)
public String getTextContent() throws DOMException(Code)(Java Doc)
public Object getUserData(String key)(Code)(Java Doc)
public String getValue()(Code)(Java Doc)
public Iterator getVisibleNamespacePrefixes()(Code)(Java Doc)
public boolean hasAttribute(String arg0)(Code)(Java Doc)
public boolean hasAttributeNS(String arg0, String arg1)(Code)(Java Doc)
public boolean hasAttributes()(Code)(Java Doc)
public boolean hasChildNodes()(Code)(Java Doc)
public Node insertBefore(Node arg0, Node arg1) throws DOMException(Code)(Java Doc)
public void isBSP(boolean flag)(Code)(Java Doc)
public boolean isBSP()(Code)(Java Doc)
public boolean isDefaultNamespace(String namespaceURI)(Code)(Java Doc)
public boolean isEqualNode(org.w3c.dom.Node arg)(Code)(Java Doc)
public boolean isSameNode(org.w3c.dom.Node other)(Code)(Java Doc)
public boolean isSupported(String arg0, String arg1)(Code)(Java Doc)
public String lookupNamespaceURI(String prefix)(Code)(Java Doc)
public String lookupPrefix(String namespaceURI)(Code)(Java Doc)
public void normalize()(Code)(Java Doc)
public void recycleNode()(Code)(Java Doc)
public void removeAttribute(String arg0) throws DOMException(Code)(Java Doc)
public boolean removeAttribute(Name arg0)(Code)(Java Doc)
public void removeAttributeNS(String arg0, String arg1) throws DOMException(Code)(Java Doc)
public Attr removeAttributeNode(Attr arg0) throws DOMException(Code)(Java Doc)
public Node removeChild(Node arg0) throws DOMException(Code)(Java Doc)
public void removeContents()(Code)(Java Doc)
public boolean removeNamespaceDeclaration(String arg0)(Code)(Java Doc)
public Node replaceChild(Node arg0, Node arg1) throws DOMException(Code)(Java Doc)
public void setAttribute(String arg0, String arg1) throws DOMException(Code)(Java Doc)
public void setAttributeNS(String arg0, String arg1, String arg2) throws DOMException(Code)(Java Doc)
public Attr setAttributeNode(Attr arg0) throws DOMException(Code)(Java Doc)
public Attr setAttributeNodeNS(Attr arg0) throws DOMException(Code)(Java Doc)
public void setEncodingStyle(String arg0) throws SOAPException(Code)(Java Doc)
public void setIdAttribute(String name, boolean isId) throws DOMException(Code)(Java Doc)
public void setIdAttributeNS(String namespaceURI, String localName, boolean isId) throws DOMException(Code)(Java Doc)
public void setIdAttributeNode(Attr idAttr, boolean isId) throws DOMException(Code)(Java Doc)
public void setNodeValue(String arg0) throws DOMException(Code)(Java Doc)
public void setParentElement(SOAPElement arg0) throws SOAPException(Code)(Java Doc)
public void setPrefix(String arg0) throws DOMException(Code)(Java Doc)
protected void setSOAPElement(SOAPElement delegateElement)(Code)(Java Doc)
public void setTextContent(String textContent) throws DOMException(Code)(Java Doc)
public Object setUserData(String key, Object data, UserDataHandler handler)(Code)(Java Doc)
public void setValue(String arg0)(Code)(Java Doc)
protected void setWsuIdAttr(Element element, String wsuId)(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.