クラス MethodInvokingSelector

java.lang.ObjectSE
org.springframework.integration.filter.AbstractMessageProcessingSelector
org.springframework.integration.filter.MethodInvokingSelector
実装されたすべてのインターフェース:
AwareBeanFactoryAwareLifecycleGenericSelector<Message<?>>MessageSelectorManageableLifecycle

public class MethodInvokingSelector extends AbstractMessageProcessingSelector
MessageSelector のメソッド呼び出し実装。
作成者:
Mark Fisher, Artem Bilan, Gary Russell
  • コンストラクターの詳細

    • MethodInvokingSelector

      public MethodInvokingSelector(ObjectSE object, MethodSE method)
    • MethodInvokingSelector

      public MethodInvokingSelector(ObjectSE object, StringSE methodName)
    • MethodInvokingSelector

      public MethodInvokingSelector(ObjectSE object)