Class SOAPElementExtension

    • 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)