Package | Description |
---|---|
org.springframework.integration.aggregator |
Provides classes related to message aggregation.
|
org.springframework.integration.amqp.channel |
Provides classes related to AMQP-backed channels.
|
org.springframework.integration.amqp.inbound |
Provides classes supporting inbound endpoints.
|
org.springframework.integration.amqp.outbound |
Provides classes supporting outbound endpoints.
|
org.springframework.integration.channel |
Provides classes representing various channel types.
|
org.springframework.integration.channel.interceptor |
Provides classes related to channel interception.
|
org.springframework.integration.config |
Base package for configuration.
|
org.springframework.integration.config.annotation |
Provides classes supporting annotation-based configuration.
|
org.springframework.integration.core |
Provides core classes.
|
org.springframework.integration.dispatcher |
Provides classes related to dispatching messages.
|
org.springframework.integration.endpoint |
Provides core classes related to Endpoints.
|
org.springframework.integration.event.inbound |
Provides classes supporting inbound endpoints.
|
org.springframework.integration.event.outbound |
Provides classes supporting outbound endpoints.
|
org.springframework.integration.feed.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.handler |
Provides classes supporting remote file message handlers.
|
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.groovy.config |
Provides classes for configuration - parsers, namespace handlers, factory beans.
|
org.springframework.integration.handler |
Provides classes implementing various types of message handler.
|
org.springframework.integration.history |
Provides classes supporting the capture of message history.
|
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.inbound |
Provides inbound Spring Integration Jpa components.
|
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.mongodb.inbound |
Provides classes related to the Mongo inbound channel adapters
|
org.springframework.integration.mongodb.outbound |
Provides classes related to the Mongo outbound channel adapters
|
org.springframework.integration.monitor |
Provides classes related to Spring Integration managed resources.
|
org.springframework.integration.redis.channel |
Provides classes related to Redis-backed channels.
|
org.springframework.integration.redis.inbound |
Provides classes supporting inbound endpoints.
|
org.springframework.integration.redis.outbound |
Provides classes supporting outbound endpoints.
|
org.springframework.integration.resource |
Provides classes related to messaging
using Spring
Resource s |
org.springframework.integration.rmi |
Base package for RMI support.
|
org.springframework.integration.router |
Provides classes supporting the router pattern.
|
org.springframework.integration.selector |
Provides classes related to message selection.
|
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.stream |
Base package for stream support.
|
org.springframework.integration.syslog.inbound |
Provides classes for inbound endpoints.
|
org.springframework.integration.test.support |
Provides several test support classes including for testing Spring Integration
request-response message scenarios.
|
org.springframework.integration.test.util |
Provides various test utilities, for example
TestUtils provides convenience
helpers to easily retrieve private bean properties. |
org.springframework.integration.transformer |
Contains core-implementation of various Transformers which includes Enrichers
and Filters.
|
org.springframework.integration.twitter.inbound |
Provides inbound Twitter components.
|
org.springframework.integration.twitter.outbound |
Provides outbound Twitter components.
|
org.springframework.integration.ws |
Provides several inbound and outbound Web Service components.
|
org.springframework.integration.xml.router |
Provides XML message routers.
|
org.springframework.integration.xml.selector |
Provides XML-centric
MessageSelector
implementations. |
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 . |
org.springframework.integration.xmpp.outbound |
Provides XMPP outbound Messagehandler implementations.These components extend
AbstractXmppConnectionAwareMessageHandler |
Class and Description |
---|
MessageHandler
Base interface for any component that handles Messages.
|
MessageProducer
Base interface for any component that is capable of sending
Messages to a
MessageChannel . |
MessageSource
Base interface for any source of
Messages that can be polled. |
Class and Description |
---|
PollableChannel
Interface for Message Channels from which Messages may be actively received through polling.
|
SubscribableChannel
Interface for any MessageChannel implementation that accepts subscribers.
|
Class and Description |
---|
MessageProducer
Base interface for any component that is capable of sending
Messages to a
MessageChannel . |
Class and Description |
---|
MessageHandler
Base interface for any component that handles Messages.
|
MessageProducer
Base interface for any component that is capable of sending
Messages to a
MessageChannel . |
Class and Description |
---|
MessageHandler
Base interface for any component that handles Messages.
|
MessageSelector
Strategy interface for message selection.
|
PollableChannel
Interface for Message Channels from which Messages may be actively received through polling.
|
SubscribableChannel
Interface for any MessageChannel implementation that accepts subscribers.
|
Class and Description |
---|
MessageSelector
Strategy interface for message selection.
|
Class and Description |
---|
MessageHandler
Base interface for any component that handles Messages.
|
MessageSource
Base interface for any source of
Messages that can be polled. |
Class and Description |
---|
MessageHandler
Base interface for any component that handles Messages.
|
Class and Description |
---|
AsyncMessagingOperations |
MessageHandler
Base interface for any component that handles Messages.
|
MessagePostProcessor
To be used with MessagingTemplate's send method that converts an object to a message.
|
MessagingOperations
Specifies a basic set of messaging operations.
|
MessagingTemplate
This is the central class for invoking message exchange operations across
MessageChannel s. |
PollableChannel
Interface for Message Channels from which Messages may be actively received through polling.
|
Class and Description |
---|
MessageHandler
Base interface for any component that handles Messages.
|
Class and Description |
---|
MessageHandler
Base interface for any component that handles Messages.
|
MessageProducer
Base interface for any component that is capable of sending
Messages to a
MessageChannel . |
MessageSource
Base interface for any source of
Messages that can be polled. |
PollableChannel
Interface for Message Channels from which Messages may be actively received through polling.
|
SubscribableChannel
Interface for any MessageChannel implementation that accepts subscribers.
|
Class and Description |
---|
MessageProducer
Base interface for any component that is capable of sending
Messages to a
MessageChannel . |
Class and Description |
---|
MessageHandler
Base interface for any component that handles Messages.
|
Class and Description |
---|
MessageSource
Base interface for any source of
Messages that can be polled. |
Class and Description |
---|
MessageHandler
Base interface for any component that handles Messages.
|
MessageProducer
Base interface for any component that is capable of sending
Messages to a
MessageChannel . |
MessageSource
Base interface for any source of
Messages that can be polled. |
Class and Description |
---|
MessageHandler
Base interface for any component that handles Messages.
|
MessageProducer
Base interface for any component that is capable of sending
Messages to a
MessageChannel . |
Class and Description |
---|
MessageHandler
Base interface for any component that handles Messages.
|
Class and Description |
---|
MessageProducer
Base interface for any component that is capable of sending
Messages to a
MessageChannel . |
MessageSource
Base interface for any source of
Messages that can be polled. |
Class and Description |
---|
MessageProducer
Base interface for any component that is capable of sending
Messages to a
MessageChannel . |
Class and Description |
---|
MessageHandler
Base interface for any component that handles Messages.
|
MessageProducer
Base interface for any component that is capable of sending
Messages to a
MessageChannel . |
MessageSelector
Strategy interface for message selection.
|
Class and Description |
---|
MessageHandler
Base interface for any component that handles Messages.
|
MessageProducer
Base interface for any component that is capable of sending
Messages to a
MessageChannel . |
Class and Description |
---|
MessageProducer
Base interface for any component that is capable of sending
Messages to a
MessageChannel . |
MessageSource
Base interface for any source of
Messages that can be polled. |
Class and Description |
---|
MessageHandler
Base interface for any component that handles Messages.
|
Class and Description |
---|
MessageHandler
Base interface for any component that handles Messages.
|
MessageProducer
Base interface for any component that is capable of sending
Messages to a
MessageChannel . |
MessagingTemplate
This is the central class for invoking message exchange operations across
MessageChannel s. |
Class and Description |
---|
MessagePostProcessor
To be used with MessagingTemplate's send method that converts an object to a message.
|
Class and Description |
---|
MessageHandler
Base interface for any component that handles Messages.
|
MessageProducer
Base interface for any component that is capable of sending
Messages to a
MessageChannel . |
Class and Description |
---|
MessageHandler
Base interface for any component that handles Messages.
|
MessageProducer
Base interface for any component that is capable of sending
Messages to a
MessageChannel . |
Class and Description |
---|
MessageHandler
Base interface for any component that handles Messages.
|
MessageProducer
Base interface for any component that is capable of sending
Messages to a
MessageChannel . |
Class and Description |
---|
MessageProducer
Base interface for any component that is capable of sending
Messages to a
MessageChannel . |
Class and Description |
---|
MessageHandler
Base interface for any component that handles Messages.
|
MessageProducer
Base interface for any component that is capable of sending
Messages to a
MessageChannel . |
Class and Description |
---|
MessageHandler
Base interface for any component that handles Messages.
|
MessageProducer
Base interface for any component that is capable of sending
Messages to a
MessageChannel . |
MessageSource
Base interface for any source of
Messages that can be polled. |
Class and Description |
---|
MessageHandler
Base interface for any component that handles Messages.
|
MessageProducer
Base interface for any component that is capable of sending
Messages to a
MessageChannel . |
MessageSource
Base interface for any source of
Messages that can be polled. |
PollableChannel
Interface for Message Channels from which Messages may be actively received through polling.
|
SubscribableChannel
Interface for any MessageChannel implementation that accepts subscribers.
|
Class and Description |
---|
MessageHandler
Base interface for any component that handles Messages.
|
MessageProducer
Base interface for any component that is capable of sending
Messages to a
MessageChannel . |
MessageSource
Base interface for any source of
Messages that can be polled. |
Class and Description |
---|
MessageSource
Base interface for any source of
Messages that can be polled. |
Class and Description |
---|
MessageHandler
Base interface for any component that handles Messages.
|
MessageProducer
Base interface for any component that is capable of sending
Messages to a
MessageChannel . |
Class and Description |
---|
MessageHandler
Base interface for any component that handles Messages.
|
MessageProducer
Base interface for any component that is capable of sending
Messages to a
MessageChannel . |
MessageSource
Base interface for any source of
Messages that can be polled. |
Class and Description |
---|
MessageSource
Base interface for any source of
Messages that can be polled. |
Class and Description |
---|
MessageHandler
Base interface for any component that handles Messages.
|
Class and Description |
---|
MessageHandler
Base interface for any component that handles Messages.
|
MessageSource
Base interface for any source of
Messages that can be polled. |
Class and Description |
---|
MessageHandler
Base interface for any component that handles Messages.
|
SubscribableChannel
Interface for any MessageChannel implementation that accepts subscribers.
|
Class and Description |
---|
MessageProducer
Base interface for any component that is capable of sending
Messages to a
MessageChannel . |
MessageSource
Base interface for any source of
Messages that can be polled. |
Class and Description |
---|
MessageHandler
Base interface for any component that handles Messages.
|
Class and Description |
---|
MessageSource
Base interface for any source of
Messages that can be polled. |
Class and Description |
---|
MessageHandler
Base interface for any component that handles Messages.
|
MessageProducer
Base interface for any component that is capable of sending
Messages to a
MessageChannel . |
Class and Description |
---|
MessageHandler
Base interface for any component that handles Messages.
|
MessageSelector
Strategy interface for message selection.
|
MessagingTemplate
This is the central class for invoking message exchange operations across
MessageChannel s. |
Class and Description |
---|
MessageSelector
Strategy interface for message selection.
|
Class and Description |
---|
MessageHandler
Base interface for any component that handles Messages.
|
MessageProducer
Base interface for any component that is capable of sending
Messages to a
MessageChannel . |
Class and Description |
---|
MessageProducer
Base interface for any component that is capable of sending
Messages to a
MessageChannel . |
MessageSource
Base interface for any source of
Messages that can be polled. |
Class and Description |
---|
MessageHandler
Base interface for any component that handles Messages.
|
MessageProducer
Base interface for any component that is capable of sending
Messages to a
MessageChannel . |
Class and Description |
---|
MessageHandler
Base interface for any component that handles Messages.
|
MessageSource
Base interface for any source of
Messages that can be polled. |
Class and Description |
---|
MessageProducer
Base interface for any component that is capable of sending
Messages to a
MessageChannel . |
Class and Description |
---|
MessageHandler
Base interface for any component that handles Messages.
|
Class and Description |
---|
MessageHandler
Base interface for any component that handles Messages.
|
Class and Description |
---|
MessageHandler
Base interface for any component that handles Messages.
|
MessageProducer
Base interface for any component that is capable of sending
Messages to a
MessageChannel . |
Class and Description |
---|
MessageSource
Base interface for any source of
Messages that can be polled. |
Class and Description |
---|
MessageHandler
Base interface for any component that handles Messages.
|
Class and Description |
---|
MessageHandler
Base interface for any component that handles Messages.
|
MessageProducer
Base interface for any component that is capable of sending
Messages to a
MessageChannel . |
Class and Description |
---|
MessageHandler
Base interface for any component that handles Messages.
|
Class and Description |
---|
MessageSelector
Strategy interface for message selection.
|
Class and Description |
---|
MessageHandler
Base interface for any component that handles Messages.
|
MessageProducer
Base interface for any component that is capable of sending
Messages to a
MessageChannel . |
Class and Description |
---|
MessageHandler
Base interface for any component that handles Messages.
|
MessageProducer
Base interface for any component that is capable of sending
Messages to a
MessageChannel . |
Class and Description |
---|
MessageProducer
Base interface for any component that is capable of sending
Messages to a
MessageChannel . |
Class and Description |
---|
MessageHandler
Base interface for any component that handles Messages.
|
Copyright © 2018. All rights reserved.