com.sun.xml.wss.impl.misc
Class SOAPElementExtension

java.lang.Object
  extended by com.sun.xml.wss.impl.misc.SOAPElementExtension
Direct Known Subclasses:
EncryptedHeaderBlock, ReferenceElement, SecurityHeader, SecurityHeaderBlockImpl

public class SOAPElementExtension
extends Object


Constructor Summary
SOAPElementExtension()
           
 
Method Summary
 SOAPElement addAttribute(QName qname, String value)
           
 SOAPElement addChildElement(QName qname)
           
 QName createQName(String localName, String prefix)
           
 String getAttributeValue(QName qname)
           
 Iterator getChildElements(QName qname)
           
 QName getElementQName()
           
 boolean removeAttribute(QName qname)
           
 SOAPElement setElementQName(QName newName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SOAPElementExtension

public SOAPElementExtension()
Method Detail

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.