org.apache.axiom.locator
Class DefaultOMMetaFactoryLocator
java.lang.Object
org.apache.axiom.locator.DefaultOMMetaFactoryLocator
- All Implemented Interfaces:
- OMMetaFactoryLocator
public final class DefaultOMMetaFactoryLocator
- extends Object
The default OMMetaFactoryLocator
implementation used in non OSGi environments.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultOMMetaFactoryLocator
public DefaultOMMetaFactoryLocator()
getOMMetaFactory
public OMMetaFactory getOMMetaFactory(String feature)
- Description copied from interface:
OMMetaFactoryLocator
- Get the
OMMetaFactory
for the given feature.
- Specified by:
getOMMetaFactory
in interface OMMetaFactoryLocator
- Parameters:
feature
- the requested feature
- Returns:
- the meta factory or
null
if no meta factory with the given feature is
available
Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.