Uses of Class
jakarta.xml.soap.SOAPConnection
-
Packages that use SOAPConnection Package Description com.sun.xml.messaging.saaj.client.p2p jakarta.xml.soap Provides the API for creating and building SOAP messages.org.jboss.wsf.stack.cxf.saaj -
-
Uses of SOAPConnection in com.sun.xml.messaging.saaj.client.p2p
Methods in com.sun.xml.messaging.saaj.client.p2p that return SOAPConnection Modifier and Type Method Description SOAPConnectionHttpSOAPConnectionFactory. createConnection() -
Uses of SOAPConnection in jakarta.xml.soap
Methods in jakarta.xml.soap that return SOAPConnection Modifier and Type Method Description abstract SOAPConnectionSOAPConnectionFactory. createConnection()Create a newSOAPConnection. -
Uses of SOAPConnection in org.jboss.wsf.stack.cxf.saaj
Subclasses of SOAPConnection in org.jboss.wsf.stack.cxf.saaj Modifier and Type Class Description classSOAPConnectionImplMethods in org.jboss.wsf.stack.cxf.saaj that return SOAPConnection Modifier and Type Method Description SOAPConnectionSOAPConnectionFactoryImpl. createConnection()
-