org.apache.axis.soap
Class SOAPConnectionFactoryImpl

java.lang.Object
  extended byjavax.xml.soap.SOAPConnectionFactory
      extended byorg.apache.axis.soap.SOAPConnectionFactoryImpl

public class SOAPConnectionFactoryImpl
extends SOAPConnectionFactory

SOAP Connection Factory implementation


Constructor Summary
SOAPConnectionFactoryImpl()
           
 
Method Summary
 SOAPConnection createConnection()
          Create a new SOAPConnection.
 
Methods inherited from class javax.xml.soap.SOAPConnectionFactory
newInstance
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SOAPConnectionFactoryImpl

public SOAPConnectionFactoryImpl()
Method Detail

createConnection

public SOAPConnection createConnection()
                                throws SOAPException
Create a new SOAPConnection.

Specified by:
createConnection in class SOAPConnectionFactory
Returns:
the new SOAPConnection object.
Throws:
SOAPException - if there was an exception creating the SOAPConnection object.


Copyright © 2003 Apache Web Services Project. A ll Rights Reserved.