org.jboss.webservice.soap
Class SOAPConnectionFactoryImpl

java.lang.Object
  extended byjavax.xml.soap.SOAPConnectionFactory (src) 
      extended byorg.jboss.webservice.soap.SOAPConnectionFactoryImpl

public class SOAPConnectionFactoryImpl
extends SOAPConnectionFactory (src)

SOAP Connection Factory implementation

Since:
15-May-2004

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

Constructor Detail

SOAPConnectionFactoryImpl

public SOAPConnectionFactoryImpl()
Method Detail

createConnection

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

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