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 TemplateSynapseConfiguration. 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 voidSynapseConfiguration. addEndpointTemplate(String name, Template template)voidSynapseConfiguration. 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 TemplateSynapseXMLConfigurationFactory. 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.OMElementMultiXMLConfigurationSerializer. 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 TemplateTemplateFactory. 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.OMElementTemplateSerializer. serializeEndpointTemplate(Template template, org.apache.axiom.om.OMElement parent)
-