|
Spring Integration | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.springframework.integration.util.AbstractExpressionEvaluator org.springframework.integration.handler.AbstractMessageProcessor<T>
public abstract class AbstractMessageProcessor<T>
Constructor Summary | |
---|---|
AbstractMessageProcessor()
|
Method Summary | |
---|---|
abstract T |
processMessage(Message<?> message)
Process the Message and return a value (or null). |
Methods inherited from class org.springframework.integration.util.AbstractExpressionEvaluator |
---|
evaluateExpression, evaluateExpression, evaluateExpression, evaluateExpression, evaluateExpression, evaluateExpression, evaluateExpression, getEvaluationContext, setBeanFactory, setBeanResolver, setConversionService |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractMessageProcessor()
Method Detail |
---|
public abstract T processMessage(Message<?> message)
MessageProcessor
processMessage
in interface MessageProcessor<T>
|
Spring Integration | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |