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 Details

    • log

      protected static final Logger log
  • Constructor Details

    • Envelope1_2Impl

      public Envelope1_2Impl(SOAPDocumentImpl ownerDoc, String prefix)
    • Envelope1_2Impl

      public Envelope1_2Impl(SOAPDocumentImpl ownerDoc, Element domElement)
    • Envelope1_2Impl

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

    • getBodyName

      protected NameImpl getBodyName(String prefix)
      Specified by:
      getBodyName in class EnvelopeImpl
    • getHeaderName

      protected NameImpl getHeaderName(String prefix)
      Specified by:
      getHeaderName in class EnvelopeImpl
    • 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