Package org.apache.axiom.locator
Class DefaultOMMetaFactoryLocator
java.lang.Object
org.apache.axiom.locator.DefaultOMMetaFactoryLocator
- All Implemented Interfaces:
OMMetaFactoryLocator
The default
OMMetaFactoryLocator
implementation used in non OSGi environments.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetOMMetaFactory
(String feature) Get theOMMetaFactory
for the given feature.
-
Constructor Details
-
DefaultOMMetaFactoryLocator
public DefaultOMMetaFactoryLocator()
-
-
Method Details
-
getOMMetaFactory
Description copied from interface:OMMetaFactoryLocator
Get theOMMetaFactory
for the given feature.- Specified by:
getOMMetaFactory
in interfaceOMMetaFactoryLocator
- Parameters:
feature
- the requested feature- Returns:
- the meta factory or
null
if no meta factory with the given feature is available
-