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:
Gary Russell
2016-03-22 15:10:13 -04:00
committed by Artem Bilan
parent f7c59b3b18
commit e189307ab6
7 changed files with 41 additions and 23 deletions

View File

@@ -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);