Class MethodInvokingSelector

java.lang.Object
org.springframework.integration.filter.AbstractMessageProcessingSelector
org.springframework.integration.filter.MethodInvokingSelector
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanFactoryAware, org.springframework.context.Lifecycle, GenericSelector<org.springframework.messaging.Message<?>>, MessageSelector, ManageableLifecycle

public class MethodInvokingSelector
extends AbstractMessageProcessingSelector
A method-invoking implementation of MessageSelector.