|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.integration.handler.ExpressionEvaluatingMessageProcessor
public class ExpressionEvaluatingMessageProcessor
A MessageProcessor implementation that evaluates a SpEL expression
with the Message itself as the root object within the evaluation context.
| Constructor Summary | |
|---|---|
ExpressionEvaluatingMessageProcessor(java.lang.String expression)
|
|
| Method Summary | |
|---|---|
java.lang.Object |
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 |
| Constructor Detail |
|---|
public ExpressionEvaluatingMessageProcessor(java.lang.String expression)
| Method Detail |
|---|
public java.lang.Object processMessage(Message<?> message)
MessageProcessor
processMessage in interface MessageProcessor
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||