Package | Description |
---|---|
org.springframework.integration.endpoint |
Provides core classes related to Endpoints.
|
org.springframework.integration.jmx |
Base package for JMX support.
|
org.springframework.integration.resource |
Provides classes related to messaging
using Spring
Resource s |
Modifier and Type | Class and Description |
---|---|
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 |
AttributePollingMessageSource
A
MessageSource implementation that retrieves the current
value of a JMX attribute each time 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. |
Copyright © 2015. All rights reserved.