|
Spring Integration | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractMessageProcessor | |
---|---|
org.springframework.integration.handler |
Uses of AbstractMessageProcessor in org.springframework.integration.handler |
---|
Subclasses of AbstractMessageProcessor in org.springframework.integration.handler | |
---|---|
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. |
Constructors in org.springframework.integration.handler with parameters of type AbstractMessageProcessor | |
---|---|
ServiceActivatingHandler(AbstractMessageProcessor<Object> processor)
|
|
Spring Integration | |||||||||
PREV NEXT | FRAMES NO FRAMES |