Uses of Class
org.apache.synapse.mediators.template.TemplateParam
-
Packages that use TemplateParam Package Description org.apache.synapse.mediators.template -
-
Uses of TemplateParam in org.apache.synapse.mediators.template
Methods in org.apache.synapse.mediators.template that return types with arguments of type TemplateParam Modifier and Type Method Description Collection<TemplateParam>
TemplateMediator. getParameters()
Method parameters in org.apache.synapse.mediators.template with type arguments of type TemplateParam Modifier and Type Method Description void
TemplateMediator. setParameters(Collection<TemplateParam> paramNames)
Constructor parameters in org.apache.synapse.mediators.template with type arguments of type TemplateParam Constructor Description TemplateContext(String name, Collection<TemplateParam> parameters)
-