Uses of Class
javax.xml.soap.SOAPFactory

Packages that use SOAPFactory
javax.xml.soap   
javax.xml.ws.soap   
org.apache.axis2.jaxws.binding   
org.apache.axis2.jaxws.message.util   
org.apache.axis2.jaxws.message.util.impl   
org.apache.axis2.jaxws.utility   
org.apache.axis2.saaj   
 

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(java.lang.String s)
          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(java.lang.String s)
           
 

Uses of SOAPFactory in javax.xml.ws.soap
 

Methods in javax.xml.ws.soap that return SOAPFactory
 SOAPFactory SOAPBinding.getSOAPFactory()
           
 

Uses of SOAPFactory in org.apache.axis2.jaxws.binding
 

Methods in org.apache.axis2.jaxws.binding that return SOAPFactory
 SOAPFactory SOAPBinding.getSOAPFactory()
           
 

Uses of SOAPFactory in org.apache.axis2.jaxws.message.util
 

Methods in org.apache.axis2.jaxws.message.util with parameters of type SOAPFactory
 SOAPElement SAAJConverter.toSAAJ(org.apache.axiom.om.OMElement omElement, SOAPElement parent, SOAPFactory sf)
          Convert omElement into a SOAPElement and add it to the parent SOAPElement.
 

Uses of SOAPFactory in org.apache.axis2.jaxws.message.util.impl
 

Methods in org.apache.axis2.jaxws.message.util.impl with parameters of type SOAPFactory
 SOAPElement SAAJConverterImpl.toSAAJ(org.apache.axiom.om.OMElement omElement, SOAPElement parent, SOAPFactory sf)
           
 

Constructors in org.apache.axis2.jaxws.message.util.impl with parameters of type SOAPFactory
SAAJConverterImpl.NameCreator(SOAPFactory sf)
           
 

Uses of SOAPFactory in org.apache.axis2.jaxws.utility
 

Methods in org.apache.axis2.jaxws.utility that return SOAPFactory
static SOAPFactory SAAJFactory.createSOAPFactory(java.lang.String namespace)
          Create SOAPFactory using information from the envelope namespace
 

Uses of SOAPFactory in org.apache.axis2.saaj
 

Subclasses of SOAPFactory in org.apache.axis2.saaj
 class SOAPFactoryImpl
           
 

Methods in org.apache.axis2.saaj that return SOAPFactory
protected  SOAPFactory SAAJMetaFactoryImpl.newSOAPFactory(java.lang.String soapVersion)
           
 



Copyright © 2007 Apache Web Services Project. All Rights Reserved.