org.jboss.webservice.soap
Class SOAPConnectionImpl

java.lang.Object
  extended byjavax.xml.soap.SOAPConnection
      extended byorg.jboss.axis.soap.SOAPConnectionImpl
          extended byorg.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.1 $
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
Throws:
MalformedURLException


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