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

Packages that use SOAPFactory
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.llom   
org.apache.axis2.soap.impl.llom.builder   
org.apache.axis2.soap.impl.llom.factory   
org.apache.axis2.soap.impl.llom.soap11   
org.apache.axis2.soap.impl.llom.soap12   
 

Uses of SOAPFactory in org.apache.axis2.om
 

Methods in org.apache.axis2.om that return SOAPFactory
static SOAPFactory OMAbstractFactory.getSOAP11Factory()
          This will pick up the default factory implementation from the classpath
static SOAPFactory OMAbstractFactory.getSOAP11Factory(java.lang.ClassLoader classLoader)
          If user needs to provide his own factory implementation, here provide the Class Loader for that.
static SOAPFactory OMAbstractFactory.getSOAP12Factory()
          This will pick up the default factory implementation from the classpath
static SOAPFactory OMAbstractFactory.getSOAP12Factory(java.lang.ClassLoader classLoader)
          If user needs to provide his own factory implementation, here provide the Class Loader for that.
static SOAPFactory OMAbstractFactory.getDefaultSOAPFactory()
           
 

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, java.lang.String soapVersion)
           
 

Uses of SOAPFactory in org.apache.axis2.receivers
 

Fields in org.apache.axis2.receivers declared as SOAPFactory
protected  SOAPFactory AbstractMessageReceiver.fac
           
 

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

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
 

Constructors in org.apache.axis2.soap.impl.llom.builder with parameters of type SOAPFactory
StAXSOAPModelBuilder(XMLStreamReader parser, SOAPFactory factory, java.lang.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
           
 

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

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

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

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