Package | Description |
---|---|
org.springframework.integration.amqp.outbound |
Provides classes supporting outbound endpoints.
|
org.springframework.integration.config |
Base package for configuration.
|
org.springframework.integration.file |
Base package for File support.
|
org.springframework.integration.file.remote.gateway |
Provides classes supporting remote file gateways.
|
org.springframework.integration.filter |
Provides classes supporting the filter pattern.
|
org.springframework.integration.ftp.gateway |
Provides classes supporting FTP gateways.
|
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.tcp |
Base package for TCP 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.rmi |
Base package for RMI support.
|
org.springframework.integration.sftp.gateway |
Provides classes supporting SFTP gateways.
|
org.springframework.integration.splitter |
Provides classes supporting the splitter pattern.
|
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 . |
Modifier and Type | Class and Description |
---|---|
class |
AmqpOutboundEndpoint
Adapter that converts and sends Messages to an AMQP Exchange.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
TransformerFactoryBean.canBeUsedDirect(AbstractReplyProducingMessageHandler handler)
Always returns true - any
AbstractReplyProducingMessageHandler can
be used directly. |
protected boolean |
FilterFactoryBean.canBeUsedDirect(AbstractReplyProducingMessageHandler handler)
MessageFilter is an ARPMH.
|
protected boolean |
ServiceActivatorFactoryBean.canBeUsedDirect(AbstractReplyProducingMessageHandler handler)
Always returns true - any
AbstractReplyProducingMessageHandler can
be used directly. |
protected boolean |
SplitterFactoryBean.canBeUsedDirect(AbstractReplyProducingMessageHandler handler) |
protected boolean |
RouterFactoryBean.canBeUsedDirect(AbstractReplyProducingMessageHandler handler) |
protected void |
TransformerFactoryBean.postProcessReplyProducer(AbstractReplyProducingMessageHandler handler) |
protected void |
FilterFactoryBean.postProcessReplyProducer(AbstractReplyProducingMessageHandler handler) |
protected void |
ServiceActivatorFactoryBean.postProcessReplyProducer(AbstractReplyProducingMessageHandler handler) |
protected void |
SplitterFactoryBean.postProcessReplyProducer(AbstractReplyProducingMessageHandler handler) |
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 |
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 |
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 |
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 |
TcpOutboundGateway
TCP outbound gateway that uses a client connection factory.
|
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 |
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 |
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 |
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 |
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
|
Copyright © 2017. All rights reserved.