org.jboss.webservice.soap
Class SOAPConnectionImpl

java.lang.Object
  extended by javax.xml.soap.SOAPConnection
      extended by org.jboss.axis.soap.SOAPConnectionImpl
          extended by org.jboss.webservice.soap.SOAPConnectionImpl

public class SOAPConnectionImpl
extends org.jboss.axis.soap.SOAPConnectionImpl

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.

Version:
$Revision: 1.3.4.2 $
Author:
Scott.Stark@jboss.org

Constructor Summary
SOAPConnectionImpl()
           
 
Method Summary
protected  org.jboss.axis.client.Call createCall(Object endpoint)
           
 
Methods inherited from class org.jboss.axis.soap.SOAPConnectionImpl
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 org.jboss.axis.client.Call createCall(Object endpoint)
                                         throws MalformedURLException
Overrides:
createCall in class org.jboss.axis.soap.SOAPConnectionImpl
Throws:
MalformedURLException


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.