站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 webservice API Documentation 英文版文档

SOAPConnectionFactoryImpl (JBossWS API) - JBoss 4.0.1 sp1 webservice API Documentation 英文版文档


org.jboss.webservice.soap
Class SOAPConnectionFactoryImpl

java.lang.Object
  extended byjavax.xml.soap.SOAPConnectionFactory
      extended byorg.jboss.webservice.soap.SOAPConnectionFactoryImpl

public class SOAPConnectionFactoryImpl
extends javax.xml.soap.SOAPConnectionFactory

SOAP Connection Factory implementation

Since:
15-May-2004
Author:
Thomas.Diesler@jboss.org

Constructor Summary
SOAPConnectionFactoryImpl()
           
 
Method Summary
 javax.xml.soap.SOAPConnection createConnection()
          Create a new SOAPConnection.
 
Methods inherited from class javax.xml.soap.SOAPConnectionFactory
newInstance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SOAPConnectionFactoryImpl

public SOAPConnectionFactoryImpl()
Method Detail

createConnection

public javax.xml.soap.SOAPConnection createConnection()
                                               throws javax.xml.soap.SOAPException
Create a new SOAPConnection.

Returns:
the new SOAPConnection object.
Throws:
javax.xml.soap.SOAPException - if there was an exception creating theSOAPConnection object.


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