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.
Modifier and Type | Field and Description |
---|---|
private static final String | DEFAULT_SOAP_CONNECTION_FACTORY
A constant representing the default value for a |
Access | Constructor and Description |
---|---|
protected |
Modifier and Type | Method and Description |
---|---|
public abstract SOAPConnection | |
public static SOAPConnectionFactory | Returns: a new instance of a defaultSOAPConnectionFactory objectCreates an instance of the default
|
DEFAULT_SOAP_CONNECTION_FACTORY | back to summary |
---|---|
private static final String DEFAULT_SOAP_CONNECTION_FACTORY A constant representing the default value for a |
SOAPConnectionFactory | back to summary |
---|---|
protected SOAPConnectionFactory() Default constructor. |
createConnection | back to summary |
---|---|
public abstract SOAPConnection createConnection() throws SOAPException Create a new
|
newInstance | back to summary |
---|---|
public static SOAPConnectionFactory newInstance() throws SOAPException, UnsupportedOperationException Creates an instance of the default
|