Uses of Class
javax.xml.soap.SOAPConnectionFactory
-
Packages that use SOAPConnectionFactory Package Description javax.xml.soap Provides the API for creating and building SOAP messages. -
-
Uses of SOAPConnectionFactory in javax.xml.soap
Methods in javax.xml.soap that return SOAPConnectionFactory Modifier and Type Method Description static SOAPConnectionFactory
SOAPConnectionFactory. newInstance()
Creates an instance of the defaultSOAPConnectionFactory
object.
-