INT-3968: Map JmsDestination Header (Inbound)
JIRA: https://jira.spring.io/browse/INT-3968 Also deprecate `o.s.i.jms.JmsHeaders` in favor of the `o.s.jms.support` version. *Fix JavaDocs for `JmsHeaders` and `DefaultScriptExecutor`
This commit is contained in:
committed by
Artem Bilan
parent
f7c59b3b18
commit
e189307ab6
@@ -29,10 +29,11 @@ import org.springframework.integration.scripting.ScriptExecutor;
|
||||
* @author Gary Russell
|
||||
* @since 2.1
|
||||
*/
|
||||
public class DefaultScriptExecutor extends AbstractScriptExecutor {
|
||||
public class DefaultScriptExecutor extends AbstractScriptExecutor {
|
||||
|
||||
/**
|
||||
* Create a DefaultScriptExecutor for the specified language name (JSR233
|
||||
* alias).
|
||||
* Create a DefaultScriptExecutor for the specified language name (JSR233 alias).
|
||||
* @param language the scripting language identificator.
|
||||
*/
|
||||
public DefaultScriptExecutor(String language) {
|
||||
super(language);
|
||||
|
||||
Reference in New Issue
Block a user