Uses of Interface
org.apache.axis2.om.OMFactory

Packages that use OMFactory
org.apache.axis2.om   
org.apache.axis2.om.impl.dom.factory   
org.apache.axis2.om.impl.llom.builder   
org.apache.axis2.om.impl.llom.factory   
org.apache.axis2.rpc.client   
org.apache.axis2.security.trust.token   
org.apache.axis2.soap   
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.factory   
 

Uses of OMFactory in org.apache.axis2.om
 

Methods in org.apache.axis2.om that return OMFactory
static OMFactory DOOMAbstractFactory.getOMFactory()
           
static OMFactory OMAbstractFactory.getOMFactory()
          Picks up the default factory implementation from the classpath.
static OMFactory OMAbstractFactory.getOMFactory(ClassLoader classLoader)
          If user needs to provide his own factory implementation, provide the Class Loader here.
 

Uses of OMFactory in org.apache.axis2.om.impl.dom.factory
 

Classes in org.apache.axis2.om.impl.dom.factory that implement OMFactory
 class OMDOMFactory
           
 

Uses of OMFactory in org.apache.axis2.om.impl.llom.builder
 

Fields in org.apache.axis2.om.impl.llom.builder declared as OMFactory
protected  OMFactory StAXBuilder.omfactory
          Field omfactory
 

Methods in org.apache.axis2.om.impl.llom.builder with parameters of type OMFactory
 void StAXBuilder.setOmbuilderFactory(OMFactory ombuilderFactory)
          Method setOmbuilderFactory.
 

Constructors in org.apache.axis2.om.impl.llom.builder with parameters of type OMFactory
StAXBuilder(OMFactory ombuilderFactory, XMLStreamReader parser)
          Constructor StAXBuilder.
StAXOMBuilder(OMFactory ombuilderFactory, XMLStreamReader parser)
          Constructor StAXOMBuilder.
 

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

Classes in org.apache.axis2.om.impl.llom.factory that implement OMFactory
 class OMLinkedListImplFactory
          Class OMLinkedListImplFactory
 

Methods in org.apache.axis2.om.impl.llom.factory with parameters of type OMFactory
static StAXOMBuilder OMXMLBuilderFactory.createStAXOMBuilder(OMFactory ombuilderFactory, XMLStreamReader parser)
          Method createStAXOMBuilder.
 

Uses of OMFactory in org.apache.axis2.rpc.client
 

Methods in org.apache.axis2.rpc.client with parameters of type OMFactory
static void RPCStub.setValueRPC(OMFactory factory, SOAPEnvelope env, String methodNamespaceURI, String methodName, String[] paramNames, Object[] values)
          TODO: Make this method non-static and fix the xsl's that generate code to "extend" RPCStub when appropriate.
static OMElement StubSupporter.createRPCMappedElement(String elementName, OMNamespace ns, Object value, OMFactory fac)
           
 

Uses of OMFactory in org.apache.axis2.security.trust.token
 

Fields in org.apache.axis2.security.trust.token declared as OMFactory
protected  OMFactory AbstractToken.factory
           
 

Uses of OMFactory in org.apache.axis2.soap
 

Subinterfaces of OMFactory in org.apache.axis2.soap
 interface SOAPFactory
           
 

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

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

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

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

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

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

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

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