|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.integration.util.AbstractExpressionEvaluator
org.springframework.integration.aggregator.ExpressionEvaluatingMessageListProcessor
public class ExpressionEvaluatingMessageListProcessor
A base class for aggregators that evaluates a SpEL expression with the message list as the root object within the evaluation context.
| Constructor Summary | |
|---|---|
ExpressionEvaluatingMessageListProcessor(java.lang.String expression)
|
|
| Method Summary | |
|---|---|
java.lang.Object |
process(java.util.Collection<? extends Message<?>> messages)
Processes the Message by evaluating the expression with that Message as the root object. |
void |
setExpectedType(java.lang.Class<?> expectedType)
Set the result type expected from evaluation of the expression. |
| 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 ExpressionEvaluatingMessageListProcessor(java.lang.String expression)
| Method Detail |
|---|
public void setExpectedType(java.lang.Class<?> expectedType)
public java.lang.Object process(java.util.Collection<? extends Message<?>> messages)
process in interface MessageListProcessor
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||