org.springframework.integration.handler
Class AbstractMessageProcessor<T>
java.lang.Object
org.springframework.integration.util.AbstractExpressionEvaluator
org.springframework.integration.handler.AbstractMessageProcessor<T>
- All Implemented Interfaces:
- BeanFactoryAware, MessageProcessor<T>
- Direct Known Subclasses:
- ExpressionEvaluatingMessageProcessor, MethodInvokingMessageProcessor
public abstract class AbstractMessageProcessor<T>
- extends AbstractExpressionEvaluator
- implements MessageProcessor<T>
- Since:
- 2.0
- Author:
- Mark Fisher, Dave Syer
Method Summary |
abstract T |
processMessage(Message<?> message)
Process the Message and return a value (or null). |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractMessageProcessor
public AbstractMessageProcessor()
processMessage
public abstract T processMessage(Message<?> message)
- Description copied from interface:
MessageProcessor
- Process the Message and return a value (or null).
- Specified by:
processMessage
in interface MessageProcessor<T>
Copyright © 2010. All Rights Reserved.