Class SOAPFactoryImpl

java.lang.Object
jakarta.xml.soap.SOAPFactory
com.sun.xml.messaging.saaj.soap.SOAPFactoryImpl
Direct Known Subclasses:
SOAPFactory1_1Impl, SOAPFactory1_2Impl, SOAPFactoryDynamicImpl

public abstract class SOAPFactoryImpl extends jakarta.xml.soap.SOAPFactory
  • Field Details

    • log

      protected static final Logger log
  • Constructor Details

    • SOAPFactoryImpl

      public SOAPFactoryImpl()
  • Method Details

    • createDocument

      protected abstract SOAPDocumentImpl createDocument()
    • createElement

      public jakarta.xml.soap.SOAPElement createElement(String tagName) throws jakarta.xml.soap.SOAPException
      Specified by:
      createElement in class jakarta.xml.soap.SOAPFactory
      Throws:
      jakarta.xml.soap.SOAPException
    • createElement

      public jakarta.xml.soap.SOAPElement createElement(jakarta.xml.soap.Name name) throws jakarta.xml.soap.SOAPException
      Specified by:
      createElement in class jakarta.xml.soap.SOAPFactory
      Throws:
      jakarta.xml.soap.SOAPException
    • createElement

      public jakarta.xml.soap.SOAPElement createElement(QName qname) throws jakarta.xml.soap.SOAPException
      Overrides:
      createElement in class jakarta.xml.soap.SOAPFactory
      Throws:
      jakarta.xml.soap.SOAPException
    • createElement

      public jakarta.xml.soap.SOAPElement createElement(String localName, String prefix, String uri) throws jakarta.xml.soap.SOAPException
      Specified by:
      createElement in class jakarta.xml.soap.SOAPFactory
      Throws:
      jakarta.xml.soap.SOAPException
    • createName

      public jakarta.xml.soap.Name createName(String localName, String prefix, String uri) throws jakarta.xml.soap.SOAPException
      Specified by:
      createName in class jakarta.xml.soap.SOAPFactory
      Throws:
      jakarta.xml.soap.SOAPException
    • createName

      public jakarta.xml.soap.Name createName(String localName) throws jakarta.xml.soap.SOAPException
      Specified by:
      createName in class jakarta.xml.soap.SOAPFactory
      Throws:
      jakarta.xml.soap.SOAPException
    • createElement

      public jakarta.xml.soap.SOAPElement createElement(Element domElement) throws jakarta.xml.soap.SOAPException
      Overrides:
      createElement in class jakarta.xml.soap.SOAPFactory
      Throws:
      jakarta.xml.soap.SOAPException
    • createDetail

      public jakarta.xml.soap.Detail createDetail() throws jakarta.xml.soap.SOAPException
      Specified by:
      createDetail in class jakarta.xml.soap.SOAPFactory
      Throws:
      jakarta.xml.soap.SOAPException
    • createFault

      public jakarta.xml.soap.SOAPFault createFault(String reasonText, QName faultCode) throws jakarta.xml.soap.SOAPException
      Specified by:
      createFault in class jakarta.xml.soap.SOAPFactory
      Throws:
      jakarta.xml.soap.SOAPException
    • createFault

      public jakarta.xml.soap.SOAPFault createFault() throws jakarta.xml.soap.SOAPException
      Specified by:
      createFault in class jakarta.xml.soap.SOAPFactory
      Throws:
      jakarta.xml.soap.SOAPException