Uses of Class
org.apache.synapse.endpoints.Template
-
Packages that use Template Package Description org.apache.synapse.config org.apache.synapse.config.xml Factories and serializers for XML based configuration.org.apache.synapse.config.xml.endpoints -
-
Uses of Template in org.apache.synapse.config
Methods in org.apache.synapse.config that return Template Modifier and Type Method Description Template
SynapseConfiguration. getEndpointTemplate(String key)
Methods in org.apache.synapse.config that return types with arguments of type Template Modifier and Type Method Description Map<String,Template>
SynapseConfiguration. getEndpointTemplates()
Returns the map of defined synapse endpoint templates in the configuration excluding the fetched sequences from remote registry.Methods in org.apache.synapse.config with parameters of type Template Modifier and Type Method Description void
SynapseConfiguration. addEndpointTemplate(String name, Template template)
void
SynapseConfiguration. updateEndpointTemplate(String name, Template template)
-
Uses of Template in org.apache.synapse.config.xml
Methods in org.apache.synapse.config.xml that return Template Modifier and Type Method Description static Template
SynapseXMLConfigurationFactory. defineEndpointTemplate(SynapseConfiguration config, org.apache.axiom.om.OMElement elem, Properties properties)
Methods in org.apache.synapse.config.xml with parameters of type Template Modifier and Type Method Description org.apache.axiom.om.OMElement
MultiXMLConfigurationSerializer. serializeTemplate(Template template, SynapseConfiguration synapseConfig, org.apache.axiom.om.OMElement parent)
-
Uses of Template in org.apache.synapse.config.xml.endpoints
Methods in org.apache.synapse.config.xml.endpoints that return Template Modifier and Type Method Description Template
TemplateFactory. createEndpointTemplate(org.apache.axiom.om.OMElement element, Properties properties)
Methods in org.apache.synapse.config.xml.endpoints with parameters of type Template Modifier and Type Method Description org.apache.axiom.om.OMElement
TemplateSerializer. serializeEndpointTemplate(Template template, org.apache.axiom.om.OMElement parent)
-