Package | Description |
---|---|
org.springframework.integration.endpoint |
Provides core classes related to Endpoints.
|
org.springframework.integration.event.inbound |
Provides classes supporting inbound endpoints.
|
org.springframework.integration.file.remote.synchronizer |
Provides classes supporting the synchronization of remote and
local file directories.
|
org.springframework.integration.ftp.inbound |
Provides classes supporting inbound endpoints.
|
org.springframework.integration.jpa.core |
Provides core classes of the JPA module.
|
org.springframework.integration.redis.outbound |
Provides classes supporting outbound endpoints.
|
org.springframework.integration.sftp.inbound |
Provides classes supporting inbound endpoints.
|
org.springframework.integration.transaction |
Provides classes supporting the use of transactions and
pseudo transactions in Spring Integration applications.
|
org.springframework.integration.transformer |
Contains core-implementation of various Transformers which includes Enrichers
and Filters.
|
Modifier and Type | Class and Description |
---|---|
class |
ExpressionMessageProducerSupport
A
MessageProducerSupport sub-class that provides ExpressionMessageProducerSupport.payloadExpression
evaluation with result as a payload for Message to send. |
Modifier and Type | Class and Description |
---|---|
class |
ApplicationEventListeningMessageProducer
An inbound Channel Adapter that implements
ApplicationListener and
passes Spring ApplicationEvents within messages. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractInboundFileSynchronizer<F>
Base class charged with knowing how to connect to a remote file system,
scan it for new files and then download the files.
|
Modifier and Type | Class and Description |
---|---|
class |
FtpInboundFileSynchronizer
An implementation of
AbstractInboundFileSynchronizer for FTP. |
Modifier and Type | Class and Description |
---|---|
class |
JpaExecutor
Executes Jpa Operations that produce payload objects from the result of the provided:
entityClass
JpQl Select Query
Sql Native Query
JpQl Named Query
Sql Native Named Query
When objects are being retrieved, it also possibly to:
delete the retrieved object
If neither entityClass nor any other query is specified then the entity-class
is "guessed" from the
Message payload. |
Modifier and Type | Class and Description |
---|---|
class |
RedisPublishingMessageHandler |
class |
RedisQueueOutboundChannelAdapter |
Modifier and Type | Class and Description |
---|---|
class |
SftpInboundFileSynchronizer
Handles the synchronization between a remote SFTP directory and a local mount.
|
Modifier and Type | Class and Description |
---|---|
class |
ExpressionEvaluatingTransactionSynchronizationProcessor
This implementation of
TransactionSynchronizationFactory
allows you to configure SpEL expressions, with their execution being coordinated
(synchronized) with a transaction - see TransactionSynchronization . |
Modifier and Type | Class and Description |
---|---|
class |
ContentEnricher
Content Enricher is a Message Transformer that can augment a message's payload
with either static values or by optionally invoking a downstream message flow
via its request channel and then applying values from the reply Message to the
original payload.
|
Copyright © 2015. All rights reserved.