All Classes
| Class | Description |
|---|---|
| AbstractJmsChannel | |
| ChannelPublishingJmsMessageListener |
JMS MessageListener that converts a JMS Message into a Spring Integration
Message and sends that Message to a channel.
|
| DefaultJmsHeaderMapper |
Default implementation of
JmsHeaderMapper. |
| DynamicJmsTemplate | |
| Jms |
Factory class for JMS components.
|
| JmsAdapterUtils | |
| JmsChannelFactoryBean | |
| JmsChannelParser |
Parser for the 'channel' and 'publish-subscribe-channel' elements of the
Spring Integration JMS namespace.
|
| JmsDefaultListenerContainerSpec |
A
DefaultMessageListenerContainer specific JmsListenerContainerSpec extension. |
| JmsDestinationAccessorSpec<S extends JmsDestinationAccessorSpec<S,A>,A extends org.springframework.jms.support.destination.JmsDestinationAccessor> |
A base
IntegrationComponentSpec for JmsDestinationAccessors. |
| JmsDestinationPollingSource |
A source for receiving JMS Messages with a polling listener.
|
| JmsHeaderEnricherParser |
Header enricher for JMS specific values.
|
| JmsHeaderMapper |
Strategy interface for mapping integration Message headers to an outbound
JMS Message (e.g.
|
| JmsInboundChannelAdapterParser |
Parser for the <inbound-channel-adapter/> element of the 'jms' namespace.
|
| JmsInboundChannelAdapterSpec<S extends JmsInboundChannelAdapterSpec<S>> |
A
MessageSourceSpec for a JmsDestinationPollingSource. |
| JmsInboundChannelAdapterSpec.JmsInboundChannelSpecTemplateAware |
A
JmsTemplate-based JmsInboundChannelAdapterSpec extension. |
| JmsInboundGateway |
A wrapper around the
JmsMessageDrivenEndpoint implementing
MessagingGatewaySupport. |
| JmsInboundGatewaySpec<S extends JmsInboundGatewaySpec<S>> |
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> | |
| JmsMessageChannelSpec<S extends JmsMessageChannelSpec<S,T>,T extends AbstractJmsChannel> |
A
JmsMessageChannelSpec for subscribable
AbstractJmsChannels. |
| JmsMessageDrivenChannelAdapterSpec<S extends JmsMessageDrivenChannelAdapterSpec<S>> |
A
MessageProducerSpec for JmsMessageDrivenEndpoints. |
| JmsMessageDrivenChannelAdapterSpec.JmsMessageDrivenChannelAdapterListenerContainerSpec<S extends JmsListenerContainerSpec<S,C>,C extends org.springframework.jms.listener.AbstractMessageListenerContainer> | |
| JmsMessageDrivenEndpoint |
A message-driven endpoint that receive JMS messages, converts them into
Spring Integration Messages, and then sends the result to a channel.
|
| JmsMessageDrivenEndpointParser |
Parser for the <message-driven-channel-adapter> element and the
<inbound-gateway> element of the 'jms' namespace.
|
| JmsNamespaceHandler |
Namespace handler for Spring Integration's jms namespace.
|
| JmsOutboundChannelAdapterParser |
Parser for the <outbound-channel-adapter/> element of the jms namespace.
|
| JmsOutboundChannelAdapterSpec<S extends JmsOutboundChannelAdapterSpec<S>> |
A
MessageHandlerSpec for a JmsSendingMessageHandler. |
| JmsOutboundChannelAdapterSpec.JmsOutboundChannelSpecTemplateAware |
A
JmsTemplate-based JmsOutboundChannelAdapterSpec extension. |
| JmsOutboundGateway |
An outbound Messaging Gateway for request/reply JMS.
|
| JmsOutboundGateway.ReplyContainerProperties | |
| JmsOutboundGatewayParser |
Parser for the <outbound-gateway> element of the integration 'jms' namespace.
|
| JmsOutboundGatewaySpec |
A
MessageHandlerSpec for a JmsOutboundGateway. |
| JmsPollableMessageChannelSpec<S extends JmsPollableMessageChannelSpec<S,T>,T extends AbstractJmsChannel> |
A
MessageChannelSpec for an AbstractJmsChannel. |
| JmsPublishSubscribeMessageChannelSpec |
A
JmsMessageChannelSpec for a SubscribableJmsChannel
configured with a topic. |
| JmsSendingMessageHandler |
A MessageConsumer that sends the converted Message payload within a JMS Message.
|
| JmsTemplateSpec | |
| JmsTimeoutException |
A timeout occurred within an async gateway.
|
| PollableJmsChannel | |
| SubscribableJmsChannel |
An
AbstractJmsChannel implementation for message-driven subscriptions. |