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(java.lang.String key) |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.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(java.lang.String name,
Template template) |
void |
SynapseConfiguration.updateEndpointTemplate(java.lang.String name,
Template template) |
Modifier and Type | Method and Description |
---|---|
static Template |
SynapseXMLConfigurationFactory.defineEndpointTemplate(SynapseConfiguration config,
org.apache.axiom.om.OMElement elem,
java.util.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,
java.util.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-2020 Apache Software Foundation. All Rights Reserved.