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
Constructors -
Method Summary
Methods inherited from class jakarta.xml.soap.SOAPConnectionFactory
newInstance
-
Constructor Details
-
HttpSOAPConnectionFactory
public HttpSOAPConnectionFactory()
-
-
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.
-