クラス GroovyCommandMessageProcessor

実装されたすべてのインターフェース:
AwareBeanClassLoaderAwareBeanFactoryAwareMessageProcessor<ObjectSE>IntegrationPattern

public class GroovyCommandMessageProcessor extends AbstractScriptExecutingMessageProcessor<ObjectSE> implements IntegrationPattern
導入:
2.0
作成者:
Dave Syer, Mark Fisher, Oleg Zhurakousky, Artem Bilan, Stefan Reuter, Gary Russell
  • コンストラクターの詳細

    • GroovyCommandMessageProcessor

      public GroovyCommandMessageProcessor()
    • GroovyCommandMessageProcessor

      public GroovyCommandMessageProcessor(ScriptVariableGenerator scriptVariableGenerator)
      提供された ScriptVariableGenerator を使用する GroovyCommandMessageProcessor を作成します。
      パラメーター:
      scriptVariableGenerator - 変数ジェネレーター。
    • GroovyCommandMessageProcessor

      public GroovyCommandMessageProcessor(groovy.lang.Binding binding)
      DefaultScriptVariableGenerator を使用して Binding を提供する GroovyCommandMessageProcessor を作成します。提供された「バインディング」は、元の Groovy スクリプトの「バインディング」を上書きするために BindingOverwriteGroovyObjectCustomizerDecorator で使用されます。
      パラメーター:
      binding - バインディング。
    • GroovyCommandMessageProcessor

      public GroovyCommandMessageProcessor(groovy.lang.Binding binding, ScriptVariableGenerator scriptVariableGenerator)
      提供された ScriptVariableGenerator とバインディングを使用する GroovyCommandMessageProcessor を作成します。提供された「バインディング」は、元の Groovy スクリプトの「バインディング」を上書きするために BindingOverwriteGroovyObjectCustomizerDecorator で使用されます。
      パラメーター:
      binding - バインディング。
      scriptVariableGenerator - 変数ジェネレーター。
  • メソッドの詳細