Class SOAPConnectionFactory

java.lang.Object
jakarta.xml.soap.SOAPConnectionFactory

public abstract class SOAPConnectionFactory extends Object
A factory for creating SOAPConnection objects. Implementation of this class is optional. If SOAPConnectionFactory.newInstance() throws an UnsupportedOperationException then the implementation does not support the SAAJ communication infrastructure. Otherwise SOAPConnection objects can be created by calling createConnection() on the newly created SOAPConnectionFactory object.
Since:
1.6
  • Field Details

    • DEFAULT_SOAP_CONNECTION_FACTORY

      private static final String DEFAULT_SOAP_CONNECTION_FACTORY
      A constant representing the default value for a SOAPConnection object. The default is the point-to-point SOAP connection.
      See Also:
  • Constructor Details

    • SOAPConnectionFactory

      protected SOAPConnectionFactory()
      Default constructor.
  • Method Details