Class AbstractMessageProcessor<T>

java.lang.Object
org.springframework.integration.util.AbstractExpressionEvaluator
org.springframework.integration.handler.AbstractMessageProcessor<T>
Type Parameters:
T - the expected payload type.
All Implemented Interfaces:
Aware, BeanFactoryAware, InitializingBean, MessageProcessor<T>
Direct Known Subclasses:
ExpressionCommandMessageProcessor, ExpressionEvaluatingMessageProcessor, MethodInvokingMessageProcessor

public abstract class AbstractMessageProcessor<T>
extends AbstractExpressionEvaluator
implements MessageProcessor<T>
Since:
2.0
Author:
Mark Fisher, Dave Syer, Artem Bilan