Uses of Class
javax.xml.soap.SOAPConnection
-
Packages that use SOAPConnection Package Description javax.xml.soap org.apache.axis.soap -
-
Uses of SOAPConnection in javax.xml.soap
Methods in javax.xml.soap that return SOAPConnection Modifier and Type Method Description abstract SOAPConnection
SOAPConnectionFactory. createConnection()
Create a newSOAPConnection
. -
Uses of SOAPConnection in org.apache.axis.soap
Subclasses of SOAPConnection in org.apache.axis.soap Modifier and Type Class Description class
SOAPConnectionImpl
SOAP Connection implementationMethods in org.apache.axis.soap that return SOAPConnection Modifier and Type Method Description SOAPConnection
SOAPConnectionFactoryImpl. createConnection()
Create a newSOAPConnection
.
-