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
public class SOAPElementExtension
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SOAPElementExtension
public SOAPElementExtension()
addChildElement
public SOAPElement addChildElement(QName qname)
throws SOAPException
- Throws:
SOAPException
addAttribute
public SOAPElement addAttribute(QName qname,
String value)
throws SOAPException
- Throws:
SOAPException
getAttributeValue
public String getAttributeValue(QName qname)
createQName
public QName createQName(String localName,
String prefix)
throws SOAPException
- Throws:
SOAPException
getElementQName
public QName getElementQName()
setElementQName
public SOAPElement setElementQName(QName newName)
throws SOAPException
- Throws:
SOAPException
removeAttribute
public boolean removeAttribute(QName qname)
getChildElements
public Iterator getChildElements(QName qname)
Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.