Package | Description |
---|---|
org.apache.synapse.registry | |
org.apache.synapse.registry.url | |
org.apache.synapse.unittest |
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) |
Modifier and Type | Class and Description |
---|---|
class |
TestMediationRegistryEntryImpl
The Synapse
RegistryEntryImpl
is doing a validation, so this class is to get rid of that validation; |
Modifier and Type | Method and Description |
---|---|
RegistryEntry[] |
UnitTestMockRegistry.getChildren(RegistryEntry entry) |
RegistryEntry[] |
UnitTestMockRegistry.getDescendants(RegistryEntry entry) |
RegistryEntry |
UnitTestMockRegistry.getRegistryEntry(String key) |
Modifier and Type | Method and Description |
---|---|
RegistryEntry[] |
UnitTestMockRegistry.getChildren(RegistryEntry entry) |
RegistryEntry[] |
UnitTestMockRegistry.getDescendants(RegistryEntry entry) |
void |
UnitTestMockRegistry.updateRegistryEntry(RegistryEntry entry) |
Copyright © 2005–2019 Apache Software Foundation. All rights reserved.