org.jboss.webservice.soap
Class SOAPConnectionImpl

java.lang.Object
  extended byjavax.xml.soap.SOAPConnection (src) 
      extended byorg.jboss.axis.soap.SOAPConnectionImpl (src) 
          extended byorg.jboss.webservice.soap.SOAPConnectionImpl

public class SOAPConnectionImpl
extends SOAPConnectionImpl (src)

A factory for creating SOAPConnection objects. Implementation of this class is optional. If SOAPConnectionFactory.newInstance() throws an UnsupportedOperationException then the implementation does not support the SAAJ communication infrastructure. Otherwise SOAPConnection objects can be created by calling createConnection() on the newly created SOAPConnectionFactory object.


Constructor Summary
SOAPConnectionImpl()
           
 
Method Summary
protected  Call (src) createCall(java.lang.Object endpoint)
          Stubbed out to allow subclassing
 
Methods inherited from class org.jboss.axis.soap.SOAPConnectionImpl (src)
call, close, processAxisFault
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SOAPConnectionImpl

public SOAPConnectionImpl()
Method Detail

createCall

protected Call (src)  createCall(java.lang.Object endpoint)
                   throws java.net.MalformedURLException
Description copied from class: SOAPConnectionImpl (src)
Stubbed out to allow subclassing

Overrides:
createCall in class SOAPConnectionImpl (src)
Throws:
java.net.MalformedURLException