public interface OMMetaFactoryLoader
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.Modifier and Type | Method and Description |
---|---|
OMMetaFactory |
load(Map properties)
Get the
OMMetaFactory instance for the Axiom implementation. |
OMMetaFactory load(Map properties)
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.properties
- reserved for future useOMMetaFactory
instance; must not be null
Copyright © 2004–2023 The Apache Software Foundation. All rights reserved.