Uses of Interface
org.springframework.integration.scripting.ScriptVariableGenerator
Package
Description
Base package for Groovy support.
Provides classes for configuration - parsers, namespace handlers, factory beans.
Base package for scripting support.
Base package supporting configuration.
Provides Scripting Components support for Spring Integration Java DSL.
Provides classes supporting JSR223 Scripting.
-
Uses of ScriptVariableGenerator in org.springframework.integration.groovy
ModifierConstructorDescriptionGroovyCommandMessageProcessor
(groovy.lang.Binding binding, ScriptVariableGenerator scriptVariableGenerator) Creates aGroovyCommandMessageProcessor
that will use the providedScriptVariableGenerator
and Binding.GroovyCommandMessageProcessor
(ScriptVariableGenerator scriptVariableGenerator) Creates aGroovyCommandMessageProcessor
that will use the providedScriptVariableGenerator
.GroovyScriptExecutingMessageProcessor
(ScriptSource scriptSource, ScriptVariableGenerator scriptVariableGenerator) Create a processor for the givenScriptSource
that will use the provided ScriptVariableGenerator. -
Uses of ScriptVariableGenerator in org.springframework.integration.groovy.config
Modifier and TypeMethodDescriptionGroovyAwareScriptExecutingProcessorFactory.createMessageProcessor
(String language, ScriptSource scriptSource, ScriptVariableGenerator scriptVariableGenerator) -
Uses of ScriptVariableGenerator in org.springframework.integration.scripting
Modifier and TypeClassDescriptionclass
A defaultScriptVariableGenerator
implementation; used by script processors.Modifier and TypeMethodDescriptionprotected ScriptVariableGenerator
AbstractScriptExecutingMessageProcessor.getScriptVariableGenerator()
ModifierConstructorDescriptionprotected
AbstractScriptExecutingMessageProcessor
(ScriptVariableGenerator scriptVariableGenerator) -
Uses of ScriptVariableGenerator in org.springframework.integration.scripting.config
Modifier and TypeMethodDescriptionScriptExecutingProcessorFactory.createMessageProcessor
(String language, ScriptSource scriptSource, ScriptVariableGenerator scriptVariableGenerator) -
Uses of ScriptVariableGenerator in org.springframework.integration.scripting.dsl
Modifier and TypeMethodDescriptionScriptMessageSourceSpec.variableGenerator
(ScriptVariableGenerator variableGenerator) TheScriptVariableGenerator
to use.ScriptSpec.variableGenerator
(ScriptVariableGenerator variableGenerator) TheScriptVariableGenerator
to use. -
Uses of ScriptVariableGenerator in org.springframework.integration.scripting.jsr223
ModifierConstructorDescriptionScriptExecutingMessageProcessor
(ScriptSource scriptSource, ScriptVariableGenerator scriptVariableGenerator, ScriptExecutor scriptExecutor) Create a processor for theScriptSource
using the providedScriptExecutor