|
Spring Integration | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of MessageProcessor in org.springframework.integration.groovy |
---|
Classes in org.springframework.integration.groovy that implement MessageProcessor | |
---|---|
class |
GroovyScriptExecutingMessageProcessor
|
Uses of MessageProcessor in org.springframework.integration.handler |
---|
Classes in org.springframework.integration.handler that implement MessageProcessor | |
---|---|
class |
AbstractMessageProcessor<T>
|
class |
AbstractScriptExecutingMessageProcessor<T>
Base MessageProcessor for scripting implementations to extend. |
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 MessageProcessor in org.springframework.integration.transformer |
---|
Subinterfaces of MessageProcessor in org.springframework.integration.transformer | |
---|---|
static interface |
HeaderEnricher.HeaderValueMessageProcessor<T>
|
Methods in org.springframework.integration.transformer with parameters of type MessageProcessor | ||
---|---|---|
|
HeaderEnricher.setMessageProcessor(MessageProcessor<T> messageProcessor)
|
Constructors in org.springframework.integration.transformer with parameters of type MessageProcessor | |
---|---|
AbstractMessageProcessingTransformer(MessageProcessor<?> messageProcessor)
|
Uses of MessageProcessor in org.springframework.integration.xml.transformer |
---|
Classes in org.springframework.integration.xml.transformer that implement MessageProcessor | |
---|---|
static class |
XPathHeaderEnricher.XPathExpressionEvaluatingHeaderValueMessageProcessor
|
|
Spring Integration | |||||||||
PREV NEXT | FRAMES NO FRAMES |