Class Envelope1_2Impl

  • All Implemented Interfaces:
    Envelope, LazyEnvelope, jakarta.xml.soap.Node, jakarta.xml.soap.SOAPBodyElement, jakarta.xml.soap.SOAPElement, jakarta.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 jakarta.xml.soap.SOAPException
        Throws:
        jakarta.xml.soap.SOAPException
    • Method Detail

      • setEncodingStyle

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

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

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

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

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

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