| Package | Description |
|---|---|
| org.apache.axiom.locator |
Contains classes used internally by the axiom-api artifact to locate Axiom implementations.
|
| org.apache.axiom.om |
Contains core interfaces of the Axiom API.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultOMMetaFactoryLocator
The default
OMMetaFactoryLocator implementation used in non OSGi environments. |
(package private) class |
OSGiOMMetaFactoryLocator |
(package private) class |
PriorityBasedOMMetaFactoryLocator |
| Modifier and Type | Field and Description |
|---|---|
private static OMMetaFactoryLocator |
OMAbstractFactory.defaultMetaFactoryLocator
The default
OMMetaFactoryLocator that will be used if no locator has been set
explicitly. |
private static OMMetaFactoryLocator |
OMAbstractFactory.metaFactoryLocator
|
| Modifier and Type | Method and Description |
|---|---|
static void |
OMAbstractFactory.setMetaFactoryLocator(OMMetaFactoryLocator locator)
Explicitly set a meta factory locator.
|