Package org.apache.axiom.locator.loader
Interface OMMetaFactoryLoader
public interface OMMetaFactoryLoader
Loads the
OMMetaFactory
for a given Axiom implementation. An Axiom implementation must
provide an implementation of this interface. That implementation class is specified in the
META-INF/axiom.xml
of the Axiom implementation.-
Method Summary
-
Method Details
-
load
Get theOMMetaFactory
instance for the Axiom implementation. Note that the implementation is not required to return the same instance on every invocation. It is the responsibility of the Axiom API to cache the instance if necessary.- Parameters:
properties
- reserved for future use- Returns:
- the
OMMetaFactory
instance; must not benull
-