Package org.jboss.wsf.stack.cxf.saaj
Class SOAPConnectionFactoryImpl
java.lang.Object
jakarta.xml.soap.SOAPConnectionFactory
org.jboss.wsf.stack.cxf.saaj.SOAPConnectionFactoryImpl
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class jakarta.xml.soap.SOAPConnectionFactory
newInstance
-
Constructor Details
-
SOAPConnectionFactoryImpl
public SOAPConnectionFactoryImpl()
-
-
Method Details
-
createConnection
Description copied from class:SOAPConnectionFactoryCreate a newSOAPConnection.- Specified by:
createConnectionin classSOAPConnectionFactory- Returns:
- the new
SOAPConnectionobject. - Throws:
SOAPException- if there was an exception creating theSOAPConnectionobject.
-