|
Spring Integration | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of AbstractExpressionEvaluator in org.springframework.integration.aggregator |
---|
Subclasses of AbstractExpressionEvaluator in org.springframework.integration.aggregator | |
---|---|
class |
ExpressionEvaluatingMessageListProcessor
A base class for aggregators that evaluates a SpEL expression with the message list as the root object within the evaluation context. |
class |
ExpressionEvaluatingReleaseStrategy
A ReleaseStrategy that evaluates an expression. |
class |
MethodInvokingMessageListProcessor<T>
A MessageListProcessor implementation that invokes a method on a target POJO. |
Uses of AbstractExpressionEvaluator in org.springframework.integration.handler |
---|
Subclasses of AbstractExpressionEvaluator in org.springframework.integration.handler | |
---|---|
class |
AbstractMessageProcessor<T>
|
class |
ExpressionEvaluatingMessageProcessor<T>
A MessageProcessor implementation that evaluates a SpEL expression
with the Message itself as the root object within the evaluation context. |
class |
MethodInvokingMessageHandler
A MessageHandler that invokes the specified method on the provided object. |
class |
MethodInvokingMessageProcessor<T>
A MessageProcessor implementation that invokes a method on a target Object. |
Uses of AbstractExpressionEvaluator in org.springframework.integration.jdbc |
---|
Subclasses of AbstractExpressionEvaluator in org.springframework.integration.jdbc | |
---|---|
class |
ExpressionEvaluatingSqlParameterSourceFactory
An implementation of SqlParameterSourceFactory which creates an SqlParameterSource that evaluates
Spring EL expressions. |
Uses of AbstractExpressionEvaluator in org.springframework.integration.util |
---|
Subclasses of AbstractExpressionEvaluator in org.springframework.integration.util | |
---|---|
class |
MessagingMethodInvokerHelper<T>
A helper class for processors that invoke a method on a target Object using a combination of message payload(s) and headers as arguments. |
|
Spring Integration | |||||||||
PREV NEXT | FRAMES NO FRAMES |