org.apache.axis.soap

Class SOAPConnectionFactoryImpl


public class SOAPConnectionFactoryImpl
extends SOAPConnectionFactory

SOAP Connection Factory implementation
Author:
Davanum Srinivas (dims@yahoo.com)

Method Summary

SOAPConnection
createConnection()
Create a new SOAPConnection.

Methods inherited from class javax.xml.soap.SOAPConnectionFactory

createConnection, newInstance

Method Details

createConnection

public SOAPConnection createConnection()
            throws SOAPException
Create a new SOAPConnection.
Overrides:
createConnection in interface SOAPConnectionFactory
Returns:
the new SOAPConnection object.
Throws:
SOAPException - if there was an exception creating the SOAPConnection object.

Copyright © 2005 Apache Web Services Project. All Rights Reserved.