Package org.apache.axis.soap
Class SOAPConnectionFactoryImpl
java.lang.Object
javax.xml.soap.SOAPConnectionFactory
org.apache.axis.soap.SOAPConnectionFactoryImpl
SOAP Connection Factory implementation
- Author:
- Davanum Srinivas (dims@yahoo.com)
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class javax.xml.soap.SOAPConnectionFactory
newInstance
-
Constructor Details
-
SOAPConnectionFactoryImpl
public SOAPConnectionFactoryImpl()
-
-
Method Details
-
createConnection
Create a newSOAPConnection.- Specified by:
createConnectionin classSOAPConnectionFactory- Returns:
- the new
SOAPConnectionobject. - Throws:
SOAPException- if there was an exception creating theSOAPConnectionobject.
-