Uses of Class
org.apache.synapse.mediators.transform.pfutils.TemplateProcessor
-
Packages that use TemplateProcessor Package Description org.apache.synapse.mediators.transform org.apache.synapse.mediators.transform.pfutils -
-
Uses of TemplateProcessor in org.apache.synapse.mediators.transform
Methods in org.apache.synapse.mediators.transform that return TemplateProcessor Modifier and Type Method Description TemplateProcessor
PayloadFactoryMediator. getTemplateProcessor()
Methods in org.apache.synapse.mediators.transform with parameters of type TemplateProcessor Modifier and Type Method Description void
PayloadFactoryMediator. setTemplateProcessor(TemplateProcessor templateProcessor)
-
Uses of TemplateProcessor in org.apache.synapse.mediators.transform.pfutils
Subclasses of TemplateProcessor in org.apache.synapse.mediators.transform.pfutils Modifier and Type Class Description class
FreeMarkerTemplateProcessor
Template Processor implementation for FreeMarker templating languageclass
RegexTemplateProcessor
TemplateProcessor implementation for Regex based templates
-