Class HttpSOAPConnectionFactory
- java.lang.Object
-
- jakarta.xml.soap.SOAPConnectionFactory
-
- com.sun.xml.messaging.saaj.client.p2p.HttpSOAPConnectionFactory
-
public class HttpSOAPConnectionFactory extends SOAPConnectionFactory
Implementation of the SOAPConnectionFactory- Author:
- Anil Vijendran (anil@sun.com)
-
-
Constructor Summary
Constructors Constructor Description HttpSOAPConnectionFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SOAPConnectioncreateConnection()Create a newSOAPConnection.-
Methods inherited from class jakarta.xml.soap.SOAPConnectionFactory
newInstance
-
-
-
-
Method Detail
-
createConnection
public SOAPConnection createConnection() throws SOAPException
Description copied from class:SOAPConnectionFactoryCreate a newSOAPConnection.- Specified by:
createConnectionin classSOAPConnectionFactory- Returns:
- the new
SOAPConnectionobject. - Throws:
SOAPException- if there was an exception creating theSOAPConnectionobject.
-
-