Uses of Interface
org.apache.synapse.registry.RegistryEntry
-
Packages that use RegistryEntry Package Description org.apache.synapse.registry org.apache.synapse.registry.url org.apache.synapse.unittest -
-
Uses of RegistryEntry in org.apache.synapse.registry
Classes in org.apache.synapse.registry that implement RegistryEntry Modifier and Type Class Description class
RegistryEntryImpl
Methods in org.apache.synapse.registry that return RegistryEntry Modifier and Type Method Description RegistryEntry[]
Registry. getChildren(RegistryEntry entry)
Returns the child elements of a given registry entryRegistryEntry[]
Registry. getDescendants(RegistryEntry entry)
Returns all descendant entries of the given registry entryRegistryEntry
Registry. getRegistryEntry(String key)
Get the registry entry for the given keyMethods in org.apache.synapse.registry with parameters of type RegistryEntry Modifier and Type Method Description RegistryEntry[]
Registry. getChildren(RegistryEntry entry)
Returns the child elements of a given registry entryRegistryEntry[]
Registry. getDescendants(RegistryEntry entry)
Returns all descendant entries of the given registry entryvoid
Registry. updateRegistryEntry(RegistryEntry entry)
Updates the registry enrty (metadata about a resource) -
Uses of RegistryEntry in org.apache.synapse.registry.url
Methods in org.apache.synapse.registry.url that return RegistryEntry Modifier and Type Method Description RegistryEntry[]
SimpleURLRegistry. getChildren(RegistryEntry entry)
RegistryEntry[]
SimpleURLRegistry. getDescendants(RegistryEntry entry)
RegistryEntry
SimpleURLRegistry. getRegistryEntry(String key)
Methods in org.apache.synapse.registry.url with parameters of type RegistryEntry Modifier and Type Method Description RegistryEntry[]
SimpleURLRegistry. getChildren(RegistryEntry entry)
RegistryEntry[]
SimpleURLRegistry. getDescendants(RegistryEntry entry)
void
SimpleURLRegistry. updateRegistryEntry(RegistryEntry entry)
-
Uses of RegistryEntry in org.apache.synapse.unittest
Classes in org.apache.synapse.unittest that implement RegistryEntry Modifier and Type Class Description class
TestMediationRegistryEntryImpl
The SynapseRegistryEntryImpl
.Methods in org.apache.synapse.unittest that return RegistryEntry Modifier and Type Method Description RegistryEntry[]
UnitTestMockRegistry. getChildren(RegistryEntry entry)
RegistryEntry[]
UnitTestMockRegistry. getDescendants(RegistryEntry entry)
RegistryEntry
UnitTestMockRegistry. getRegistryEntry(String key)
Methods in org.apache.synapse.unittest with parameters of type RegistryEntry Modifier and Type Method Description RegistryEntry[]
UnitTestMockRegistry. getChildren(RegistryEntry entry)
RegistryEntry[]
UnitTestMockRegistry. getDescendants(RegistryEntry entry)
void
UnitTestMockRegistry. updateRegistryEntry(RegistryEntry entry)
-