Package | Description |
---|---|
org.apache.synapse.config | |
org.apache.synapse.config.xml |
Factories and serializers for XML based configuration.
|
org.apache.synapse.registry |
Modifier and Type | Method and Description |
---|---|
Entry |
SynapseConfiguration.getEntryDefinition(String key)
Get the Entry object mapped to the given key
|
Modifier and Type | Method and Description |
---|---|
Map<String,Entry> |
SynapseConfiguration.getCachedEntries()
Gives the set of remote entries that are cached in localRegistry as mapping of entry key
to the Entry definition
|
Map<String,Entry> |
SynapseConfiguration.getDefinedEntries()
Returns the map of defined entries in the configuration excluding the
fetched entries from remote registry.
|
Modifier and Type | Method and Description |
---|---|
void |
SynapseConfiguration.addEndpoint(String key,
Entry entry)
Deprecated.
|
void |
SynapseConfiguration.addEntry(String key,
Entry entry)
Define a resource to the local registry.
|
void |
SynapseConfiguration.addSequence(String key,
Entry entry)
Deprecated.
|
void |
SynapseObserver.entryAdded(Entry entry)
Event fired when an entry is added to the configuration
|
void |
AbstractSynapseObserver.entryAdded(Entry entry) |
void |
SynapseObserver.entryRemoved(Entry entry)
Event fired when an entry is removed from the configuration
|
void |
AbstractSynapseObserver.entryRemoved(Entry entry) |
void |
SynapseConfiguration.updateEntry(String key,
Entry entry) |
Modifier and Type | Method and Description |
---|---|
Entry |
IEntryFactory.createEntry(org.apache.axiom.om.OMElement elem) |
static Entry |
EntryFactory.createEntry(org.apache.axiom.om.OMElement elem,
Properties properties) |
static Entry |
SynapseXMLConfigurationFactory.defineEntry(SynapseConfiguration config,
org.apache.axiom.om.OMElement elem,
Properties properties) |
Modifier and Type | Method and Description |
---|---|
static org.apache.axiom.om.OMElement |
EntrySerializer.serializeEntry(Entry entry,
org.apache.axiom.om.OMElement parent)
Serialize the Entry object to an OMElement representing the entry
|
org.apache.axiom.om.OMElement |
IEntrySerializer.serializeEntry(Entry entry,
org.apache.axiom.om.OMElement parent) |
Modifier and Type | Method and Description |
---|---|
Object |
AbstractRegistry.getResource(Entry entry,
Properties properties)
Get the resource for the given key from this registry
|
Object |
Registry.getResource(Entry entry,
Properties properties)
This is the publicly used interface to the registry.
|
Copyright © 2005-2017 Apache Software Foundation. All Rights Reserved.