Package | Description |
---|---|
org.apache.synapse.registry | |
org.apache.synapse.registry.url |
Modifier and Type | Class and Description |
---|---|
class |
RegistryEntryImpl |
Modifier and Type | Method and Description |
---|---|
RegistryEntry[] |
Registry.getChildren(RegistryEntry entry)
Returns the child elements of a given registry entry
|
RegistryEntry[] |
Registry.getDescendants(RegistryEntry entry)
Returns all descendant entries of the given registry entry
|
RegistryEntry |
Registry.getRegistryEntry(String key)
Get the registry entry for the given key
|
Modifier and Type | Method and Description |
---|---|
RegistryEntry[] |
Registry.getChildren(RegistryEntry entry)
Returns the child elements of a given registry entry
|
RegistryEntry[] |
Registry.getDescendants(RegistryEntry entry)
Returns all descendant entries of the given registry entry
|
void |
Registry.updateRegistryEntry(RegistryEntry entry)
Updates the registry enrty (metadata about a resource)
|
Modifier and Type | Method and Description |
---|---|
RegistryEntry[] |
SimpleURLRegistry.getChildren(RegistryEntry entry) |
RegistryEntry[] |
SimpleURLRegistry.getDescendants(RegistryEntry entry) |
RegistryEntry |
SimpleURLRegistry.getRegistryEntry(String key) |
Modifier and Type | Method and Description |
---|---|
RegistryEntry[] |
SimpleURLRegistry.getChildren(RegistryEntry entry) |
RegistryEntry[] |
SimpleURLRegistry.getDescendants(RegistryEntry entry) |
void |
SimpleURLRegistry.updateRegistryEntry(RegistryEntry entry) |
Copyright © 2005-2017 Apache Software Foundation. All Rights Reserved.