Uses of Class
jakarta.xml.soap.SOAPFactory
-
Packages that use SOAPFactory Package Description com.sun.xml.messaging.saaj.soap com.sun.xml.messaging.saaj.soap.dynamic com.sun.xml.messaging.saaj.soap.ver1_1 com.sun.xml.messaging.saaj.soap.ver1_2 jakarta.xml.soap Provides the API for creating and building SOAP messages.jakarta.xml.ws.soap This package defines APIs specific to the SOAP binding. -
-
Uses of SOAPFactory in com.sun.xml.messaging.saaj.soap
Subclasses of SOAPFactory in com.sun.xml.messaging.saaj.soap Modifier and Type Class Description classSOAPFactoryImplMethods in com.sun.xml.messaging.saaj.soap that return SOAPFactory Modifier and Type Method Description protected 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 Modifier and Type Class Description classSOAPFactoryDynamicImpl -
Uses of SOAPFactory in com.sun.xml.messaging.saaj.soap.ver1_1
Subclasses of SOAPFactory in com.sun.xml.messaging.saaj.soap.ver1_1 Modifier and Type Class Description classSOAPFactory1_1Impl -
Uses of SOAPFactory in com.sun.xml.messaging.saaj.soap.ver1_2
Subclasses of SOAPFactory in com.sun.xml.messaging.saaj.soap.ver1_2 Modifier and Type Class Description classSOAPFactory1_2Impl -
Uses of SOAPFactory in jakarta.xml.soap
Methods in jakarta.xml.soap that return SOAPFactory Modifier and Type Method Description static 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. -
Uses of SOAPFactory in jakarta.xml.ws.soap
Methods in jakarta.xml.ws.soap that return SOAPFactory Modifier and Type Method Description SOAPFactorySOAPBinding. getSOAPFactory()Gets the Jakarta SOAP with Attachments'SOAPFactoryinstance used by this SOAP binding.
-