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
A method-invoking implementation of
MessageSelector.-
Constructor Summary
ConstructorsConstructorDescriptionMethodInvokingSelector(Object object) MethodInvokingSelector(Object object, Method method) MethodInvokingSelector(Object object, String methodName) -
Method Summary
Methods inherited from class org.springframework.integration.filter.AbstractMessageProcessingSelector
accept, isRunning, setBeanFactory, setConversionService, start, stop
-
Constructor Details
-
MethodInvokingSelector
-
MethodInvokingSelector
-
MethodInvokingSelector
-