Uses of Class
javax.xml.soap.SOAPFactory
-
Uses of SOAPFactory in javax.xml.soap
Fields in javax.xml.soap declared as SOAPFactoryMethods in javax.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.Constructors in javax.xml.soap with parameters of type SOAPFactory