Class Body1_2Impl

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

public class Body1_2Impl extends BodyImpl
  • Field Details

    • log

      protected static final Logger log
  • Constructor Details

  • Method Details

    • getFaultName

      protected NameImpl getFaultName(String name)
      Specified by:
      getFaultName in class BodyImpl
    • createBodyElement

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

      protected javax.xml.soap.SOAPBodyElement createBodyElement(QName name)
      Specified by:
      createBodyElement in class BodyImpl
    • getDefaultFaultCode

      protected QName getDefaultFaultCode()
      Specified by:
      getDefaultFaultCode in class BodyImpl
    • addFault

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

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

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

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

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

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

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