org.jboss.webservice.soap
Class SOAPConnectionImpl
java.lang.Object
javax.xml.soap.SOAPConnection
org.jboss.axis.soap.SOAPConnectionImpl
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
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 |
SOAPConnectionImpl
public SOAPConnectionImpl()
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.