Package | Description |
---|---|
org.apache.synapse.config | |
org.apache.synapse.config.xml |
Factories and serializers for XML based configuration.
|
org.apache.synapse.config.xml.endpoints |
Modifier and Type | Method and Description |
---|---|
Template |
SynapseConfiguration.getEndpointTemplate(String key) |
Modifier and Type | Method and Description |
---|---|
Map<String,Template> |
SynapseConfiguration.getEndpointTemplates()
Returns the map of defined synapse endpoint templates in the configuration excluding the
fetched sequences from remote registry.
|
Modifier and Type | Method and Description |
---|---|
void |
SynapseConfiguration.addEndpointTemplate(String name,
Template template) |
void |
SynapseConfiguration.updateEndpointTemplate(String name,
Template template) |
Modifier and Type | Method and Description |
---|---|
static Template |
SynapseXMLConfigurationFactory.defineEndpointTemplate(SynapseConfiguration config,
org.apache.axiom.om.OMElement elem,
Properties properties) |
Modifier and Type | Method and Description |
---|---|
org.apache.axiom.om.OMElement |
MultiXMLConfigurationSerializer.serializeTemplate(Template template,
SynapseConfiguration synapseConfig,
org.apache.axiom.om.OMElement parent) |
Modifier and Type | Method and Description |
---|---|
Template |
TemplateFactory.createEndpointTemplate(org.apache.axiom.om.OMElement element,
Properties properties) |
Modifier and Type | Method and Description |
---|---|
org.apache.axiom.om.OMElement |
TemplateSerializer.serializeEndpointTemplate(Template template,
org.apache.axiom.om.OMElement parent) |
Copyright © 2005-2017 Apache Software Foundation. All Rights Reserved.