Package org.springframework.integration.scripting
Base package for scripting support.
-
Interface Summary Interface Description ScriptExecutor A script evaluation abstraction againstScriptSource
and optional bindingvariables
.ScriptVariableGenerator Strategy interface to provide aMap
of variables to the script execution context. -
Class Summary Class Description AbstractScriptExecutingMessageProcessor<T> BaseMessageProcessor
for scripting implementations to extend.DefaultScriptVariableGenerator A defaultScriptVariableGenerator
implementation; used by script processors.RefreshableResourceScriptSource AScriptSource
implementation, which caches a script string and refreshes it from the target file (if modified) according the providedRefreshableResourceScriptSource.refreshDelay
.ScriptExecutingMessageSource TheMessageSource
strategy implementation to produce aMessage
from underlying ScriptExecutingMessageSource.scriptMessageProcessor for polling endpoints. -
Exception Summary Exception Description ScriptingException