Class SOAPConnectionFactory

java.lang.Object
javax.xml.soap.SOAPConnectionFactory
Direct Known Subclasses:
SOAPConnectionFactoryImpl

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.
  • Constructor Details

    • SOAPConnectionFactory

      public SOAPConnectionFactory()
  • Method Details