Package | Description |
---|---|
org.springframework.integration.scripting.jsr223 |
Provides classes supporting JSR223 Scripting.
|
Modifier and Type | Method and Description |
---|---|
static ScriptExecutor |
ScriptExecutorFactory.getScriptExecutor(String language) |
Constructor and Description |
---|
ScriptExecutingMessageProcessor(org.springframework.scripting.ScriptSource scriptSource,
ScriptExecutor scriptExecutor)
Create a processor for the
ScriptSource using the provided ScriptExecutor using the DefaultScriptVariableGenerator |
ScriptExecutingMessageProcessor(org.springframework.scripting.ScriptSource scriptSource,
ScriptExecutor scriptExecutor,
Map<String,Object> variables)
Create a processor for the
ScriptSource using the provided ScriptExecutor using the DefaultScriptVariableGenerator |
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.