org.apache.axis2.saaj
Class SOAPConnectionFactoryImpl

java.lang.Object
  extended by javax.xml.soap.SOAPConnectionFactory
      extended by org.apache.axis2.saaj.SOAPConnectionFactoryImpl

public class SOAPConnectionFactoryImpl
extends javax.xml.soap.SOAPConnectionFactory


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.

Specified by:
createConnection in class javax.xml.soap.SOAPConnectionFactory
Returns:
the new SOAPConnection object.
Throws:
javax.xml.soap.SOAPException - if there was an exception creating the SOAPConnection object.


Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.