Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
J
- Jackson2JsonMessageParser - Class in org.springframework.integration.support.json
- 
JsonInboundMessageMapper.JsonMessageParserimplementation that parses JSON messages and builds aMessagewith 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 MailAuthenticator.
- javaMailProperties(Consumer<PropertiesBuilder>) - Method in class org.springframework.integration.mail.dsl.ImapIdleChannelAdapterSpec
- 
Configure thejavaMailPropertiesby invoking aConsumercallback which is invoked with aPropertiesBuilder.
- javaMailProperties(Consumer<PropertiesBuilder>) - Method in class org.springframework.integration.mail.dsl.MailInboundChannelAdapterSpec
- 
Configure thejavaMailPropertiesby invoking aConsumercallback which is invoked with aPropertiesBuilder.
- javaMailProperties(Consumer<PropertiesBuilder>) - Method in class org.springframework.integration.mail.dsl.MailSendingMessageHandlerSpec
- 
Set aConsumerthat 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 ofBasicMessageGroupStoreusing 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 aMessageStorewith all mandatory properties.
- JdbcLockRegistry - Class in org.springframework.integration.jdbc.lock
- 
AnExpirableLockRegistryusing 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 providedLockRepository.
- 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 takingDataSourcefrom 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 takingJdbcOperationsinstance 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 ofMessageStoreusing a relational database via JDBC.
- JdbcMessageStore(DataSource) - Constructor for class org.springframework.integration.jdbc.store.JdbcMessageStore
- 
Create aMessageStorewith all mandatory properties.
- JdbcMessageStore(JdbcOperations) - Constructor for class org.springframework.integration.jdbc.store.JdbcMessageStore
- 
Create aMessageStorewith all mandatory properties.
- JdbcMessageStoreParser - Class in org.springframework.integration.jdbc.config
- 
Parser forJdbcMessageStore.
- JdbcMessageStoreParser() - Constructor for class org.springframework.integration.jdbc.config.JdbcMessageStoreParser
- JdbcMetadataStore - Class in org.springframework.integration.jdbc.metadata
- 
Implementation ofConcurrentMetadataStoreusing a relational database via JDBC.
- JdbcMetadataStore(DataSource) - Constructor for class org.springframework.integration.jdbc.metadata.JdbcMetadataStore
- 
Instantiate aJdbcMetadataStoreusing provided dataSourceDataSource.
- JdbcMetadataStore(JdbcOperations) - Constructor for class org.springframework.integration.jdbc.metadata.JdbcMetadataStore
- 
Instantiate aJdbcMetadataStoreusing 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 providedDataSourceand update SQL.
- JdbcOutboundGateway(DataSource, String, String) - Constructor for class org.springframework.integration.jdbc.JdbcOutboundGateway
- 
Construct an instance based on the providedDataSource, select and update SQLs.
- JdbcOutboundGateway(JdbcOperations, String) - Constructor for class org.springframework.integration.jdbc.JdbcOutboundGateway
- 
Construct an instance based on the providedJdbcOperationsand update SQL.
- JdbcOutboundGateway(JdbcOperations, String, String) - Constructor for class org.springframework.integration.jdbc.JdbcOutboundGateway
- 
Construct an instance based on the providedJdbcOperations, 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 takingDataSourcefrom 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 takingJdbcOperationsinstance to use for query execution and the select query to execute to retrieve new rows.
- JdbcPollingChannelAdapterParser - Class in org.springframework.integration.jdbc.config
- 
Parser forJdbcPollingChannelAdapter.
- 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 aroundTypes.
- JdkIdGenerator() - Constructor for class org.springframework.integration.support.IdGenerators.JdkIdGenerator
- Jms - Class in org.springframework.integration.jms.dsl
- 
Factory class for JMS components.
- JMS_RAW_MESSAGE - Static variable in class org.springframework.integration.jms.support.JmsMessageHeaderErrorMessageStrategy
- 
Header name/retry context variable for the raw received message.
- 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
- 
ADefaultMessageListenerContainerspecificJmsListenerContainerSpecextension.
- JmsDefaultListenerContainerSpec() - Constructor for class org.springframework.integration.jms.dsl.JmsDefaultListenerContainerSpec
- JmsDestinationAccessorSpec<S,A> - Class in org.springframework.integration.jms.dsl
- 
A baseIntegrationComponentSpecforJmsDestinationAccessors.
- 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> - 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
- 
AJmsTemplate-basedJmsInboundChannelAdapterSpecextension.
- JmsInboundChannelSpecTemplateAware(ConnectionFactory) - Constructor for class org.springframework.integration.jms.dsl.JmsInboundChannelAdapterSpec.JmsInboundChannelSpecTemplateAware
- JmsInboundGateway - Class in org.springframework.integration.jms
- 
A wrapper around theJmsMessageDrivenEndpointimplementingMessagingGatewaySupport.
- 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> - Class in org.springframework.integration.jms.dsl
- 
AMessagingGatewaySpecfor aJmsInboundGateway.
- JmsInboundGatewaySpec(AbstractMessageListenerContainer) - Constructor for class org.springframework.integration.jms.dsl.JmsInboundGatewaySpec
- JmsInboundGatewaySpec.JmsInboundGatewayListenerContainerSpec<S,C> - Class in org.springframework.integration.jms.dsl
- 
AnAbstractMessageListenerContainer-basedJmsInboundGatewaySpecextension.
- JmsListenerContainerSpec<S,C> - Class in org.springframework.integration.jms.dsl
- JmsListenerContainerSpec(Class<C>) - Constructor for class org.springframework.integration.jms.dsl.JmsListenerContainerSpec
- JmsMessageChannelSpec<S,T> - Class in org.springframework.integration.jms.dsl
- 
AJmsMessageChannelSpecfor subscribableAbstractJmsChannels.
- 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 theMessageConverterused 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> - Class in org.springframework.integration.jms.dsl
- JmsMessageDrivenChannelAdapterSpec(AbstractMessageListenerContainer) - Constructor for class org.springframework.integration.jms.dsl.JmsMessageDrivenChannelAdapterSpec
- JmsMessageDrivenChannelAdapterSpec.JmsMessageDrivenChannelAdapterListenerContainerSpec<S,C> - 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
- JmsMessageHeaderErrorMessageStrategy - Class in org.springframework.integration.jms.support
- 
AnErrorMessageStrategyextension that adds the raw JMS message as a header to theErrorMessage.
- JmsMessageHeaderErrorMessageStrategy() - Constructor for class org.springframework.integration.jms.support.JmsMessageHeaderErrorMessageStrategy
- 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> - 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
- 
AJmsTemplate-basedJmsOutboundChannelAdapterSpecextension.
- 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
- 
AMessageHandlerSpecfor aJmsOutboundGateway.
- JmsOutboundGatewaySpec(ConnectionFactory) - Constructor for class org.springframework.integration.jms.dsl.JmsOutboundGatewaySpec
- JmsOutboundGatewaySpec.ReplyContainerSpec - Class in org.springframework.integration.jms.dsl
- JmsPollableMessageChannelSpec<S,T> - Class in org.springframework.integration.jms.dsl
- 
AMessageChannelSpecfor 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
- 
AJmsMessageChannelSpecfor aSubscribableJmsChannelconfigured 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 Class in org.springframework.integration.jms
- 
A timeout occurred within an async gateway.
- JmsTimeoutException(String) - Constructor for exception class 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 infrastructurebeanFactoryinitializer.
- 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> - Class in org.springframework.integration.jpa.dsl
- 
The baseMessageHandlerSpecfor 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 anEntityManagerdirectly.
- JpaExecutor(EntityManagerFactory) - Constructor for class org.springframework.integration.jpa.core.JpaExecutor
- 
Constructor taking anEntityManagerFactoryfrom which theEntityManagercan be obtained.
- JpaExecutor(JpaOperations) - Constructor for class org.springframework.integration.jpa.core.JpaExecutor
- 
If custom behavior is required a custom implementation ofJpaOperationscan 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 Class in org.springframework.integration.jpa.core
- 
An Exception that would be thrown if any of the Operations fromJpaOperationsfails.
- JpaOperationFailedException(String, String) - Constructor for exception class 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 selectedOutboundGatewayType, 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 anJpaExecutorthat wraps all JPA Operations.
- JpaOutboundGatewayFactoryBean - Class in org.springframework.integration.jpa.outbound
- 
TheJpaOutboundGatewayFactoryBeancreates 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 respectiveBeanDefinitions.
- 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 aJpaExecutorthat 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
- 
AJpaBaseOutboundEndpointSpecextension for theJpaOutboundGatewaywithOutboundGatewayType.RETRIEVINGmode.
- 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
- 
InboundMessageMapperimplementation that maps incoming JSON messages to aMessagewith 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
- JsonIndexAccessor - Class in org.springframework.integration.json
- 
A SpELIndexAccessorthat knows how to read indexes from JSON arrays, using Jackson'sArrayNodeAPI.
- JsonIndexAccessor() - Constructor for class org.springframework.integration.json.JsonIndexAccessor
- JsonNodeWrapperToJsonNodeConverter - Class in org.springframework.integration.json
- 
TheConverterimplementation for the conversion ofJsonPropertyAccessor.JsonNodeWrappertoJsonNode, when theJsonPropertyAccessor.JsonNodeWrappercan be a result of the expression for JSON in case of theJsonPropertyAccessorusage.
- 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
- 
OutboundMessageMapperimplementation the converts aMessageto 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 toJsonPathUtils.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 SpELPropertyAccessorthat 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 providedResolvableType.
- JsonToObjectTransformer(ResolvableType, JsonObjectMapper<?, ?>) - Constructor for class org.springframework.integration.json.JsonToObjectTransformer
- 
Construct an instance based on the providedResolvableTypeandJsonObjectMapper.
- 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