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 Registry
SynapseConfiguration. getRegistry()
Get the remote registry defined (if any)Methods in org.apache.synapse.config with parameters of type Registry Modifier and Type Method Description void
SynapseConfiguration. 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 Registry
RegistryFactory. createRegistry(org.apache.axiom.om.OMElement elem, Properties properties)
static Registry
SynapseXMLConfigurationFactory. 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.OMElement
RegistrySerializer. serializeRegistry(org.apache.axiom.om.OMElement parent, Registry registry)
org.apache.axiom.om.OMElement
MultiXMLConfigurationSerializer. 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 Registry
ConfigDataHolder. getRegistry()
Methods in org.apache.synapse.data with parameters of type Registry Modifier and Type Method Description void
ConfigDataHolder. 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 class
AbstractRegistry
Implements 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 class
SimpleURLRegistry
A 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 class
UnitTestMockRegistry
Class responsible for the add and return registry resources uses for Unit test flow.
-