Uses of Class
org.apache.synapse.mediators.template.TemplateMediator
-
Packages that use TemplateMediator Package Description org.apache.synapse.config org.apache.synapse.config.xml Factories and serializers for XML based configuration. -
-
Uses of TemplateMediator in org.apache.synapse.config
Methods in org.apache.synapse.config that return TemplateMediator Modifier and Type Method Description TemplateMediator
SynapseConfiguration. getSequenceTemplate(String key)
Return the template specified with the given keyMethods in org.apache.synapse.config that return types with arguments of type TemplateMediator Modifier and Type Method Description Map<String,TemplateMediator>
SynapseConfiguration. getSequenceTemplates()
Returns the map of defined synapse templates in the configuration excluding the fetched sequences from remote registry.Methods in org.apache.synapse.config with parameters of type TemplateMediator Modifier and Type Method 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. -
Uses of TemplateMediator in org.apache.synapse.config.xml
Methods in org.apache.synapse.config.xml with parameters of type TemplateMediator Modifier and Type Method Description org.apache.axiom.om.OMElement
MultiXMLConfigurationSerializer. serializeTemplate(TemplateMediator template, SynapseConfiguration synapseConfig, org.apache.axiom.om.OMElement parent)
-