Package | Description |
---|---|
org.springframework.integration.groovy |
Base package for Groovy support.
|
org.springframework.integration.scripting |
Base package for scripting support.
|
org.springframework.integration.scripting.jsr223 |
Provides classes supporting JSR223 Scripting.
|
Constructor and Description |
---|
GroovyCommandMessageProcessor(groovy.lang.Binding binding,
ScriptVariableGenerator scriptVariableGenerator)
Creates a
GroovyCommandMessageProcessor that will use the provided ScriptVariableGenerator and Binding. |
GroovyCommandMessageProcessor(ScriptVariableGenerator scriptVariableGenerator)
Creates a
GroovyCommandMessageProcessor that will use the provided ScriptVariableGenerator . |
GroovyScriptExecutingMessageProcessor(org.springframework.scripting.ScriptSource scriptSource,
ScriptVariableGenerator scriptVariableGenerator)
Create a processor for the given
ScriptSource that will use the provided
ScriptVariableGenerator. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultScriptVariableGenerator
A default
ScriptVariableGenerator implementation; used by script processors. |
Constructor and Description |
---|
AbstractScriptExecutingMessageProcessor(ScriptVariableGenerator scriptVariableGenerator) |
Constructor and Description |
---|
ScriptExecutingMessageProcessor(org.springframework.scripting.ScriptSource scriptSource,
ScriptVariableGenerator scriptVariableGenerator,
ScriptExecutor scriptExecutor)
Create a processor for the
ScriptSource using the provided ScriptExecutor |
Copyright © 2017. All rights reserved.