Uses of Interface
org.apache.axiom.om.OMMetaFactory

Packages that use OMMetaFactory
org.apache.axiom.om Contains core interfaces of the Axiom API. 
org.apache.axiom.om.impl.dom.factory   
org.apache.axiom.om.impl.llom.factory   
org.apache.axiom.osgi   
org.apache.axiom.soap.impl.builder   
 

Uses of OMMetaFactory in org.apache.axiom.om
 

Methods in org.apache.axiom.om that return OMMetaFactory
static OMMetaFactory OMAbstractFactory.getMetaFactory()
          Get the default meta factory instance.
 

Methods in org.apache.axiom.om with parameters of type OMMetaFactory
static void OMAbstractFactory.setMetaFactory(OMMetaFactory newMetaFactory)
          Explicitly set a meta factory instance.
 

Uses of OMMetaFactory in org.apache.axiom.om.impl.dom.factory
 

Classes in org.apache.axiom.om.impl.dom.factory that implement OMMetaFactory
 class OMDOMMetaFactory
          Meta factory for the DOOM implementation.
 

Uses of OMMetaFactory in org.apache.axiom.om.impl.llom.factory
 

Classes in org.apache.axiom.om.impl.llom.factory that implement OMMetaFactory
 class OMLinkedListMetaFactory
          Meta factory for the linked list OM implementation.
 

Uses of OMMetaFactory in org.apache.axiom.osgi
 

Methods in org.apache.axiom.osgi with parameters of type OMMetaFactory
protected  void FactoryInjectionComponent.setMetaFactory(OMMetaFactory metafactory)
           
protected  void FactoryInjectionComponent.unsetMetaFactory(OMMetaFactory metafactory)
           
 

Uses of OMMetaFactory in org.apache.axiom.soap.impl.builder
 

Constructors in org.apache.axiom.soap.impl.builder with parameters of type OMMetaFactory
StAXSOAPModelBuilder(OMMetaFactory metaFactory, XMLStreamReader parser)
          Constructor.
StAXSOAPModelBuilder(OMMetaFactory metaFactory, XMLStreamReader parser, String soapVersion)
          Constructor.
 



Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.