Package | Description |
---|---|
org.apache.axiom.om |
Contains core interfaces of the Axiom API.
|
org.apache.axiom.om.impl | |
org.apache.axiom.om.impl.dom.factory | |
org.apache.axiom.om.impl.llom.factory | |
org.apache.axiom.osgi | |
org.apache.axiom.soap.impl.builder |
Modifier and Type | Method and Description |
---|---|
OMMetaFactory |
OMFactory.getMetaFactory()
Get the
OMMetaFactory from which this factory was obtained. |
static OMMetaFactory |
OMAbstractFactory.getMetaFactory()
Get the default meta factory instance.
|
Modifier and Type | Method and Description |
---|---|
static void |
OMAbstractFactory.setMetaFactory(OMMetaFactory newMetaFactory)
Explicitly set a meta factory instance.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractOMMetaFactory
Base class for
OMMetaFactory implementations that make use of the standard builders
(StAXOMBuilder and its subclasses). |
Modifier and Type | Class and Description |
---|---|
class |
OMDOMMetaFactory
Meta factory for the DOOM implementation.
|
Modifier and Type | Method and Description |
---|---|
OMMetaFactory |
OMDOMFactory.getMetaFactory() |
Modifier and Type | Class and Description |
---|---|
class |
OMLinkedListMetaFactory
Meta factory for the linked list OM implementation.
|
Modifier and Type | Method and Description |
---|---|
OMMetaFactory |
OMLinkedListImplFactory.getMetaFactory() |
Modifier and Type | Method and Description |
---|---|
protected void |
FactoryInjectionComponent.setMetaFactory(OMMetaFactory metafactory) |
protected void |
FactoryInjectionComponent.unsetMetaFactory(OMMetaFactory metafactory) |
Constructor and Description |
---|
StAXSOAPModelBuilder(OMMetaFactory metaFactory,
javax.xml.stream.XMLStreamReader parser)
Constructor.
|
StAXSOAPModelBuilder(OMMetaFactory metaFactory,
javax.xml.stream.XMLStreamReader parser,
String soapVersion)
Constructor.
|
Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.