Package com.sun.xml.wss.impl.misc
Class SOAPElementExtension
java.lang.Object
com.sun.xml.wss.impl.misc.SOAPElementExtension
- Direct Known Subclasses:
EncryptedHeaderBlock,ReferenceElement,SecurityHeader,SecurityHeaderBlockImpl
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjavax.xml.soap.SOAPElementaddAttribute(QName qname, String value) javax.xml.soap.SOAPElementaddChildElement(QName qname) createQName(String localName, String prefix) getAttributeValue(QName qname) getChildElements(QName qname) booleanremoveAttribute(QName qname) javax.xml.soap.SOAPElementsetElementQName(QName newName)
-
Constructor Details
-
SOAPElementExtension
public SOAPElementExtension()
-
-
Method Details
-
addChildElement
- Throws:
javax.xml.soap.SOAPException
-
addAttribute
public javax.xml.soap.SOAPElement addAttribute(QName qname, String value) throws javax.xml.soap.SOAPException - Throws:
javax.xml.soap.SOAPException
-
getAttributeValue
-
createQName
- Throws:
javax.xml.soap.SOAPException
-
getElementQName
-
setElementQName
public javax.xml.soap.SOAPElement setElementQName(QName newName) throws javax.xml.soap.SOAPException - Throws:
javax.xml.soap.SOAPException
-
removeAttribute
-
getChildElements
-