Uses of Class
org.apache.synapse.mediators.template.TemplateMediator

Packages that use TemplateMediator
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
 TemplateMediator SynapseConfiguration.getSequenceTemplate(String key)
          Return the template specified with the given key
 

Methods in org.apache.synapse.config that return types with arguments of type TemplateMediator
 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
 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
 OMElement MultiXMLConfigurationSerializer.serializeTemplate(TemplateMediator template, SynapseConfiguration synapseConfig, OMElement parent)
           
 



Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.