All Classes and Interfaces

Class
Description
A base AbstractMessageChannel implementation for JMS-backed message channels.
JMS MessageListener that converts a JMS Message into a Spring Integration Message and sends that Message to a channel.
Default implementation of JmsHeaderMapper.
A JmsTemplate implementation used by JmsSendingMessageHandler for propagating QoS properties from the request message into the underlying producer.send(message, getDeliveryMode(), getPriority(), getTimeToLive()) API.
Factory class for JMS components.
 
An AbstractFactoryBean implementation for creating AbstractJmsChannel instances.
Parser for the 'channel' and 'publish-subscribe-channel' elements of the Spring Integration JMS namespace.
A DefaultMessageListenerContainer specific JmsListenerContainerSpec extension.
JmsDestinationAccessorSpec<S extends JmsDestinationAccessorSpec<S,A>,A extends org.springframework.jms.support.destination.JmsDestinationAccessor>
A base IntegrationComponentSpec for JmsDestinationAccessors.
A source for receiving JMS Messages with a polling listener.
Header enricher for JMS specific values.
Strategy interface for mapping integration Message headers to an outbound JMS Message (e.g.
Parser for the <inbound-channel-adapter/> element of the 'jms' namespace.
A MessageSourceSpec for a JmsDestinationPollingSource.
A JmsTemplate-based JmsInboundChannelAdapterSpec extension.
A wrapper around the JmsMessageDrivenEndpoint implementing MessagingGatewaySupport.
A MessagingGatewaySpec for a JmsInboundGateway.
JmsInboundGatewaySpec.JmsInboundGatewayListenerContainerSpec<S extends JmsListenerContainerSpec<S,C>,C extends org.springframework.jms.listener.AbstractMessageListenerContainer>
An AbstractMessageListenerContainer-based JmsInboundGatewaySpec extension.
JmsListenerContainerSpec<S extends JmsListenerContainerSpec<S,C>,C extends org.springframework.jms.listener.AbstractMessageListenerContainer>
A MessageProducerSpec for JmsMessageDrivenEndpoints.
JmsMessageDrivenChannelAdapterSpec.JmsMessageDrivenChannelAdapterListenerContainerSpec<S extends JmsListenerContainerSpec<S,C>,C extends org.springframework.jms.listener.AbstractMessageListenerContainer>
 
A message-driven endpoint that receive JMS messages, converts them into Spring Integration Messages, and then sends the result to a channel.
Parser for the <message-driven-channel-adapter> element and the <inbound-gateway> element of the 'jms' namespace.
An ErrorMessageStrategy extension that adds the raw JMS message as a header to the ErrorMessage.
Namespace handler for Spring Integration's jms namespace.
Parser for the <outbound-channel-adapter/> element of the jms namespace.
A MessageHandlerSpec for a JmsSendingMessageHandler.
A JmsTemplate-based JmsOutboundChannelAdapterSpec extension.
An outbound Messaging Gateway for request/reply JMS.
 
Parser for the <outbound-gateway> element of the integration 'jms' namespace.
A MessageHandlerSpec for a JmsOutboundGateway.
A MessageChannelSpec for an AbstractJmsChannel.
A JmsMessageChannelSpec for a SubscribableJmsChannel configured with a topic.
A MessageConsumer that sends the converted Message payload within a JMS Message.
A timeout occurred within an async gateway.
A JMS-backed channel from which messages can be received through polling.
An AbstractJmsChannel implementation for message-driven subscriptions.