All Classes
| Class | Description |
|---|---|
| AbstractScriptExecutingMessageProcessor<T> |
Base
MessageProcessor for scripting implementations to extend. |
| AbstractScriptExecutor |
Base Class for
ScriptExecutor. |
| AbstractScriptParser | |
| DefaultScriptExecutor |
Default implementation of the
AbstractScriptExecutor. |
| DefaultScriptVariableGenerator |
A default
ScriptVariableGenerator implementation; used by script processors. |
| KotlinScriptExecutor |
An
AbstractScriptExecutor for the Kotlin scripts support. |
| PythonScriptExecutor |
A
ScriptExecutor
that implements special handling required for Python to
emulate behavior similar to other JSR223 scripting languages. |
| PythonScriptExecutor.PythonVariableParser | |
| RefreshableResourceScriptSource |
A
ScriptSource implementation, which caches a script string and refreshes it from the
target file (if modified) according the provided RefreshableResourceScriptSource.refreshDelay. |
| RubyScriptExecutor |
A
DefaultScriptExecutor extension for Ruby scripting support. |
| ScriptExecutingMessageProcessor |
An
AbstractScriptExecutingMessageProcessor implementation for evaluating scripts
from the provided ScriptSource in the provided ScriptExecutor against an optional
binding variables. |
| ScriptExecutingMessageSource |
The
MessageSource strategy implementation
to produce a Message from underlying
ScriptExecutingMessageSource.scriptMessageProcessor for polling endpoints. |
| ScriptExecutingProcessorFactory |
The factory to create
AbstractScriptExecutingMessageProcessor instances for provided arguments. |
| ScriptExecutor |
A script evaluation abstraction against
ScriptSource and optional binding variables. |
| ScriptExecutorFactory |
The scripting configuration utilities.
|
| ScriptingException | |
| ScriptMessageSourceSpec |
The
MessageSourceSpec for Dynamic Language Scripts. |
| ScriptNamespaceHandler | |
| ScriptParser |
An
AbstractScriptParser parser extension for the <int-script:script> tag. |
| Scripts |
The factory for Dynamic Language Scripts (Groovy, Ruby, Python, JavaScript etc.).
|
| ScriptSpec |
The
MessageProcessorSpec implementation for the DslScriptExecutingMessageProcessor. |
| ScriptVariableGenerator |
Strategy interface to provide a
Map of variables to the script execution context. |