Uses of Interface
org.apache.axis2.soap.SOAPFactory

Packages that use SOAPFactory
org.apache.axis2.client   
org.apache.axis2.databinding   
org.apache.axis2.om   
org.apache.axis2.om.impl.llom.factory   
org.apache.axis2.om.impl.llom.mtom   
org.apache.axis2.receivers   
org.apache.axis2.soap.impl.dom   
org.apache.axis2.soap.impl.dom.factory   
org.apache.axis2.soap.impl.dom.soap11   
org.apache.axis2.soap.impl.dom.soap12   
org.apache.axis2.soap.impl.llom   
org.apache.axis2.soap.impl.llom.builder   
org.apache.axis2.soap.impl.llom.factory   
 

Uses of SOAPFactory in org.apache.axis2.client
 

Methods in org.apache.axis2.client that return SOAPFactory
protected  SOAPFactory Stub.getFactory(String soapNamespaceURI)
           
 

Uses of SOAPFactory in org.apache.axis2.databinding
 

Constructors in org.apache.axis2.databinding with parameters of type SOAPFactory
ADBSOAPModelBuilder(XMLStreamReader parser, SOAPFactory factory)
           
 

Uses of SOAPFactory in org.apache.axis2.om
 

Methods in org.apache.axis2.om that return SOAPFactory
static SOAPFactory DOOMAbstractFactory.getSOAP11Factory()
           
static SOAPFactory DOOMAbstractFactory.getSOAP12Factory()
           
static SOAPFactory OMAbstractFactory.getSOAPFactory(String soapFactory)
          Gets the soapFactory factory implementation from the classpath
static SOAPFactory OMAbstractFactory.getSOAPFactory(ClassLoader classLoader, String soapFactory)
          Gets the soapFactory factory implementation using the provided classLoader
static SOAPFactory OMAbstractFactory.getSOAP11Factory()
          Gets the default factory implementation from the classpath.
static SOAPFactory OMAbstractFactory.getSOAP11Factory(ClassLoader classLoader)
          If user needs to provide his own factory implementation, provide the Class Loader here.
static SOAPFactory OMAbstractFactory.getSOAP12Factory()
          Gets the default factory implementation from the classpath.
static SOAPFactory OMAbstractFactory.getSOAP12Factory(ClassLoader classLoader)
          If user needs to provide his own factory implementation, provide the Class Loader here.
static SOAPFactory OMAbstractFactory.getDefaultSOAPFactory()
          WARNING - DO NOT USE THIS METHOD !!!!!.
 

Uses of SOAPFactory in org.apache.axis2.om.impl.llom.factory
 

Methods in org.apache.axis2.om.impl.llom.factory with parameters of type SOAPFactory
static StAXSOAPModelBuilder OMXMLBuilderFactory.createStAXSOAPModelBuilder(SOAPFactory soapFactory, XMLStreamReader parser)
          Method createStAXSOAPModelBuilder.
 

Uses of SOAPFactory in org.apache.axis2.om.impl.llom.mtom
 

Constructors in org.apache.axis2.om.impl.llom.mtom with parameters of type SOAPFactory
MTOMStAXSOAPModelBuilder(XMLStreamReader parser, SOAPFactory factory, MIMEHelper mimeHelper, String soapVersion)
           
 

Uses of SOAPFactory in org.apache.axis2.receivers
 

Methods in org.apache.axis2.receivers that return SOAPFactory
 SOAPFactory AbstractMessageReceiver.getSOAPFactory(MessageContext msgContext)
           
 

Uses of SOAPFactory in org.apache.axis2.soap.impl.dom
 

Constructors in org.apache.axis2.soap.impl.dom with parameters of type SOAPFactory
SOAPEnvelopeImpl(OMXMLParserWrapper builder, SOAPFactory factory)
           
SOAPEnvelopeImpl(DocumentImpl doc, OMXMLParserWrapper builder, SOAPFactory factory)
           
SOAPEnvelopeImpl(OMNamespace ns, SOAPFactory factory)
           
 

Uses of SOAPFactory in org.apache.axis2.soap.impl.dom.factory
 

Classes in org.apache.axis2.soap.impl.dom.factory that implement SOAPFactory
 class DOMSOAPFactory
           
 

Uses of SOAPFactory in org.apache.axis2.soap.impl.dom.soap11
 

Classes in org.apache.axis2.soap.impl.dom.soap11 that implement SOAPFactory
 class SOAP11Factory
           
 

Uses of SOAPFactory in org.apache.axis2.soap.impl.dom.soap12
 

Classes in org.apache.axis2.soap.impl.dom.soap12 that implement SOAPFactory
 class SOAP12Factory
           
 

Uses of SOAPFactory in org.apache.axis2.soap.impl.llom
 

Constructors in org.apache.axis2.soap.impl.llom with parameters of type SOAPFactory
SOAPEnvelopeImpl(OMXMLParserWrapper builder, SOAPFactory factory)
           
SOAPEnvelopeImpl(OMNamespace ns, SOAPFactory factory)
           
 

Uses of SOAPFactory in org.apache.axis2.soap.impl.llom.builder
 

Methods in org.apache.axis2.soap.impl.llom.builder that return SOAPFactory
protected  SOAPFactory StAXSOAPModelBuilder.getSoapFactory()
           
 

Constructors in org.apache.axis2.soap.impl.llom.builder with parameters of type SOAPFactory
StAXSOAPModelBuilder(XMLStreamReader parser, SOAPFactory factory, String soapVersion)
           
 

Uses of SOAPFactory in org.apache.axis2.soap.impl.llom.factory
 

Classes in org.apache.axis2.soap.impl.llom.factory that implement SOAPFactory
 class SOAPLinkedListImplFactory