Package org.apache.axis2.saaj
Class SOAPConnectionFactoryImpl
java.lang.Object
jakarta.xml.soap.SOAPConnectionFactory
org.apache.axis2.saaj.SOAPConnectionFactoryImpl
public class SOAPConnectionFactoryImpl
extends jakarta.xml.soap.SOAPConnectionFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjakarta.xml.soap.SOAPConnectionCreate a newSOAPConnection.Methods inherited from class jakarta.xml.soap.SOAPConnectionFactory
newInstance
-
Constructor Details
-
SOAPConnectionFactoryImpl
public SOAPConnectionFactoryImpl()
-
-
Method Details
-
createConnection
public jakarta.xml.soap.SOAPConnection createConnection() throws jakarta.xml.soap.SOAPExceptionCreate a newSOAPConnection.- Specified by:
createConnectionin classjakarta.xml.soap.SOAPConnectionFactory- Returns:
- the new
SOAPConnectionobject. - Throws:
jakarta.xml.soap.SOAPException- if there was an exception creating theSOAPConnectionobject.
-