All Classes

Class Description
AbstractChannelMessageStoreQueryProvider  
BeanPropertySqlParameterSourceFactory
A default implementation of SqlParameterSourceFactory which creates an SqlParameterSource to reference bean properties in its input.
ChannelMessageStorePreparedStatementSetter
Callback to be used with the JdbcChannelMessageStore.
ChannelMessageStoreQueryProvider
Common interface used in order to configure the JdbcChannelMessageStore to provide database-specific queries.
DefaultLockRepository
The default implementation of the LockRepository based on the table from the script presented in the org/springframework/integration/jdbc/schema-*.sql.
DerbyChannelMessageStoreQueryProvider  
ExpressionEvaluatingSqlParameterSourceFactory
An implementation of SqlParameterSourceFactory which creates an SqlParameterSource that evaluates Spring EL expressions.
H2ChannelMessageStoreQueryProvider  
HsqlChannelMessageStoreQueryProvider  
JdbcChannelMessageStore
Channel-specific implementation of MessageGroupStore using a relational database via JDBC.
JdbcLockRegistry
An ExpirableLockRegistry using a shared database to co-ordinate the locks.
JdbcMessageHandler
A message handler that executes an SQL update.
JdbcMessageHandlerParser  
JdbcMessageStore
Implementation of MessageStore using a relational database via JDBC.
JdbcMessageStoreParser
Parser for JdbcMessageStore.
JdbcMetadataStore
Implementation of ConcurrentMetadataStore using a relational database via JDBC.
JdbcNamespaceHandler
Namespace handler for the integration JDBC schema.
JdbcOutboundGateway  
JdbcOutboundGatewayParser  
JdbcPollingChannelAdapter
A polling channel adapter that creates messages from the payload returned by executing a select query.
JdbcPollingChannelAdapterParser
JdbcTypesEnum
This Enumeration provides a handy wrapper around Types.
LockRepository
Encapsulation of the SQL shunting that is needed for locks.
MessagePreparedStatementSetter
The callback to be used with the JdbcMessageHandler as an alternative to the SqlParameterSourceFactory.
MessageRowMapper
Convenience class to be used to unpack a Message from a result set row.
MySqlChannelMessageStoreQueryProvider  
OracleChannelMessageStoreQueryProvider
Contains Oracle-specific queries for the JdbcChannelMessageStore.
PostgresChannelMessageStoreQueryProvider  
ProcedureParameter
Abstraction of Procedure parameters allowing to provide static parameters and SpEl Expression based parameters.
SqlParameterSourceFactory
Collaborator for JDBC adapters which allows creation of instances of SqlParameterSource for use in update operations.
SqlServerChannelMessageStoreQueryProvider
Channel message store query provider for Microsoft SQL Server / Azure SQL database.
StoredProcExecutor
This class is used by all Stored Procedure (Stored Function) components and provides the core functionality to execute those.
StoredProcMessageHandler
A message handler that executes Stored Procedures for update purposes.
StoredProcMessageHandlerParser  
StoredProcOutboundGateway
An AbstractReplyProducingMessageHandler implementation for performing RDBMS stored procedures which return results.
StoredProcOutboundGatewayParser  
StoredProcParserUtils  
StoredProcPollingChannelAdapter
A polling channel adapter that creates messages from the payload returned by executing a stored procedure or Sql function.
StoredProcPollingChannelAdapterParser