Class SOAPConnectionFactoryImpl

java.lang.Object
jakarta.xml.soap.SOAPConnectionFactory
org.apache.axis2.saaj.SOAPConnectionFactoryImpl

public class SOAPConnectionFactoryImpl extends jakarta.xml.soap.SOAPConnectionFactory
  • Constructor Details

    • SOAPConnectionFactoryImpl

      public SOAPConnectionFactoryImpl()
  • Method Details

    • createConnection

      public jakarta.xml.soap.SOAPConnection createConnection() throws jakarta.xml.soap.SOAPException
      Create a new SOAPConnection.
      Specified by:
      createConnection in class jakarta.xml.soap.SOAPConnectionFactory
      Returns:
      the new SOAPConnection object.
      Throws:
      jakarta.xml.soap.SOAPException - if there was an exception creating the SOAPConnection object.