| |
|
| java.lang.Object javax.xml.soap.SOAPConnectionFactory
All known Subclasses: org.apache.axis2.saaj.SOAPConnectionFactoryImpl,
SOAPConnectionFactory | abstract public class SOAPConnectionFactory (Code) | | 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.
|
SOAPConnectionFactory | public SOAPConnectionFactory()(Code) | | |
createConnection | abstract public SOAPConnection createConnection() throws SOAPException(Code) | | Create a new SOAPConnection .
the new SOAPConnection object. throws: SOAPException - if there was an exception creating the SOAPConnection object. |
|
|
|