Class Envelope1_2Impl

  • All Implemented Interfaces:
    Envelope, LazyEnvelope, javax.xml.soap.Node, javax.xml.soap.SOAPBodyElement, javax.xml.soap.SOAPElement, javax.xml.soap.SOAPEnvelope, Element, Node

    public class Envelope1_2Impl
    extends EnvelopeImpl
    • Field Detail

      • log

        protected static final Logger log
    • Constructor Detail

      • Envelope1_2Impl

        public Envelope1_2Impl​(SOAPDocumentImpl ownerDoc,
                               String prefix,
                               boolean createHeader,
                               boolean createBody)
                        throws javax.xml.soap.SOAPException
        Throws:
        javax.xml.soap.SOAPException
    • Method Detail

      • setEncodingStyle

        public void setEncodingStyle​(String encodingStyle)
                              throws javax.xml.soap.SOAPException
        Specified by:
        setEncodingStyle in interface javax.xml.soap.SOAPElement
        Overrides:
        setEncodingStyle in class ElementImpl
        Throws:
        javax.xml.soap.SOAPException
      • addAttribute

        public javax.xml.soap.SOAPElement addAttribute​(javax.xml.soap.Name name,
                                                       String value)
                                                throws javax.xml.soap.SOAPException
        Specified by:
        addAttribute in interface javax.xml.soap.SOAPElement
        Overrides:
        addAttribute in class ElementImpl
        Throws:
        javax.xml.soap.SOAPException
      • addAttribute

        public javax.xml.soap.SOAPElement addAttribute​(QName name,
                                                       String value)
                                                throws javax.xml.soap.SOAPException
        Specified by:
        addAttribute in interface javax.xml.soap.SOAPElement
        Overrides:
        addAttribute in class ElementImpl
        Throws:
        javax.xml.soap.SOAPException
      • addChildElement

        public javax.xml.soap.SOAPElement addChildElement​(javax.xml.soap.Name name)
                                                   throws javax.xml.soap.SOAPException
        Specified by:
        addChildElement in interface javax.xml.soap.SOAPElement
        Overrides:
        addChildElement in class ElementImpl
        Throws:
        javax.xml.soap.SOAPException
      • addChildElement

        public javax.xml.soap.SOAPElement addChildElement​(QName name)
                                                   throws javax.xml.soap.SOAPException
        Specified by:
        addChildElement in interface javax.xml.soap.SOAPElement
        Overrides:
        addChildElement in class ElementImpl
        Throws:
        javax.xml.soap.SOAPException
      • addTextNode

        public javax.xml.soap.SOAPElement addTextNode​(String text)
                                               throws javax.xml.soap.SOAPException
        Specified by:
        addTextNode in interface javax.xml.soap.SOAPElement
        Overrides:
        addTextNode in class ElementImpl
        Throws:
        javax.xml.soap.SOAPException