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 java.lang.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(javax.xml.namespace.QName qname)
throws SOAPException
- Throws:
SOAPException
addAttribute
public SOAPElement addAttribute(javax.xml.namespace.QName qname,
java.lang.String value)
throws SOAPException
- Throws:
SOAPException
getAttributeValue
public java.lang.String getAttributeValue(javax.xml.namespace.QName qname)
createQName
public javax.xml.namespace.QName createQName(java.lang.String localName,
java.lang.String prefix)
throws SOAPException
- Throws:
SOAPException
getElementQName
public javax.xml.namespace.QName getElementQName()
setElementQName
public SOAPElement setElementQName(javax.xml.namespace.QName newName)
throws SOAPException
- Throws:
SOAPException
removeAttribute
public boolean removeAttribute(javax.xml.namespace.QName qname)
getChildElements
public java.util.Iterator getChildElements(javax.xml.namespace.QName qname)
Copyright © 2005-2011 Oracle Corporation. All Rights Reserved.