Uses of Interface
org.apache.synapse.registry.Registry
-
Packages that use Registry Package Description org.apache.synapse.config org.apache.synapse.config.xml Factories and serializers for XML based configuration.org.apache.synapse.data org.apache.synapse.registry org.apache.synapse.registry.url org.apache.synapse.unittest -
-
Uses of Registry in org.apache.synapse.config
Methods in org.apache.synapse.config that return Registry Modifier and Type Method Description RegistrySynapseConfiguration. getRegistry()Get the remote registry defined (if any)Methods in org.apache.synapse.config with parameters of type Registry Modifier and Type Method Description voidSynapseConfiguration. setRegistry(Registry registry)Set the remote registry for the configuration -
Uses of Registry in org.apache.synapse.config.xml
Methods in org.apache.synapse.config.xml that return Registry Modifier and Type Method Description static RegistryRegistryFactory. createRegistry(org.apache.axiom.om.OMElement elem, Properties properties)static RegistrySynapseXMLConfigurationFactory. defineRegistry(SynapseConfiguration config, org.apache.axiom.om.OMElement elem, Properties properties)Methods in org.apache.synapse.config.xml with parameters of type Registry Modifier and Type Method Description static org.apache.axiom.om.OMElementRegistrySerializer. serializeRegistry(org.apache.axiom.om.OMElement parent, Registry registry)org.apache.axiom.om.OMElementMultiXMLConfigurationSerializer. serializeSynapseRegistry(Registry registry, SynapseConfiguration synapseConfig, org.apache.axiom.om.OMElement parent) -
Uses of Registry in org.apache.synapse.data
Methods in org.apache.synapse.data that return Registry Modifier and Type Method Description RegistryConfigDataHolder. getRegistry()Methods in org.apache.synapse.data with parameters of type Registry Modifier and Type Method Description voidConfigDataHolder. setRegistry(Registry registry) -
Uses of Registry in org.apache.synapse.registry
Classes in org.apache.synapse.registry that implement Registry Modifier and Type Class Description classAbstractRegistryImplements the core Registry lookup algorithm -
Uses of Registry in org.apache.synapse.registry.url
Classes in org.apache.synapse.registry.url that implement Registry Modifier and Type Class Description classSimpleURLRegistryA Simple HTTP GET based registry which will work with a Web Server / WebDAV -
Uses of Registry in org.apache.synapse.unittest
Classes in org.apache.synapse.unittest that implement Registry Modifier and Type Class Description classUnitTestMockRegistryClass responsible for the add and return registry resources uses for Unit test flow.
-