Uses of Class
jakarta.xml.soap.SOAPFactory
Packages that use SOAPFactory
Package
Description
Provides the API for creating and building SOAP messages.
-
Uses of SOAPFactory in com.sun.xml.messaging.saaj.soap
Subclasses of SOAPFactory in com.sun.xml.messaging.saaj.soapMethods in com.sun.xml.messaging.saaj.soap that return SOAPFactoryModifier and TypeMethodDescriptionprotected SOAPFactorySAAJMetaFactoryImpl.newSOAPFactory(String protocol) -
Uses of SOAPFactory in com.sun.xml.messaging.saaj.soap.dynamic
Subclasses of SOAPFactory in com.sun.xml.messaging.saaj.soap.dynamic -
Uses of SOAPFactory in com.sun.xml.messaging.saaj.soap.ver1_1
Subclasses of SOAPFactory in com.sun.xml.messaging.saaj.soap.ver1_1 -
Uses of SOAPFactory in com.sun.xml.messaging.saaj.soap.ver1_2
Subclasses of SOAPFactory in com.sun.xml.messaging.saaj.soap.ver1_2 -
Uses of SOAPFactory in jakarta.xml.soap
Methods in jakarta.xml.soap that return SOAPFactoryModifier and TypeMethodDescriptionstatic SOAPFactorySOAPFactory.newInstance()Creates a newSOAPFactoryobject that is an instance of the default implementation (SOAP 1.1).static SOAPFactorySOAPFactory.newInstance(String protocol) Creates a newSOAPFactoryobject 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 SOAPFactorySAAJMetaFactory.newSOAPFactory(String protocol) Creates aSOAPFactoryobject for the givenStringprotocol.