Package | Description |
---|---|
org.springframework.integration.aggregator |
Provides classes related to message aggregation.
|
org.springframework.integration.amqp.inbound |
Provides classes supporting inbound endpoints.
|
org.springframework.integration.amqp.outbound |
Provides classes supporting outbound endpoints.
|
org.springframework.integration.endpoint |
Provides core classes related to Endpoints.
|
org.springframework.integration.event.inbound |
Provides classes supporting inbound endpoints.
|
org.springframework.integration.file |
Base package for File support.
|
org.springframework.integration.file.remote.gateway |
Provides classes supporting remote file gateways.
|
org.springframework.integration.file.remote.synchronizer |
Provides classes supporting the synchronization of remote and
local file directories.
|
org.springframework.integration.file.tail |
Classes used for tailing file system files.
|
org.springframework.integration.filter |
Provides classes supporting the filter pattern.
|
org.springframework.integration.ftp.gateway |
Provides classes supporting FTP gateways.
|
org.springframework.integration.ftp.inbound |
Provides classes supporting inbound endpoints.
|
org.springframework.integration.handler |
Provides classes implementing various types of message handler.
|
org.springframework.integration.http.outbound |
Provides classes supporting outbound endpoints.
|
org.springframework.integration.ip |
Base package for IP (TCP/UDP) Support.
|
org.springframework.integration.ip.tcp |
Base package for TCP Support.
|
org.springframework.integration.ip.tcp.connection |
All things related to tcp connections - client and
server factories; listener and sender interfaces.
|
org.springframework.integration.ip.udp |
Base package for UDP support.
|
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.jms |
Base package for JMS Support.
|
org.springframework.integration.jmx |
Base package for JMX support.
|
org.springframework.integration.jpa.outbound |
Provides Spring Integration components for doing outbound operations.
|
org.springframework.integration.mail |
Base package for Mail support.
|
org.springframework.integration.redis.inbound |
Provides classes supporting inbound endpoints.
|
org.springframework.integration.rmi |
Base package for RMI support.
|
org.springframework.integration.sftp.gateway |
Provides classes supporting SFTP gateways.
|
org.springframework.integration.sftp.inbound |
Provides classes supporting inbound endpoints.
|
org.springframework.integration.splitter |
Provides classes supporting the splitter pattern.
|
org.springframework.integration.syslog.inbound |
Provides classes for inbound endpoints.
|
org.springframework.integration.transformer |
Contains core-implementation of various Transformers which includes Enrichers
and Filters.
|
org.springframework.integration.ws |
Provides several inbound and outbound Web Service components.
|
org.springframework.integration.xml.splitter |
Provides implementations of
AbstractMessageSplitter . |
org.springframework.integration.xmpp.core |
Provides classes shared across all XMPP components.
|
org.springframework.integration.xmpp.inbound |
Provides XMPP inbound Endpoint implementations that extend
AbstractXmppConnectionAwareEndpoint . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractCorrelatingMessageHandler
Abstract Message handler that holds a buffer of correlated messages in a
MessageStore . |
class |
AggregatingMessageHandler
Aggregator specific implementation of
AbstractCorrelatingMessageHandler . |
class |
ResequencingMessageHandler
Resequencer specific implementation of
AbstractCorrelatingMessageHandler . |
Modifier and Type | Class and Description |
---|---|
class |
AmqpInboundChannelAdapter
Adapter that receives Messages from an AMQP Queue, converts them into
Spring Integration Messages, and sends the results to a Message Channel.
|
Modifier and Type | Class and Description |
---|---|
class |
AmqpOutboundEndpoint
Adapter that converts and sends Messages to an AMQP Exchange.
|
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. |
class |
MessageProducerSupport
A support class for producer endpoints that provides a setter for the
output channel and a convenience method for sending Messages.
|
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 |
FileWritingMessageHandler
A
MessageHandler implementation that writes the Message payload to a
file. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractRemoteFileOutboundGateway<F>
Base class for Outbound Gateways that perform remote file operations.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractInboundFileSynchronizingMessageSource<F>
Factors out the common logic between the FTP and SFTP adapters.
|
Modifier and Type | Class and Description |
---|---|
class |
ApacheCommonsFileTailingMessageProducer
File tailer that delegates to the Apache Commons Tailer.
|
class |
FileTailingMessageProducerSupport
Base class for file tailing inbound adapters.
|
class |
OSDelegatingFileTailingMessageProducer
A file tailing message producer that delegates to the OS tail program.
|
Modifier and Type | Class and Description |
---|---|
class |
MessageFilter
Message Handler that delegates to a
MessageSelector . |
Modifier and Type | Class and Description |
---|---|
class |
FtpOutboundGateway
Outbound Gateway for performing remote file operations via FTP/FTPS.
|
Modifier and Type | Class and Description |
---|---|
class |
FtpInboundFileSynchronizingMessageSource
A
MessageSource implementation for FTP. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractReplyProducingMessageHandler
Base class for MessageHandlers that are capable of producing replies.
|
class |
AbstractReplyProducingPostProcessingMessageHandler |
class |
BridgeHandler
A simple MessageHandler implementation that passes the request Message
directly to the output channel without modifying it.
|
class |
DelayHandler
A
MessageHandler that is capable of delaying the continuation of a
Message flow based on the result of evaluation delayExpression on an inbound Message
or a default delay value configured on this handler. |
class |
MessageHandlerChain
A composite
MessageHandler implementation that invokes a chain of
MessageHandler instances in order. |
class |
ServiceActivatingHandler |
Modifier and Type | Class and Description |
---|---|
class |
HttpRequestExecutingMessageHandler
A
MessageHandler implementation that executes HTTP requests by delegating
to a RestTemplate instance. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractInternetProtocolReceivingChannelAdapter
Base class for inbound TCP/UDP Channel Adapters.
|
Modifier and Type | Class and Description |
---|---|
class |
TcpOutboundGateway
TCP outbound gateway that uses a client connection factory.
|
class |
TcpReceivingChannelAdapter
Tcp inbound channel adapter using a TcpConnection to
receive data - if the connection factory is a server
factory, this Listener owns the connections.
|
Modifier and Type | Class and Description |
---|---|
class |
TcpConnectionEventListeningMessageProducer
MessageProducer that produces Messages with @link TcpConnectionEvent
payloads. |
Modifier and Type | Class and Description |
---|---|
class |
MulticastReceivingChannelAdapter
Channel adapter that joins a multicast group and receives incoming packets and
sends them to an output channel.
|
class |
UnicastReceivingChannelAdapter
A channel adapter to receive incoming UDP packets.
|
Modifier and Type | Class and Description |
---|---|
class |
JdbcOutboundGateway |
class |
StoredProcOutboundGateway |
Modifier and Type | Class and Description |
---|---|
class |
JmsOutboundGateway
An outbound Messaging Gateway for request/reply JMS.
|
Modifier and Type | Class and Description |
---|---|
class |
NotificationListeningMessageProducer
A JMX
NotificationListener implementation that will send Messages
containing the JMX Notification instances as their payloads. |
class |
OperationInvokingMessageHandler
A
MessageHandler implementation for invoking JMX operations based on
the Message sent to its AbstractMessageHandler.handleMessage(Message) method. |
Modifier and Type | Class and Description |
---|---|
class |
JpaOutboundGateway
The Jpa Outbound Gateway will allow you to make outbound operations to either:
submit (insert, delete) data to a database using JPA
retrieve (select) data from a database
Depending on the selected
OutboundGatewayType , the outbound gateway
will use either the JpaExecutor 's poll method or its
executeOutboundJpaOperation method. |
Modifier and Type | Class and Description |
---|---|
class |
ImapIdleChannelAdapter
An event-driven Channel Adapter that receives mail messages from a mail
server that supports the IMAP "idle" command (see RFC 2177).
|
Modifier and Type | Class and Description |
---|---|
class |
RedisInboundChannelAdapter |
class |
RedisQueueMessageDrivenEndpoint |
Modifier and Type | Class and Description |
---|---|
class |
RmiOutboundGateway
An outbound Messaging Gateway for RMI-based remoting.
|
Modifier and Type | Class and Description |
---|---|
class |
SftpOutboundGateway
Outbound Gateway for performing remote file operations via SFTP.
|
Modifier and Type | Class and Description |
---|---|
class |
SftpInboundFileSynchronizingMessageSource
A
MessageSource implementation for SFTP
that delegates to an InboundFileSynchronizer. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractMessageSplitter
Base class for Message-splitting handlers.
|
class |
DefaultMessageSplitter
The default Message Splitter implementation.
|
class |
ExpressionEvaluatingSplitter
A Message Splitter implementation that evaluates the specified SpEL
expression.
|
class |
MethodInvokingSplitter
A Message Splitter implementation that invokes the specified method
on the given object.
|
Modifier and Type | Class and Description |
---|---|
class |
SyslogReceivingChannelAdapterSupport
Base support class for inbound channel adapters.
|
class |
TcpSyslogReceivingChannelAdapter
TCP implementation of a syslog inbound channel adapter.
|
class |
UdpSyslogReceivingChannelAdapter
UDP implementation of a syslog inbound channel adapter.
|
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.
|
class |
MessageTransformingHandler
A reply-producing
MessageHandler that delegates to a
Transformer instance to modify the received Message
and sends the result to its output channel. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractWebServiceOutboundGateway
Base class for outbound Web Service-invoking Messaging Gateways.
|
class |
MarshallingWebServiceOutboundGateway
An outbound Messaging Gateway for invoking Web Services that also supports
marshalling and unmarshalling of the request and response messages.
|
class |
SimpleWebServiceOutboundGateway
An outbound Messaging Gateway for invoking a Web Service.
|
Modifier and Type | Class and Description |
---|---|
class |
XPathMessageSplitter
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractXmppConnectionAwareEndpoint |
Modifier and Type | Class and Description |
---|---|
class |
ChatMessageListeningEndpoint
This component logs in as a user and forwards any messages to that
user on to downstream components.
|
class |
PresenceListeningEndpoint
An inbound endpoint that is able to login and then emit
Message s when a
particular Presence event occurs within the logged-in user's Roster . |
Copyright © 2016. All rights reserved.