Class MethodInvokingMessageListProcessor<T>

java.lang.Object
org.springframework.integration.util.AbstractExpressionEvaluator
org.springframework.integration.aggregator.MethodInvokingMessageListProcessor<T>
Type Parameters:
T - the method evaluation expecetd result type.
All Implemented Interfaces:
Aware, BeanFactoryAware, InitializingBean, Lifecycle, ManageableLifecycle

public class MethodInvokingMessageListProcessor<T> extends AbstractExpressionEvaluator implements ManageableLifecycle
A MessageListProcessor implementation that invokes a method on a target POJO.
Since:
2.0
Author:
Dave Syer, Artem Bilan, Gary Russell