Uses of Class
jakarta.xml.soap.SOAPFactory
Package
Description
Provides the API for creating and building SOAP messages.
-
Uses of SOAPFactory in com.sun.xml.messaging.saaj.soap
Modifier and TypeMethodDescriptionprotected SOAPFactory
SAAJMetaFactoryImpl.newSOAPFactory
(String protocol) -
Uses of SOAPFactory in com.sun.xml.messaging.saaj.soap.dynamic
-
Uses of SOAPFactory in com.sun.xml.messaging.saaj.soap.ver1_1
-
Uses of SOAPFactory in com.sun.xml.messaging.saaj.soap.ver1_2
-
Uses of SOAPFactory in jakarta.xml.soap
Modifier and TypeMethodDescriptionstatic SOAPFactory
SOAPFactory.newInstance()
Creates a newSOAPFactory
object that is an instance of the default implementation (SOAP 1.1).static SOAPFactory
SOAPFactory.newInstance
(String protocol) Creates a newSOAPFactory
object that is an instance of the specified implementation, this method uses the SAAJMetaFactory to locate the implementation class and create the SOAPFactory instance.protected abstract SOAPFactory
SAAJMetaFactory.newSOAPFactory
(String protocol) Creates aSOAPFactory
object for the givenString
protocol.