Class Body1_2Impl

  • All Implemented Interfaces:
    jakarta.xml.soap.Node, jakarta.xml.soap.SOAPBody, jakarta.xml.soap.SOAPBodyElement, jakarta.xml.soap.SOAPElement, Element, Node

    public class Body1_2Impl
    extends BodyImpl
    • Field Detail

      • log

        protected static final Logger log
    • Method Detail

      • createBodyElement

        protected jakarta.xml.soap.SOAPBodyElement createBodyElement​(jakarta.xml.soap.Name name)
        Specified by:
        createBodyElement in class BodyImpl
      • createBodyElement

        protected jakarta.xml.soap.SOAPBodyElement createBodyElement​(QName name)
        Specified by:
        createBodyElement in class BodyImpl
      • addFault

        public jakarta.xml.soap.SOAPFault addFault()
                                            throws jakarta.xml.soap.SOAPException
        Specified by:
        addFault in interface jakarta.xml.soap.SOAPBody
        Overrides:
        addFault in class BodyImpl
        Throws:
        jakarta.xml.soap.SOAPException
      • 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
      • isFault

        protected boolean isFault​(jakarta.xml.soap.SOAPElement child)
        Specified by:
        isFault in class BodyImpl
      • createFaultElement

        protected jakarta.xml.soap.SOAPFault createFaultElement()
        Specified by:
        createFaultElement in class BodyImpl
      • addBodyElement

        public jakarta.xml.soap.SOAPBodyElement addBodyElement​(jakarta.xml.soap.Name name)
                                                        throws jakarta.xml.soap.SOAPException
        Specified by:
        addBodyElement in interface jakarta.xml.soap.SOAPBody
        Overrides:
        addBodyElement in class BodyImpl
        Throws:
        jakarta.xml.soap.SOAPException
      • addBodyElement

        public jakarta.xml.soap.SOAPBodyElement addBodyElement​(QName name)
                                                        throws jakarta.xml.soap.SOAPException
        Specified by:
        addBodyElement in interface jakarta.xml.soap.SOAPBody
        Overrides:
        addBodyElement in class BodyImpl
        Throws:
        jakarta.xml.soap.SOAPException
      • addElement

        protected jakarta.xml.soap.SOAPElement addElement​(jakarta.xml.soap.Name name)
                                                   throws jakarta.xml.soap.SOAPException
        Overrides:
        addElement in class BodyImpl
        Throws:
        jakarta.xml.soap.SOAPException
      • addElement

        protected jakarta.xml.soap.SOAPElement addElement​(QName name)
                                                   throws jakarta.xml.soap.SOAPException
        Overrides:
        addElement in class BodyImpl
        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