Package org.apache.axis2.saaj
Class SOAPConnectionFactoryImpl
- java.lang.Object
-
- javax.xml.soap.SOAPConnectionFactory
-
- org.apache.axis2.saaj.SOAPConnectionFactoryImpl
-
public class SOAPConnectionFactoryImpl extends SOAPConnectionFactory
-
-
Constructor Summary
Constructors Constructor Description SOAPConnectionFactoryImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SOAPConnection
createConnection()
Create a newSOAPConnection
.-
Methods inherited from class javax.xml.soap.SOAPConnectionFactory
newInstance
-
-
-
-
Method Detail
-
createConnection
public SOAPConnection createConnection() throws SOAPException
Create a newSOAPConnection
.- Specified by:
createConnection
in classSOAPConnectionFactory
- Returns:
- the new
SOAPConnection
object. - Throws:
SOAPException
- if there was an exception creating theSOAPConnection
object.
-
-