クラス MethodInvokingMessageListProcessor<T>

java.lang.ObjectSE
org.springframework.integration.util.AbstractExpressionEvaluator
org.springframework.integration.aggregator.MethodInvokingMessageListProcessor<T>
型パラメーター:
T - メソッド評価 expecetd 結果型。
実装済みのインターフェース一覧:
AwareBeanFactoryAwareInitializingBeanLifecycleManageableLifecycle

public class MethodInvokingMessageListProcessor<T> extends AbstractExpressionEvaluator implements ManageableLifecycle
ターゲット POJO でメソッドを呼び出す MessageListProcessor 実装。
導入:
2.0
作成者:
Dave Syer, Artem Bilan, Gary Russell
  • コンストラクターの詳細

    • MethodInvokingMessageListProcessor

      public MethodInvokingMessageListProcessor(ObjectSE targetObject, MethodSE method, ClassSE<T> expectedType)
    • MethodInvokingMessageListProcessor

      public MethodInvokingMessageListProcessor(ObjectSE targetObject, MethodSE method)
    • MethodInvokingMessageListProcessor

      public MethodInvokingMessageListProcessor(ObjectSE targetObject, StringSE methodName, ClassSE<T> expectedType)
    • MethodInvokingMessageListProcessor

      public MethodInvokingMessageListProcessor(ObjectSE targetObject, StringSE methodName)
    • MethodInvokingMessageListProcessor

      public MethodInvokingMessageListProcessor(ObjectSE targetObject, ClassSE<? extends AnnotationSE> annotationType)
  • メソッドの詳細