Package | Description |
---|---|
org.springframework.integration.amqp.inbound |
Provides classes supporting inbound endpoints.
|
org.springframework.integration.config |
Base package for configuration.
|
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.file.tail |
Classes used for tailing file system files.
|
org.springframework.integration.ftp.inbound |
Provides classes supporting inbound endpoints.
|
org.springframework.integration.gateway |
Provides classes supporting messaging gateways.
|
org.springframework.integration.http.inbound |
Provides classes supporting inbound 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.jms |
Base package for JMS Support.
|
org.springframework.integration.jmx |
Base package for JMX support.
|
org.springframework.integration.mail |
Base package for Mail support.
|
org.springframework.integration.monitor |
Provides classes related to Spring Integration managed resources.
|
org.springframework.integration.redis.inbound |
Provides classes supporting inbound endpoints.
|
org.springframework.integration.rmi |
Base package for RMI support.
|
org.springframework.integration.sftp.inbound |
Provides classes supporting inbound endpoints.
|
org.springframework.integration.syslog.inbound |
Provides classes for inbound endpoints.
|
org.springframework.integration.test.util |
Provides various test utilities, for example
TestUtils provides convenience
helpers to easily retrieve private bean properties. |
org.springframework.integration.ws |
Provides several inbound and outbound Web Service components.
|
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 |
AmqpInboundChannelAdapter
Adapter that receives Messages from an AMQP Queue, converts them into
Spring Integration Messages, and sends the results to a Message Channel.
|
class |
AmqpInboundGateway
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 | Method and Description |
---|---|
AbstractEndpoint |
ConsumerEndpointFactoryBean.getObject() |
Modifier and Type | Class and Description |
---|---|
class |
AbstractPollingEndpoint |
class |
EventDrivenConsumer
Message Endpoint that connects any
MessageHandler implementation to a SubscribableChannel . |
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.
|
class |
PollingConsumer
Message Endpoint that connects any
MessageHandler implementation
to a PollableChannel . |
class |
SourcePollingChannelAdapter
A Channel Adapter implementation for connecting a
MessageSource to a MessageChannel . |
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 |
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 |
FtpInboundFileSynchronizingMessageSource
A
MessageSource implementation for FTP. |
Modifier and Type | Class and Description |
---|---|
class |
GatewayProxyFactoryBean
Generates a proxy for the provided service interface to enable interaction
with messaging components without application code being aware of them allowing
for POJO-style interaction.
|
class |
MessagingGatewaySupport
A convenient base class for connecting application code to
MessageChannel s for sending, receiving, or request-reply operations. |
Modifier and Type | Class and Description |
---|---|
class |
HttpRequestHandlingController
Inbound HTTP endpoint that implements Spring's
Controller interface to be used with a DispatcherServlet front
controller. |
class |
HttpRequestHandlingEndpointSupport
Base class for HTTP request handling endpoints.
|
class |
HttpRequestHandlingMessagingGateway
Inbound Messaging Gateway that handles HTTP Requests.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractInternetProtocolReceivingChannelAdapter
Base class for inbound TCP/UDP Channel Adapters.
|
Modifier and Type | Class and Description |
---|---|
class |
TcpInboundGateway
Inbound Gateway using a server connection factory - threading is controlled by the
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 |
JmsMessageDrivenEndpoint
A message-driven endpoint that receive JMS messages, converts them into
Spring Integration Messages, and then sends the result to a channel.
|
Modifier and Type | Class and Description |
---|---|
class |
NotificationListeningMessageProducer
A JMX
NotificationListener implementation that will send Messages
containing the JMX Notification instances as their payloads. |
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).
|
Constructor and Description |
---|
ManagedEndpoint(AbstractEndpoint delegate) |
Modifier and Type | Class and Description |
---|---|
class |
RedisInboundChannelAdapter |
class |
RedisQueueMessageDrivenEndpoint |
Modifier and Type | Class and Description |
---|---|
class |
RmiInboundGateway
An inbound Messaging Gateway for RMI-based remoting.
|
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 |
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 | Method and Description |
---|---|
void |
TestUtils.TestApplicationContext.registerEndpoint(String endpointName,
AbstractEndpoint endpoint) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractWebServiceInboundGateway |
class |
MarshallingWebServiceInboundGateway |
class |
SimpleWebServiceInboundGateway |
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.