Package | Description |
---|---|
org.apache.synapse.config | |
org.apache.synapse.config.xml |
Factories and serializers for XML based configuration.
|
org.apache.synapse.registry | |
org.apache.synapse.registry.url |
Modifier and Type | Method and Description |
---|---|
Registry |
SynapseConfiguration.getRegistry()
Get the remote registry defined (if any)
|
Modifier and Type | Method and Description |
---|---|
void |
SynapseConfiguration.setRegistry(Registry registry)
Set the remote registry for the configuration
|
Modifier and Type | Method and Description |
---|---|
static Registry |
RegistryFactory.createRegistry(org.apache.axiom.om.OMElement elem,
Properties properties) |
static Registry |
SynapseXMLConfigurationFactory.defineRegistry(SynapseConfiguration config,
org.apache.axiom.om.OMElement elem,
Properties properties) |
Modifier and Type | Method and Description |
---|---|
static org.apache.axiom.om.OMElement |
RegistrySerializer.serializeRegistry(org.apache.axiom.om.OMElement parent,
Registry registry) |
org.apache.axiom.om.OMElement |
MultiXMLConfigurationSerializer.serializeSynapseRegistry(Registry registry,
SynapseConfiguration synapseConfig,
org.apache.axiom.om.OMElement parent) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractRegistry
Implements the core Registry lookup algorithm
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleURLRegistry
A Simple HTTP GET based registry which will work with a Web Server / WebDAV
This saves the root server URL, and appends the a given key to construct the
full URL to locate resources
|
Copyright © 2005-2017 Apache Software Foundation. All Rights Reserved.