Uses of Class
jakarta.xml.soap.SOAPConnectionFactory
-
Packages that use SOAPConnectionFactory 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 SOAPConnectionFactory in com.sun.xml.messaging.saaj.client.p2p
Subclasses of SOAPConnectionFactory in com.sun.xml.messaging.saaj.client.p2p Modifier and Type Class Description classHttpSOAPConnectionFactoryImplementation of the SOAPConnectionFactory -
Uses of SOAPConnectionFactory in jakarta.xml.soap
Methods in jakarta.xml.soap that return SOAPConnectionFactory Modifier and Type Method Description static SOAPConnectionFactorySOAPConnectionFactory. newInstance()Creates an instance of the defaultSOAPConnectionFactoryobject. -
Uses of SOAPConnectionFactory in org.jboss.wsf.stack.cxf.saaj
Subclasses of SOAPConnectionFactory in org.jboss.wsf.stack.cxf.saaj Modifier and Type Class Description classSOAPConnectionFactoryImpl
-