Package | Description |
---|---|
org.springframework.integration.aggregator |
Provides classes related to message aggregation.
|
org.springframework.integration.endpoint |
Provides core classes related to Endpoints.
|
org.springframework.integration.file |
Base package for File support.
|
org.springframework.integration.handler |
Provides classes implementing various types of message handler.
|
org.springframework.integration.jdbc |
Root package of the Spring Integration JDBC module, which contains various
JDBC and Stored Procedure/Function supporting components.
|
org.springframework.integration.jmx |
Base package for JMX support.
|
org.springframework.integration.resource |
Provides classes related to messaging
using Spring
Resource s |
org.springframework.integration.util |
Provides core utility classes.
|
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractMessageSource<T> |
class |
ExpressionEvaluatingMessageSource<T> |
class |
MethodInvokingMessageSource
A
MessageSource implementation that invokes a no-argument method so
that its return value may be sent to a channel. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultFileNameGenerator
Default implementation of the filename generator strategy.
|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
ExpressionEvaluatingSqlParameterSourceFactory
An implementation of
SqlParameterSourceFactory which creates an SqlParameterSource that evaluates
Spring EL expressions. |
Modifier and Type | Class and Description |
---|---|
class |
AttributePollingMessageSource
A
MessageSource implementation that retrieves the current
value of a JMX attribute each time AbstractMessageSource.receive() is invoked. |
class |
MBeanTreePollingMessageSource
A
MessageSource implementation that retrieves a snapshot of a filtered subset of the MBean tree. |
Modifier and Type | Class and Description |
---|---|
class |
ResourceRetrievingMessageSource
Implementation of
MessageSource based on ResourcePatternResolver which will
attempt to resolve Resource s based on the pattern specified. |
Modifier and Type | Class and Description |
---|---|
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.
|
Copyright © 2015. All rights reserved.