Package org.apache.axiom.om
Interface OMMetaFactoryLocator
- All Known Implementing Classes:
DefaultOMMetaFactoryLocator
public interface OMMetaFactoryLocator
Used internally by
OMAbstractFactory
to locate the OMMetaFactory
for a given
feature.-
Method Summary
Modifier and TypeMethodDescriptiongetOMMetaFactory
(String feature) Get theOMMetaFactory
for the given feature.
-
Method Details
-
getOMMetaFactory
Get theOMMetaFactory
for the given feature.- Parameters:
feature
- the requested feature- Returns:
- the meta factory or
null
if no meta factory with the given feature is available
-