Uses of Interface
org.springframework.integration.scripting.ScriptVariableGenerator
Packages that use 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
Constructors in org.springframework.integration.groovy with parameters of type ScriptVariableGeneratorModifierConstructorDescriptionGroovyCommandMessageProcessor
(groovy.lang.Binding binding, ScriptVariableGenerator scriptVariableGenerator) Deprecated, for removal: This API element is subject to removal in a future version.Creates aGroovyCommandMessageProcessor
that will use the providedScriptVariableGenerator
and Binding.GroovyCommandMessageProcessor
(ScriptVariableGenerator scriptVariableGenerator) Deprecated, for removal: This API element is subject to removal in a future version.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
Methods in org.springframework.integration.groovy.config with parameters of type ScriptVariableGeneratorModifier and TypeMethodDescriptionGroovyAwareScriptExecutingProcessorFactory.createMessageProcessor
(String language, ScriptSource scriptSource, ScriptVariableGenerator scriptVariableGenerator) -
Uses of ScriptVariableGenerator in org.springframework.integration.scripting
Classes in org.springframework.integration.scripting that implement ScriptVariableGeneratorModifier and TypeClassDescriptionclass
A defaultScriptVariableGenerator
implementation; used by script processors.Methods in org.springframework.integration.scripting that return ScriptVariableGeneratorModifier and TypeMethodDescriptionprotected ScriptVariableGenerator
AbstractScriptExecutingMessageProcessor.getScriptVariableGenerator()
Constructors in org.springframework.integration.scripting with parameters of type ScriptVariableGeneratorModifierConstructorDescriptionprotected
AbstractScriptExecutingMessageProcessor
(ScriptVariableGenerator scriptVariableGenerator) -
Uses of ScriptVariableGenerator in org.springframework.integration.scripting.config
Methods in org.springframework.integration.scripting.config with parameters of type ScriptVariableGeneratorModifier and TypeMethodDescriptionScriptExecutingProcessorFactory.createMessageProcessor
(String language, ScriptSource scriptSource, ScriptVariableGenerator scriptVariableGenerator) -
Uses of ScriptVariableGenerator in org.springframework.integration.scripting.dsl
Methods in org.springframework.integration.scripting.dsl with parameters of type ScriptVariableGeneratorModifier and TypeMethodDescriptionScriptMessageSourceSpec.variableGenerator
(ScriptVariableGenerator variableGenerator) TheScriptVariableGenerator
to use.ScriptSpec.variableGenerator
(ScriptVariableGenerator variableGenerator) TheScriptVariableGenerator
to use. -
Uses of ScriptVariableGenerator in org.springframework.integration.scripting.jsr223
Constructors in org.springframework.integration.scripting.jsr223 with parameters of type ScriptVariableGeneratorModifierConstructorDescriptionScriptExecutingMessageProcessor
(ScriptSource scriptSource, ScriptVariableGenerator scriptVariableGenerator, ScriptExecutor scriptExecutor) Create a processor for theScriptSource
using the providedScriptExecutor