Package | Description |
---|---|
org.apache.synapse.config | |
org.apache.synapse.config.xml |
Factories and serializers for XML based configuration.
|
Modifier and Type | Method and Description |
---|---|
TemplateMediator |
SynapseConfiguration.getSequenceTemplate(String key)
Return the template specified with the given key
|
Modifier and Type | Method and Description |
---|---|
Map<String,TemplateMediator> |
SynapseConfiguration.getSequenceTemplates()
Returns the map of defined synapse templates in the configuration excluding the
fetched sequences from remote registry.
|
Modifier and Type | Method and Description |
---|---|
void |
SynapseConfiguration.addSequenceTemplate(String key,
TemplateMediator mediator)
Add a sequence-template into the local registry.
|
void |
SynapseConfiguration.updateSequenceTemplate(String key,
TemplateMediator mediator)
Update a sequence-template into the local registry.
|
Modifier and Type | Method and Description |
---|---|
org.apache.axiom.om.OMElement |
MultiXMLConfigurationSerializer.serializeTemplate(TemplateMediator template,
SynapseConfiguration synapseConfig,
org.apache.axiom.om.OMElement parent) |
Copyright © 2005-2017 Apache Software Foundation. All Rights Reserved.