Package org.apache.synapse.config.xml
Class RegistryFactory
- java.lang.Object
-
- org.apache.synapse.config.xml.RegistryFactory
-
public class RegistryFactory extends Object
Create an instance of the given registry, and sets properties on it. <registry [name="string"] provider="provider.class"> <property name="string" value="string"> </registry>
-
-
Field Summary
Fields Modifier and Type Field Description static QName
NAME_Q
static QName
PARAMETER_Q
static QName
PROVIDER_Q
-
Constructor Summary
Constructors Constructor Description RegistryFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Registry
createRegistry(org.apache.axiom.om.OMElement elem, Properties properties)
-
-
-
Method Detail
-
createRegistry
public static Registry createRegistry(org.apache.axiom.om.OMElement elem, Properties properties)
-
-