Uses of Class
javax.xml.soap.SOAPFactory

Uses of SOAPFactory in javax.xml.soap
 

Methods in javax.xml.soap that return SOAPFactory
protected abstract  SOAPFactory SAAJMetaFactory.newSOAPFactory(java.lang.String protocol)
          Creates a SOAPFactory object for the given String protocol.
static SOAPFactory SOAPFactory.newInstance()
          Creates a new SOAPFactory object that is an instance of the default implementation (SOAP 1.1), This method uses the following ordered lookup procedure to determine the SOAPFactory implementation class to load: Use the javax.xml.soap.SOAPFactory system property.
static SOAPFactory SOAPFactory.newInstance(java.lang.String protocol)
          Creates a new SOAPFactory object that is an instance of the specified implementation, this method uses the SAAJMetaFactory to locate the implementation class and create the SOAPFactory instance.