Uses of Interface
org.springframework.integration.scripting.ScriptExecutor
Package
Description
Base package for scripting support.
Provides classes supporting JSR223 Scripting.
-
Uses of ScriptExecutor in org.springframework.integration.scripting
-
Uses of ScriptExecutor in org.springframework.integration.scripting.jsr223
Modifier and TypeClassDescriptionclass
Base Class forScriptExecutor
.class
Default implementation of theAbstractScriptExecutor
.class
Deprecated, for removal: This API element is subject to removal in a future version.class
ADefaultScriptExecutor
extension for Ruby scripting support.Modifier and TypeMethodDescriptionstatic ScriptExecutor
ScriptExecutorFactory.getScriptExecutor
(String language) ModifierConstructorDescriptionScriptExecutingMessageProcessor
(ScriptSource scriptSource, ScriptExecutor scriptExecutor) Create a processor for theScriptSource
using the providedScriptExecutor
using the DefaultScriptVariableGeneratorScriptExecutingMessageProcessor
(ScriptSource scriptSource, ScriptExecutor scriptExecutor, Map<String, Object> variables) Create a processor for theScriptSource
using the providedScriptExecutor
using the DefaultScriptVariableGeneratorScriptExecutingMessageProcessor
(ScriptSource scriptSource, ScriptVariableGenerator scriptVariableGenerator, ScriptExecutor scriptExecutor) Create a processor for theScriptSource
using the providedScriptExecutor
PolyglotScriptExecutor
with apython
language argument.