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
 javax.xml.soap.SOAPElement addAttribute(QName qname, String value)
           
 javax.xml.soap.SOAPElement addChildElement(QName qname)
           
 QName createQName(String localName, String prefix)
           
 String getAttributeValue(QName qname)
           
 Iterator getChildElements(QName qname)
           
 QName getElementQName()
           
 boolean removeAttribute(QName qname)
           
 javax.xml.soap.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 javax.xml.soap.SOAPElement addChildElement(QName qname)
                                           throws javax.xml.soap.SOAPException
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

public String getAttributeValue(QName qname)

createQName

public QName createQName(String localName,
                         String prefix)
                  throws javax.xml.soap.SOAPException
Throws:
javax.xml.soap.SOAPException

getElementQName

public QName getElementQName()

setElementQName

public javax.xml.soap.SOAPElement setElementQName(QName newName)
                                           throws javax.xml.soap.SOAPException
Throws:
javax.xml.soap.SOAPException

removeAttribute

public boolean removeAttribute(QName qname)

getChildElements

public Iterator getChildElements(QName qname)


Copyright © 2005-2012 Oracle Corporation. All Rights Reserved.