Class DefaultScriptVariableGenerator
java.lang.Object
org.springframework.integration.scripting.DefaultScriptVariableGenerator
- All Implemented Interfaces:
- ScriptVariableGenerator
A default 
ScriptVariableGenerator implementation; used by script processors.
 The result of generateScriptVariables(Message) is a Map of any provided variables
 plus payload and headers from the Message argument.- Since:
- 2.0.2
- Author:
- Oleg Zhurakousky, Mark Fisher
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
DefaultScriptVariableGeneratorpublic DefaultScriptVariableGenerator()
- 
DefaultScriptVariableGenerator
 
- 
- 
Method Details- 
generateScriptVariables- Specified by:
- generateScriptVariablesin interface- ScriptVariableGenerator
 
 
-