org.jboss.axis.soap
Class SOAPConnectionFactoryImpl
java.lang.Object
   javax.xml.soap.SOAPConnectionFactory
javax.xml.soap.SOAPConnectionFactory
       org.jboss.axis.soap.SOAPConnectionFactoryImpl
org.jboss.axis.soap.SOAPConnectionFactoryImpl
- public class SOAPConnectionFactoryImpl 
- extends javax.xml.soap.SOAPConnectionFactory
SOAP Connection Factory implementation
- Author:
- Davanum Srinivas (dims@yahoo.com)
 
| 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 | 
 
SOAPConnectionFactoryImpl
public SOAPConnectionFactoryImpl()
createConnection
public javax.xml.soap.SOAPConnection createConnection()
                                               throws javax.xml.soap.SOAPException
- Create a new SOAPConnection.
 
- 
- Specified by:
- createConnectionin class- javax.xml.soap.SOAPConnectionFactory
 
- 
- Returns:
- the new SOAPConnectionobject.
- Throws:
- javax.xml.soap.SOAPException- if there was an exception
                       creating the- SOAPConnectionobject.
 
      
      
        Copyright © 2002 JBoss Group, LLC. All Rights Reserved.