Package | Description |
---|---|
org.springframework.integration.groovy |
Base package for Groovy support.
|
org.springframework.integration.handler |
Provides classes implementing various types of message handler.
|
org.springframework.integration.scripting |
Base package for scripting support.
|
org.springframework.integration.scripting.jsr223 |
Provides classes supporting JSR223 Scripting.
|
org.springframework.integration.transformer |
Contains core-implementation of various Transformers which includes Enrichers
and Filters.
|
org.springframework.integration.transformer.support |
Contains support classes for Transformers.
|
Modifier and Type | Class and Description |
---|---|
class |
GroovyCommandMessageProcessor |
class |
GroovyScriptExecutingMessageProcessor
The
MessageProcessor implementation
to evaluate Groovy scripts. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractMessageProcessor<T> |
class |
ExpressionCommandMessageProcessor
A MessageProcessor implementation that expects an Expression or expressionString
as the Message payload.
|
class |
ExpressionEvaluatingMessageProcessor<T>
A
MessageProcessor implementation that evaluates a SpEL expression
with the Message itself as the root object within the evaluation context. |
class |
MethodInvokingMessageProcessor<T>
A MessageProcessor implementation that invokes a method on a target Object.
|
Constructor and Description |
---|
ServiceActivatingHandler(MessageProcessor<T> processor) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractScriptExecutingMessageProcessor<T>
Base
MessageProcessor for scripting implementations to extend. |
Modifier and Type | Class and Description |
---|---|
class |
ScriptExecutingMessageProcessor |
Modifier and Type | Method and Description |
---|---|
<T> void |
HeaderEnricher.setMessageProcessor(MessageProcessor<T> messageProcessor) |
Constructor and Description |
---|
AbstractMessageProcessingTransformer(MessageProcessor<?> messageProcessor) |
Modifier and Type | Interface and Description |
---|---|
interface |
HeaderValueMessageProcessor<T> |
Copyright © 2018. All rights reserved.