Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
J
- Jackson2JsonMessageParser - Class in org.springframework.integration.support.json
-
JsonInboundMessageMapper.JsonMessageParser
implementation that parses JSON messages and builds aMessage
with the specified payload type from providedJsonInboundMessageMapper
. - Jackson2JsonMessageParser() - Constructor for class org.springframework.integration.support.json.Jackson2JsonMessageParser
- Jackson2JsonMessageParser(Jackson2JsonObjectMapper) - Constructor for class org.springframework.integration.support.json.Jackson2JsonMessageParser
- Jackson2JsonObjectMapper - Class in org.springframework.integration.support.json
-
Jackson 2 JSON-processor (@link https://github.com/FasterXML) JsonObjectMapper implementation.
- Jackson2JsonObjectMapper() - Constructor for class org.springframework.integration.support.json.Jackson2JsonObjectMapper
- Jackson2JsonObjectMapper(ObjectMapper) - Constructor for class org.springframework.integration.support.json.Jackson2JsonObjectMapper
- JacksonJsonUtils - Class in org.springframework.integration.support.json
-
Utility methods for Jackson.
- JacksonPresent - Class in org.springframework.integration.support.json
-
The utility to check if Jackson JSON processor is present in the classpath.
- JAVA_OBJECT - Enum constant in enum class org.springframework.integration.jdbc.config.JdbcTypesEnum
- javaMailAuthenticator(Authenticator) - Method in class org.springframework.integration.mail.dsl.ImapIdleChannelAdapterSpec
- javaMailAuthenticator(Authenticator) - Method in class org.springframework.integration.mail.dsl.MailInboundChannelAdapterSpec
-
The Java Mail
Authenticator
. - javaMailProperties(Consumer<PropertiesBuilder>) - Method in class org.springframework.integration.mail.dsl.ImapIdleChannelAdapterSpec
-
Configure the
javaMailProperties
by invoking aConsumer
callback which is invoked with aPropertiesBuilder
. - javaMailProperties(Consumer<PropertiesBuilder>) - Method in class org.springframework.integration.mail.dsl.MailInboundChannelAdapterSpec
-
Configure the
javaMailProperties
by invoking aConsumer
callback which is invoked with aPropertiesBuilder
. - javaMailProperties(Consumer<PropertiesBuilder>) - Method in class org.springframework.integration.mail.dsl.MailSendingMessageHandlerSpec
-
Set a
Consumer
that will be invoked with aPropertiesBuilder
; most often used with a lambda expression. - javaMailProperties(Properties) - Method in class org.springframework.integration.mail.dsl.ImapIdleChannelAdapterSpec
- javaMailProperties(Properties) - Method in class org.springframework.integration.mail.dsl.MailInboundChannelAdapterSpec
-
The Java Mail properties.
- javaMailProperties(Properties) - Method in class org.springframework.integration.mail.dsl.MailSendingMessageHandlerSpec
-
Set the javamail properties.
- JavaUtils - Class in org.springframework.integration
-
Chained utility methods to simplify some Java repetitive code.
- JAXB_PRESENT - Static variable in class org.springframework.integration.http.inbound.BaseHttpInboundEndpoint
- JdbcChannelMessageStore - Class in org.springframework.integration.jdbc.store
-
Channel-specific implementation of
BasicMessageGroupStore
using a relational database via JDBC. - JdbcChannelMessageStore() - Constructor for class org.springframework.integration.jdbc.store.JdbcChannelMessageStore
-
Convenient constructor for configuration use.
- JdbcChannelMessageStore(DataSource) - Constructor for class org.springframework.integration.jdbc.store.JdbcChannelMessageStore
-
Create a
MessageStore
with all mandatory properties. - JdbcLockRegistry - Class in org.springframework.integration.jdbc.lock
-
An
ExpirableLockRegistry
using a shared database to co-ordinate the locks. - JdbcLockRegistry(LockRepository) - Constructor for class org.springframework.integration.jdbc.lock.JdbcLockRegistry
-
Construct an instance based on the provided
LockRepository
. - JdbcMessageHandler - Class in org.springframework.integration.jdbc
-
A message handler that executes an SQL update.
- JdbcMessageHandler(DataSource, String) - Constructor for class org.springframework.integration.jdbc.JdbcMessageHandler
-
Constructor taking
DataSource
from which the DB Connection can be obtained and the select query to execute to retrieve new rows. - JdbcMessageHandler(JdbcOperations, String) - Constructor for class org.springframework.integration.jdbc.JdbcMessageHandler
-
Constructor taking
JdbcOperations
instance to use for query execution and the select query to execute to retrieve new rows. - JdbcMessageHandlerParser - Class in org.springframework.integration.jdbc.config
- JdbcMessageHandlerParser() - Constructor for class org.springframework.integration.jdbc.config.JdbcMessageHandlerParser
- JdbcMessageStore - Class in org.springframework.integration.jdbc.store
-
Implementation of
MessageStore
using a relational database via JDBC. - JdbcMessageStore(DataSource) - Constructor for class org.springframework.integration.jdbc.store.JdbcMessageStore
-
Create a
MessageStore
with all mandatory properties. - JdbcMessageStore(JdbcOperations) - Constructor for class org.springframework.integration.jdbc.store.JdbcMessageStore
-
Create a
MessageStore
with all mandatory properties. - JdbcMessageStoreParser - Class in org.springframework.integration.jdbc.config
-
Parser for
JdbcMessageStore
. - JdbcMessageStoreParser() - Constructor for class org.springframework.integration.jdbc.config.JdbcMessageStoreParser
- JdbcMetadataStore - Class in org.springframework.integration.jdbc.metadata
-
Implementation of
ConcurrentMetadataStore
using a relational database via JDBC. - JdbcMetadataStore(DataSource) - Constructor for class org.springframework.integration.jdbc.metadata.JdbcMetadataStore
-
Instantiate a
JdbcMetadataStore
using provided dataSourceDataSource
. - JdbcMetadataStore(JdbcOperations) - Constructor for class org.springframework.integration.jdbc.metadata.JdbcMetadataStore
-
Instantiate a
JdbcMetadataStore
using provided jdbcOperationsJdbcOperations
. - JdbcNamespaceHandler - Class in org.springframework.integration.jdbc.config
-
Namespace handler for the integration JDBC schema.
- JdbcNamespaceHandler() - Constructor for class org.springframework.integration.jdbc.config.JdbcNamespaceHandler
- JdbcOutboundGateway - Class in org.springframework.integration.jdbc
- JdbcOutboundGateway(DataSource, String) - Constructor for class org.springframework.integration.jdbc.JdbcOutboundGateway
-
Construct an instance based on the provided
DataSource
and update SQL. - JdbcOutboundGateway(DataSource, String, String) - Constructor for class org.springframework.integration.jdbc.JdbcOutboundGateway
-
Construct an instance based on the provided
DataSource
, select and update SQLs. - JdbcOutboundGateway(JdbcOperations, String) - Constructor for class org.springframework.integration.jdbc.JdbcOutboundGateway
-
Construct an instance based on the provided
JdbcOperations
and update SQL. - JdbcOutboundGateway(JdbcOperations, String, String) - Constructor for class org.springframework.integration.jdbc.JdbcOutboundGateway
-
Construct an instance based on the provided
JdbcOperations
, select and update SQLs. - JdbcOutboundGatewayParser - Class in org.springframework.integration.jdbc.config
- JdbcOutboundGatewayParser() - Constructor for class org.springframework.integration.jdbc.config.JdbcOutboundGatewayParser
- JdbcPollingChannelAdapter - Class in org.springframework.integration.jdbc
-
A polling channel adapter that creates messages from the payload returned by executing a select query.
- JdbcPollingChannelAdapter(DataSource, String) - Constructor for class org.springframework.integration.jdbc.JdbcPollingChannelAdapter
-
Constructor taking
DataSource
from which the DB Connection can be obtained and the select query to execute to retrieve new rows. - JdbcPollingChannelAdapter(JdbcOperations, String) - Constructor for class org.springframework.integration.jdbc.JdbcPollingChannelAdapter
-
Constructor taking
JdbcOperations
instance to use for query execution and the select query to execute to retrieve new rows. - JdbcPollingChannelAdapterParser - Class in org.springframework.integration.jdbc.config
-
Parser for
JdbcPollingChannelAdapter
. - JdbcPollingChannelAdapterParser() - Constructor for class org.springframework.integration.jdbc.config.JdbcPollingChannelAdapterParser
- JdbcTypesEnum - Enum Class in org.springframework.integration.jdbc.config
-
This Enumeration provides a handy wrapper around
Types
. - JdkIdGenerator() - Constructor for class org.springframework.integration.support.IdGenerators.JdkIdGenerator
- Jms - Class in org.springframework.integration.jms.dsl
-
Factory class for JMS components.
- JmsAdapterUtils - Class in org.springframework.integration.jms.util
- JmsAdapterUtils() - Constructor for class org.springframework.integration.jms.util.JmsAdapterUtils
- jmsChannelFactoryBean - Variable in class org.springframework.integration.jms.dsl.JmsPollableMessageChannelSpec
- JmsChannelFactoryBean - Class in org.springframework.integration.jms.config
- JmsChannelFactoryBean() - Constructor for class org.springframework.integration.jms.config.JmsChannelFactoryBean
- JmsChannelFactoryBean(boolean) - Constructor for class org.springframework.integration.jms.config.JmsChannelFactoryBean
- JmsChannelParser - Class in org.springframework.integration.jms.config
-
Parser for the 'channel' and 'publish-subscribe-channel' elements of the Spring Integration JMS namespace.
- JmsChannelParser() - Constructor for class org.springframework.integration.jms.config.JmsChannelParser
- JmsDefaultListenerContainerSpec - Class in org.springframework.integration.jms.dsl
-
A
DefaultMessageListenerContainer
specificJmsListenerContainerSpec
extension. - JmsDefaultListenerContainerSpec() - Constructor for class org.springframework.integration.jms.dsl.JmsDefaultListenerContainerSpec
- JmsDestinationAccessorSpec<S extends JmsDestinationAccessorSpec<S,
A>, A extends JmsDestinationAccessor> - Class in org.springframework.integration.jms.dsl -
A base
IntegrationComponentSpec
forJmsDestinationAccessor
s. - JmsDestinationAccessorSpec(A) - Constructor for class org.springframework.integration.jms.dsl.JmsDestinationAccessorSpec
- JmsDestinationPollingSource - Class in org.springframework.integration.jms
-
A source for receiving JMS Messages with a polling listener.
- JmsDestinationPollingSource(JmsTemplate) - Constructor for class org.springframework.integration.jms.JmsDestinationPollingSource
- JmsHeaderEnricherParser - Class in org.springframework.integration.jms.config
-
Header enricher for JMS specific values.
- JmsHeaderEnricherParser() - Constructor for class org.springframework.integration.jms.config.JmsHeaderEnricherParser
- JmsHeaderMapper - Class in org.springframework.integration.jms
-
Strategy interface for mapping integration Message headers to an outbound JMS Message (e.g.
- JmsHeaderMapper() - Constructor for class org.springframework.integration.jms.JmsHeaderMapper
- JmsInboundChannelAdapterParser - Class in org.springframework.integration.jms.config
-
Parser for the <inbound-channel-adapter/> element of the 'jms' namespace.
- JmsInboundChannelAdapterParser() - Constructor for class org.springframework.integration.jms.config.JmsInboundChannelAdapterParser
- JmsInboundChannelAdapterSpec<S extends JmsInboundChannelAdapterSpec<S>> - Class in org.springframework.integration.jms.dsl
- JmsInboundChannelAdapterSpec(JmsTemplate) - Constructor for class org.springframework.integration.jms.dsl.JmsInboundChannelAdapterSpec
- JmsInboundChannelAdapterSpec.JmsInboundChannelSpecTemplateAware - Class in org.springframework.integration.jms.dsl
-
A
JmsTemplate
-basedJmsInboundChannelAdapterSpec
extension. - JmsInboundChannelSpecTemplateAware(ConnectionFactory) - Constructor for class org.springframework.integration.jms.dsl.JmsInboundChannelAdapterSpec.JmsInboundChannelSpecTemplateAware
- JmsInboundGateway - Class in org.springframework.integration.jms
-
A wrapper around the
JmsMessageDrivenEndpoint
implementingMessagingGatewaySupport
. - JmsInboundGateway(AbstractMessageListenerContainer, ChannelPublishingJmsMessageListener) - Constructor for class org.springframework.integration.jms.JmsInboundGateway
- JmsInboundGatewayListenerContainerSpec(S) - Constructor for class org.springframework.integration.jms.dsl.JmsInboundGatewaySpec.JmsInboundGatewayListenerContainerSpec
- JmsInboundGatewaySpec<S extends JmsInboundGatewaySpec<S>> - Class in org.springframework.integration.jms.dsl
-
A
MessagingGatewaySpec
for aJmsInboundGateway
. - JmsInboundGatewaySpec(AbstractMessageListenerContainer) - Constructor for class org.springframework.integration.jms.dsl.JmsInboundGatewaySpec
- JmsInboundGatewaySpec.JmsInboundGatewayListenerContainerSpec<S extends JmsListenerContainerSpec<S,
C>, C extends AbstractMessageListenerContainer> - Class in org.springframework.integration.jms.dsl -
An
AbstractMessageListenerContainer
-basedJmsInboundGatewaySpec
extension. - JmsListenerContainerSpec<S extends JmsListenerContainerSpec<S,
C>, C extends AbstractMessageListenerContainer> - Class in org.springframework.integration.jms.dsl - JmsListenerContainerSpec(Class<C>) - Constructor for class org.springframework.integration.jms.dsl.JmsListenerContainerSpec
- JmsMessageChannelSpec<S extends JmsMessageChannelSpec<S,
T>, T extends AbstractJmsChannel> - Class in org.springframework.integration.jms.dsl -
A
JmsMessageChannelSpec
for subscribableAbstractJmsChannel
s. - JmsMessageChannelSpec(ConnectionFactory) - Constructor for class org.springframework.integration.jms.dsl.JmsMessageChannelSpec
- jmsMessageConverter(MessageConverter) - Method in class org.springframework.integration.jms.dsl.JmsInboundGatewaySpec
- jmsMessageConverter(MessageConverter) - Method in class org.springframework.integration.jms.dsl.JmsMessageDrivenChannelAdapterSpec
- jmsMessageConverter(MessageConverter) - Method in class org.springframework.integration.jms.dsl.JmsOutboundGatewaySpec
- jmsMessageConverter(MessageConverter) - Method in class org.springframework.integration.jms.dsl.JmsPollableMessageChannelSpec
-
Configure the
MessageConverter
used for both sending and receiving. - jmsMessageConverter(MessageConverter) - Method in class org.springframework.integration.jms.dsl.JmsTemplateSpec
- JmsMessageDrivenChannelAdapterListenerContainerSpec(S) - Constructor for class org.springframework.integration.jms.dsl.JmsMessageDrivenChannelAdapterSpec.JmsMessageDrivenChannelAdapterListenerContainerSpec
- JmsMessageDrivenChannelAdapterSpec<S extends JmsMessageDrivenChannelAdapterSpec<S>> - Class in org.springframework.integration.jms.dsl
- JmsMessageDrivenChannelAdapterSpec(AbstractMessageListenerContainer) - Constructor for class org.springframework.integration.jms.dsl.JmsMessageDrivenChannelAdapterSpec
- JmsMessageDrivenChannelAdapterSpec.JmsMessageDrivenChannelAdapterListenerContainerSpec<S extends JmsListenerContainerSpec<S,
C>, C extends AbstractMessageListenerContainer> - Class in org.springframework.integration.jms.dsl - JmsMessageDrivenEndpoint - Class in org.springframework.integration.jms
-
A message-driven endpoint that receive JMS messages, converts them into Spring Integration Messages, and then sends the result to a channel.
- JmsMessageDrivenEndpoint(AbstractMessageListenerContainer, ChannelPublishingJmsMessageListener) - Constructor for class org.springframework.integration.jms.JmsMessageDrivenEndpoint
-
Construct an instance with an externally configured container.
- JmsMessageDrivenEndpointParser - Class in org.springframework.integration.jms.config
-
Parser for the <message-driven-channel-adapter> element and the <inbound-gateway> element of the 'jms' namespace.
- JmsMessageDrivenEndpointParser(boolean) - Constructor for class org.springframework.integration.jms.config.JmsMessageDrivenEndpointParser
- JmsNamespaceHandler - Class in org.springframework.integration.jms.config
-
Namespace handler for Spring Integration's jms namespace.
- JmsNamespaceHandler() - Constructor for class org.springframework.integration.jms.config.JmsNamespaceHandler
- JmsOutboundChannelAdapterParser - Class in org.springframework.integration.jms.config
-
Parser for the <outbound-channel-adapter/> element of the jms namespace.
- JmsOutboundChannelAdapterParser() - Constructor for class org.springframework.integration.jms.config.JmsOutboundChannelAdapterParser
- JmsOutboundChannelAdapterSpec<S extends JmsOutboundChannelAdapterSpec<S>> - Class in org.springframework.integration.jms.dsl
- JmsOutboundChannelAdapterSpec(JmsTemplate) - Constructor for class org.springframework.integration.jms.dsl.JmsOutboundChannelAdapterSpec
- JmsOutboundChannelAdapterSpec.JmsOutboundChannelSpecTemplateAware - Class in org.springframework.integration.jms.dsl
-
A
JmsTemplate
-basedJmsOutboundChannelAdapterSpec
extension. - JmsOutboundChannelSpecTemplateAware(ConnectionFactory) - Constructor for class org.springframework.integration.jms.dsl.JmsOutboundChannelAdapterSpec.JmsOutboundChannelSpecTemplateAware
- JmsOutboundGateway - Class in org.springframework.integration.jms
-
An outbound Messaging Gateway for request/reply JMS.
- JmsOutboundGateway() - Constructor for class org.springframework.integration.jms.JmsOutboundGateway
- JmsOutboundGateway.ReplyContainerProperties - Class in org.springframework.integration.jms
- JmsOutboundGatewayParser - Class in org.springframework.integration.jms.config
-
Parser for the <outbound-gateway> element of the integration 'jms' namespace.
- JmsOutboundGatewayParser() - Constructor for class org.springframework.integration.jms.config.JmsOutboundGatewayParser
- JmsOutboundGatewaySpec - Class in org.springframework.integration.jms.dsl
-
A
MessageHandlerSpec
for aJmsOutboundGateway
. - JmsOutboundGatewaySpec(ConnectionFactory) - Constructor for class org.springframework.integration.jms.dsl.JmsOutboundGatewaySpec
- JmsOutboundGatewaySpec.ReplyContainerSpec - Class in org.springframework.integration.jms.dsl
- JmsPollableMessageChannelSpec<S extends JmsPollableMessageChannelSpec<S,
T>, T extends AbstractJmsChannel> - Class in org.springframework.integration.jms.dsl -
A
MessageChannelSpec
for anAbstractJmsChannel
. - JmsPollableMessageChannelSpec(ConnectionFactory) - Constructor for class org.springframework.integration.jms.dsl.JmsPollableMessageChannelSpec
- JmsPollableMessageChannelSpec(JmsChannelFactoryBean, ConnectionFactory) - Constructor for class org.springframework.integration.jms.dsl.JmsPollableMessageChannelSpec
- JmsPublishSubscribeMessageChannelSpec - Class in org.springframework.integration.jms.dsl
-
A
JmsMessageChannelSpec
for aSubscribableJmsChannel
configured with a topic. - JmsPublishSubscribeMessageChannelSpec(ConnectionFactory) - Constructor for class org.springframework.integration.jms.dsl.JmsPublishSubscribeMessageChannelSpec
- JmsSendingMessageHandler - Class in org.springframework.integration.jms
-
A MessageConsumer that sends the converted Message payload within a JMS Message.
- JmsSendingMessageHandler(JmsTemplate) - Constructor for class org.springframework.integration.jms.JmsSendingMessageHandler
- jmsTemplateSpec - Variable in class org.springframework.integration.jms.dsl.JmsInboundChannelAdapterSpec
- jmsTemplateSpec - Variable in class org.springframework.integration.jms.dsl.JmsOutboundChannelAdapterSpec
- JmsTemplateSpec - Class in org.springframework.integration.jms.dsl
- JmsTemplateSpec() - Constructor for class org.springframework.integration.jms.dsl.JmsTemplateSpec
- JmsTimeoutException - Exception in org.springframework.integration.jms
-
A timeout occurred within an async gateway.
- JmsTimeoutException(String) - Constructor for exception org.springframework.integration.jms.JmsTimeoutException
- JmxHeaders - Class in org.springframework.integration.jmx
-
Constants for JMX related Message Header keys.
- JmxHeaders() - Constructor for class org.springframework.integration.jmx.JmxHeaders
- JmxIntegrationConfigurationInitializer - Class in org.springframework.integration.jmx.config
-
The JMX Integration infrastructure
beanFactory
initializer. - JmxIntegrationConfigurationInitializer() - Constructor for class org.springframework.integration.jmx.config.JmxIntegrationConfigurationInitializer
- JmxNamespaceHandler - Class in org.springframework.integration.jmx.config
-
Namespace handler for Spring Integration's jmx namespace.
- JmxNamespaceHandler() - Constructor for class org.springframework.integration.jmx.config.JmxNamespaceHandler
- Jpa - Class in org.springframework.integration.jpa.dsl
-
Factory class for JPA components.
- JpaBaseOutboundEndpointSpec<S extends JpaBaseOutboundEndpointSpec<S>> - Class in org.springframework.integration.jpa.dsl
-
The base
MessageHandlerSpec
for JPA Outbound endpoints. - JpaBaseOutboundEndpointSpec(JpaExecutor) - Constructor for class org.springframework.integration.jpa.dsl.JpaBaseOutboundEndpointSpec
- jpaExecutor - Variable in class org.springframework.integration.jpa.dsl.JpaBaseOutboundEndpointSpec
- jpaExecutor - Variable in class org.springframework.integration.jpa.dsl.JpaInboundChannelAdapterSpec
- JpaExecutor - Class in org.springframework.integration.jpa.core
-
Executes Jpa Operations that produce payload objects from the result of the provided: entityClass JpQl Select Query Sql Native Query JpQl Named Query Sql Native Named Query .
- JpaExecutor(EntityManager) - Constructor for class org.springframework.integration.jpa.core.JpaExecutor
-
Constructor taking an
EntityManager
directly. - JpaExecutor(EntityManagerFactory) - Constructor for class org.springframework.integration.jpa.core.JpaExecutor
-
Constructor taking an
EntityManagerFactory
from which theEntityManager
can be obtained. - JpaExecutor(JpaOperations) - Constructor for class org.springframework.integration.jpa.core.JpaExecutor
-
If custom behavior is required a custom implementation of
JpaOperations
can be passed in. - JpaInboundChannelAdapterParser - Class in org.springframework.integration.jpa.config.xml
-
The JPA Inbound Channel adapter parser.
- JpaInboundChannelAdapterParser() - Constructor for class org.springframework.integration.jpa.config.xml.JpaInboundChannelAdapterParser
- JpaInboundChannelAdapterSpec - Class in org.springframework.integration.jpa.dsl
- JpaInboundChannelAdapterSpec(JpaExecutor) - Constructor for class org.springframework.integration.jpa.dsl.JpaInboundChannelAdapterSpec
- JpaNamespaceHandler - Class in org.springframework.integration.jpa.config.xml
-
The namespace handler for the JPA namespace.
- JpaNamespaceHandler() - Constructor for class org.springframework.integration.jpa.config.xml.JpaNamespaceHandler
- JpaOperationFailedException - Exception in org.springframework.integration.jpa.core
-
An Exception that would be thrown if any of the Operations from
JpaOperations
fails. - JpaOperationFailedException(String, String) - Constructor for exception org.springframework.integration.jpa.core.JpaOperationFailedException
- JpaOperations - Interface in org.springframework.integration.jpa.core
-
The Interface containing all the JpaOperations those will be executed by the Jpa Spring Integration components.
- JpaOutboundChannelAdapterParser - Class in org.springframework.integration.jpa.config.xml
-
The parser for JPA outbound channel adapter.
- JpaOutboundChannelAdapterParser() - Constructor for class org.springframework.integration.jpa.config.xml.JpaOutboundChannelAdapterParser
- JpaOutboundGateway - Class in org.springframework.integration.jpa.outbound
-
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 theJpaExecutor
's poll method or its executeOutboundJpaOperation method. - JpaOutboundGateway(JpaExecutor) - Constructor for class org.springframework.integration.jpa.outbound.JpaOutboundGateway
-
Constructor taking an
JpaExecutor
that wraps all JPA Operations. - JpaOutboundGatewayFactoryBean - Class in org.springframework.integration.jpa.outbound
-
The
JpaOutboundGatewayFactoryBean
creates instances of theJpaOutboundGateway
. - JpaOutboundGatewayFactoryBean() - Constructor for class org.springframework.integration.jpa.outbound.JpaOutboundGatewayFactoryBean
- JpaParameter - Class in org.springframework.integration.jpa.support
-
Abstraction of Jpa parameters allowing to provide static parameters and SpEl Expression based parameters.
- JpaParameter() - Constructor for class org.springframework.integration.jpa.support.JpaParameter
-
Default constructor.
- JpaParameter(Object, String) - Constructor for class org.springframework.integration.jpa.support.JpaParameter
-
Instantiates a new Jpa Parameter without a name.
- JpaParameter(String, Object, String) - Constructor for class org.springframework.integration.jpa.support.JpaParameter
-
Instantiates a new Jpa Parameter.
- JpaParserUtils - Class in org.springframework.integration.jpa.config.xml
-
Contains various utility methods for parsing JPA Adapter specific namespace elements and generation the respective
BeanDefinition
s. - JpaPollingChannelAdapter - Class in org.springframework.integration.jpa.inbound
-
Polling message source that produces messages from the result of the provided: entityClass JpQl Select Query Sql Native Query JpQl Named Query Sql Native Named Query .
- JpaPollingChannelAdapter(JpaExecutor) - Constructor for class org.springframework.integration.jpa.inbound.JpaPollingChannelAdapter
-
Constructor taking a
JpaExecutor
that provide all required JPA functionality. - jpaQuery(String) - Method in class org.springframework.integration.jpa.dsl.JpaBaseOutboundEndpointSpec
-
Specify a JPA query to perform persistent operation.
- jpaQuery(String) - Method in class org.springframework.integration.jpa.dsl.JpaInboundChannelAdapterSpec
-
Specify a JPA query to perform persistent operation.
- JpaRetrievingOutboundGatewaySpec - Class in org.springframework.integration.jpa.dsl
-
A
JpaBaseOutboundEndpointSpec
extension for theJpaOutboundGateway
withOutboundGatewayType.RETRIEVING
mode. - JpaRetrievingOutboundGatewaySpec(JpaExecutor) - Constructor for class org.springframework.integration.jpa.dsl.JpaRetrievingOutboundGatewaySpec
- JpaUpdatingOutboundEndpointSpec - Class in org.springframework.integration.jpa.dsl
- JpaUpdatingOutboundEndpointSpec(JpaExecutor) - Constructor for class org.springframework.integration.jpa.dsl.JpaUpdatingOutboundEndpointSpec
- JpaUtils - Class in org.springframework.integration.jpa.support
-
This Utility contains a sub-set of utility methods from the Spring Data JPA Project.
- JSON_CONTENT_TYPE - Static variable in class org.springframework.integration.json.ObjectToJsonTransformer
- jsonAvailable() - Static method in class org.springframework.integration.support.json.JsonObjectMapperProvider
-
Returns true if a supported JSON implementation is on the class path.
- JsonHeaders - Class in org.springframework.integration.mapping.support
-
Pre-defined names and prefixes to be used for setting and/or retrieving JSON entries from/to Message Headers and other adapter, e.g.
- JsonInboundMessageMapper - Class in org.springframework.integration.support.json
-
InboundMessageMapper
implementation that maps incoming JSON messages to aMessage
with the specified payload type. - JsonInboundMessageMapper(Class<?>, JsonInboundMessageMapper.JsonMessageParser<?>) - Constructor for class org.springframework.integration.support.json.JsonInboundMessageMapper
- JsonInboundMessageMapper(Type, JsonInboundMessageMapper.JsonMessageParser<?>) - Constructor for class org.springframework.integration.support.json.JsonInboundMessageMapper
- JsonInboundMessageMapper.JsonMessageParser<P> - Interface in org.springframework.integration.support.json
- JsonNodeWrapperToJsonNodeConverter - Class in org.springframework.integration.json
-
The
Converter
implementation for the conversion ofJsonPropertyAccessor.JsonNodeWrapper
toJsonNode
, when theJsonPropertyAccessor.JsonNodeWrapper
can be a result of the expression for JSON in case of theJsonPropertyAccessor
usage. - JsonNodeWrapperToJsonNodeConverter() - Constructor for class org.springframework.integration.json.JsonNodeWrapperToJsonNodeConverter
- JsonObjectMapper<N,
P> - Interface in org.springframework.integration.support.json -
Strategy interface to convert an Object to/from the JSON representation.
- JsonObjectMapperProvider - Class in org.springframework.integration.support.json
-
Simple factory to provide JsonObjectMapper instances based on jackson-databind lib in the classpath.
- JsonOutboundMessageMapper - Class in org.springframework.integration.support.json
-
OutboundMessageMapper
implementation the converts aMessage
to a JSON string representation. - JsonOutboundMessageMapper() - Constructor for class org.springframework.integration.support.json.JsonOutboundMessageMapper
- JsonOutboundMessageMapper(JsonObjectMapper<?, ?>) - Constructor for class org.springframework.integration.support.json.JsonOutboundMessageMapper
- JsonPathUtils - Class in org.springframework.integration.json
-
Utility class to
JsonPathUtils.evaluate(java.lang.Object, java.lang.String, com.jayway.jsonpath.Predicate...)
a jsonPath on the provided object. - JsonPropertyAccessor - Class in org.springframework.integration.json
-
A SpEL
PropertyAccessor
that knows how to read properties from JSON objects. - JsonPropertyAccessor() - Constructor for class org.springframework.integration.json.JsonPropertyAccessor
- JsonToObjectTransformer - Class in org.springframework.integration.json
-
Transformer implementation that converts a JSON string payload into an instance of the provided target Class.
- JsonToObjectTransformer() - Constructor for class org.springframework.integration.json.JsonToObjectTransformer
- JsonToObjectTransformer(Class<?>) - Constructor for class org.springframework.integration.json.JsonToObjectTransformer
- JsonToObjectTransformer(Class<?>, JsonObjectMapper<?, ?>) - Constructor for class org.springframework.integration.json.JsonToObjectTransformer
- JsonToObjectTransformer(ResolvableType) - Constructor for class org.springframework.integration.json.JsonToObjectTransformer
-
Construct an instance based on the provided
ResolvableType
. - JsonToObjectTransformer(ResolvableType, JsonObjectMapper<?, ?>) - Constructor for class org.springframework.integration.json.JsonToObjectTransformer
-
Construct an instance based on the provided
ResolvableType
andJsonObjectMapper
. - JsonToObjectTransformer(JsonObjectMapper<?, ?>) - Constructor for class org.springframework.integration.json.JsonToObjectTransformer
- JsonToObjectTransformerParser - Class in org.springframework.integration.config.xml
- JsonToObjectTransformerParser() - Constructor for class org.springframework.integration.config.xml.JsonToObjectTransformerParser
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form