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 classRegistryEntryImplMethods 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 entryRegistryEntryRegistry. 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 entryvoidRegistry. 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)RegistryEntrySimpleURLRegistry. 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)voidSimpleURLRegistry. 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 classTestMediationRegistryEntryImplThe 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)RegistryEntryUnitTestMockRegistry. 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)voidUnitTestMockRegistry. updateRegistryEntry(RegistryEntry entry)
-