FileDocCategorySizeDatePackage
SOAPConnectionFactoryImpl.javaAPI DocApache Axis 1.41272Sat Apr 22 18:57:28 BST 2006org.apache.axis.soap

SOAPConnectionFactoryImpl

public class SOAPConnectionFactoryImpl extends SOAPConnectionFactory
SOAP Connection Factory implementation
author
Davanum Srinivas (dims@yahoo.com)

Fields Summary
Constructors Summary
Methods Summary
public javax.xml.soap.SOAPConnectioncreateConnection()
Create a new SOAPConnection.

return
the new SOAPConnection object.
throws
SOAPException if there was an exception creating the SOAPConnection object.

        return new SOAPConnectionImpl();