|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |