当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 webservice API Documentation 英文版文档
SOAPConnectionImpl (JBossWS API) - JBoss 4.0.1 sp1 webservice API Documentation 英文版文档
org.jboss.webservice.soap
Class SOAPConnectionImpl
java.lang.Object
javax.xml.soap.SOAPConnection
org.apache.axis.soap.SOAPConnectionImpl
org.jboss.webservice.soap.SOAPConnectionImpl
- public class SOAPConnectionImpl
- extends org.apache.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 $
- Author:
- Scott.Stark@jboss.org
Method Summary |
protected org.apache.axis.client.Call |
createCall(Object endpoint)
|
Methods inherited from class org.apache.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.apache.axis.client.Call createCall(Object endpoint)
throws MalformedURLException
- Throws:
MalformedURLException
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.