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:
createConnection
in classSOAPConnectionFactory
- Returns:
- the new
SOAPConnection
object. - Throws:
SOAPException
- if there was an exception creating theSOAPConnection
object.
-