public class TemplateContext extends Object
Constructor and Description |
---|
TemplateContext(String name,
Collection<String> parameters) |
Modifier and Type | Method and Description |
---|---|
Map |
getMappedValues() |
String |
getName() |
Collection |
getParameters() |
Object |
getParameterValue(String paramName) |
void |
setMappedValues(Map map) |
void |
setupParams(MessageContext synCtxt)
evaluate raw parameters passed from an invoke medaiator and store them in this context
|
public TemplateContext(String name, Collection<String> parameters)
public void setupParams(MessageContext synCtxt)
synCtxt
- Synapse MessageContextpublic Map getMappedValues()
public void setMappedValues(Map map)
public String getName()
public Collection getParameters()
Copyright © 2005–2019 Apache Software Foundation. All rights reserved.