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 Details

    • load

      OMMetaFactory load(Map<String,Object> properties)
      Get the OMMetaFactory 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 be null