Uses of Class
javax.xml.soap.SOAPFactory

Uses of SOAPFactory in javax.xml.soap
 

Methods in javax.xml.soap that return SOAPFactory
static SOAPFactory SOAPFactory.newInstance()
          Creates a new instance of SOAPFactory.
static SOAPFactory SOAPFactory.newInstance(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.
protected abstract  SOAPFactory SAAJMetaFactory.newSOAPFactory(String s)
           
 



Copyright © 2003-2008 The Apache Software Foundation. All Rights Reserved.