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.
Creates an instance of the default
SOAPConnectionFactory object.
a new instance of a defaultSOAPConnectionFactory object exception: SOAPException - if there was an error creating theSOAPConnectionFactory exception: UnsupportedOperationException - if newInstance is notsupported.