Module com.sun.xml.messaging.saaj
Class HttpSOAPConnectionFactory
java.lang.Object
jakarta.xml.soap.SOAPConnectionFactory
com.sun.xml.messaging.saaj.client.p2p.HttpSOAPConnectionFactory
Implementation of the SOAPConnectionFactory
-
Constructor Summary
-
Method Summary
Methods inherited from class jakarta.xml.soap.SOAPConnectionFactory
newInstance
-
Constructor Details
-
HttpSOAPConnectionFactory
public HttpSOAPConnectionFactory()
-
-
Method Details
-
createConnection
Description copied from class:SOAPConnectionFactory
Create a newSOAPConnection
.- Specified by:
createConnection
in classSOAPConnectionFactory
- Returns:
- the new
SOAPConnection
object. - Throws:
SOAPException
- if there was an exception creating theSOAPConnection
object.
-