A B C D F G H I J L M O P R S T U

A

AbstractJmsChannel - Class in org.springframework.integration.jms
 
AbstractJmsChannel(JmsTemplate) - Constructor for class org.springframework.integration.jms.AbstractJmsChannel
 
afterPropertiesSet() - Method in class org.springframework.integration.jms.ChannelPublishingJmsMessageListener
 
afterShutdown() - Method in class org.springframework.integration.jms.JmsMessageDrivenEndpoint
 

B

beforeShutdown() - Method in class org.springframework.integration.jms.JmsMessageDrivenEndpoint
 
buildBeanDefinition(Element, ParserContext) - Method in class org.springframework.integration.jms.config.JmsChannelParser
 

C

ChannelPublishingJmsMessageListener - Class in org.springframework.integration.jms
JMS MessageListener that converts a JMS Message into a Spring Integration Message and sends that Message to a channel.
ChannelPublishingJmsMessageListener() - Constructor for class org.springframework.integration.jms.ChannelPublishingJmsMessageListener
 
CONTENT_TYPE_PROPERTY - Static variable in interface org.springframework.integration.jms.JmsHeaderMapper
 
CORRELATION_ID - Static variable in class org.springframework.integration.jms.JmsHeaders
 
createConnection() - Method in class org.springframework.integration.jms.JmsOutboundGateway
Create a new JMS Connection for this JMS gateway.
createInstance() - Method in class org.springframework.integration.jms.config.JmsChannelFactoryBean
 
createSession(Connection) - Method in class org.springframework.integration.jms.JmsOutboundGateway
Create a new JMS Session using the provided Connection.

D

DefaultJmsHeaderMapper - Class in org.springframework.integration.jms
Default implementation of JmsHeaderMapper.
DefaultJmsHeaderMapper() - Constructor for class org.springframework.integration.jms.DefaultJmsHeaderMapper
 
destroy() - Method in class org.springframework.integration.jms.JmsMessageDrivenEndpoint
 
destroy() - Method in class org.springframework.integration.jms.SubscribableJmsChannel
 
destroyInstance(AbstractJmsChannel) - Method in class org.springframework.integration.jms.config.JmsChannelFactoryBean
 
doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.integration.jms.config.JmsMessageDrivenEndpointParser
 
doSend(Message<?>, long) - Method in class org.springframework.integration.jms.AbstractJmsChannel
 
doStart() - Method in class org.springframework.integration.jms.JmsMessageDrivenEndpoint
 
doStop() - Method in class org.springframework.integration.jms.JmsMessageDrivenEndpoint
 
DynamicJmsTemplate - Class in org.springframework.integration.jms
 
DynamicJmsTemplate() - Constructor for class org.springframework.integration.jms.DynamicJmsTemplate
 

F

fromHeaders(MessageHeaders, Message) - Method in class org.springframework.integration.jms.DefaultJmsHeaderMapper
 

G

getBeanClassName(Element) - Method in class org.springframework.integration.jms.config.JmsMessageDrivenEndpointParser
 
getCacheLevel() - Method in class org.springframework.integration.jms.JmsOutboundGateway.ReplyContainerProperties
 
getComponentName() - Method in class org.springframework.integration.jms.ChannelPublishingJmsMessageListener
 
getComponentType() - Method in class org.springframework.integration.jms.ChannelPublishingJmsMessageListener
 
getComponentType() - Method in class org.springframework.integration.jms.JmsDestinationPollingSource
 
getComponentType() - Method in class org.springframework.integration.jms.JmsMessageDrivenEndpoint
 
getComponentType() - Method in class org.springframework.integration.jms.JmsOutboundGateway
 
getComponentType() - Method in class org.springframework.integration.jms.JmsSendingMessageHandler
 
getConcurrentConsumers() - Method in class org.springframework.integration.jms.JmsOutboundGateway.ReplyContainerProperties
 
getIdleConsumerLimit() - Method in class org.springframework.integration.jms.JmsOutboundGateway.ReplyContainerProperties
 
getIdleTaskExecutionLimit() - Method in class org.springframework.integration.jms.JmsOutboundGateway.ReplyContainerProperties
 
getInputChannelAttributeName() - Method in class org.springframework.integration.jms.config.JmsOutboundGatewayParser
 
getMaxConcurrentConsumers() - Method in class org.springframework.integration.jms.JmsOutboundGateway.ReplyContainerProperties
 
getMaxMessagesPerTask() - Method in class org.springframework.integration.jms.JmsOutboundGateway.ReplyContainerProperties
 
getObjectType() - Method in class org.springframework.integration.jms.config.JmsChannelFactoryBean
 
getPhase() - Method in class org.springframework.integration.jms.config.JmsChannelFactoryBean
 
getPhase() - Method in class org.springframework.integration.jms.JmsOutboundGateway
 
getPhase() - Method in class org.springframework.integration.jms.SubscribableJmsChannel
 
getPriority() - Method in class org.springframework.integration.jms.DynamicJmsTemplate
 
getReceiveTimeout() - Method in class org.springframework.integration.jms.DynamicJmsTemplate
 
getReceiveTimeout() - Method in class org.springframework.integration.jms.JmsOutboundGateway.ReplyContainerProperties
 
getRecoveryInterval() - Method in class org.springframework.integration.jms.JmsOutboundGateway.ReplyContainerProperties
 
getSessionAcknowledgeMode() - Method in class org.springframework.integration.jms.JmsOutboundGateway.ReplyContainerProperties
 
getTaskExecutor() - Method in class org.springframework.integration.jms.JmsOutboundGateway.ReplyContainerProperties
 

H

handleMessageInternal(Message<?>) - Method in class org.springframework.integration.jms.JmsSendingMessageHandler
 
handleRequestMessage(Message<?>) - Method in class org.springframework.integration.jms.JmsOutboundGateway
 

I

init() - Method in class org.springframework.integration.jms.config.JmsNamespaceHandler
 
isAutoStartup() - Method in class org.springframework.integration.jms.config.JmsChannelFactoryBean
 
isAutoStartup() - Method in class org.springframework.integration.jms.JmsOutboundGateway
 
isAutoStartup() - Method in class org.springframework.integration.jms.SubscribableJmsChannel
 
isRunning() - Method in class org.springframework.integration.jms.config.JmsChannelFactoryBean
 
isRunning() - Method in class org.springframework.integration.jms.JmsOutboundGateway
 
isRunning() - Method in class org.springframework.integration.jms.SubscribableJmsChannel
 
isSessionTransacted() - Method in class org.springframework.integration.jms.JmsOutboundGateway.ReplyContainerProperties
 

J

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
 
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 - Interface in org.springframework.integration.jms
Strategy interface for mapping integration Message headers to an outbound JMS Message (e.g.
JmsHeaders - Class in org.springframework.integration.jms
Pre-defined names and prefixes to be used for setting and/or retrieving JMS attributes from/to integration Message Headers.
JmsHeaders() - Constructor for class org.springframework.integration.jms.JmsHeaders
 
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
 
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
 
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
 
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
 
JmsOutboundGateway.ReplyContainerProperties() - Constructor for class org.springframework.integration.jms.JmsOutboundGateway.ReplyContainerProperties
 
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
 
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
 

L

logger - Variable in class org.springframework.integration.jms.ChannelPublishingJmsMessageListener
 

M

MESSAGE_ID - Static variable in class org.springframework.integration.jms.JmsHeaders
 

O

onInit() - Method in class org.springframework.integration.jms.JmsMessageDrivenEndpoint
 
onInit() - Method in class org.springframework.integration.jms.JmsOutboundGateway
 
onInit() - Method in class org.springframework.integration.jms.JmsSendingMessageHandler
 
onInit() - Method in class org.springframework.integration.jms.SubscribableJmsChannel
 
onMessage(Message, Session) - Method in class org.springframework.integration.jms.ChannelPublishingJmsMessageListener
 
onMessage(Message) - Method in class org.springframework.integration.jms.JmsOutboundGateway
 
org.springframework.integration.jms - package org.springframework.integration.jms
Base package for JMS Support.
org.springframework.integration.jms.config - package org.springframework.integration.jms.config
Provides classes for configuration - parsers, namespace handlers, factory beans.

P

parseConsumer(Element, ParserContext) - Method in class org.springframework.integration.jms.config.JmsOutboundChannelAdapterParser
 
parseHandler(Element, ParserContext) - Method in class org.springframework.integration.jms.config.JmsOutboundGatewayParser
 
parseSource(Element, ParserContext) - Method in class org.springframework.integration.jms.config.JmsInboundChannelAdapterParser
 
PollableJmsChannel - Class in org.springframework.integration.jms
 
PollableJmsChannel(JmsTemplate) - Constructor for class org.springframework.integration.jms.PollableJmsChannel
 
PREFIX - Static variable in class org.springframework.integration.jms.JmsHeaders
Prefix used for JMS API related headers in order to distinguish from user-defined headers and other internal headers (e.g.

R

receive() - Method in class org.springframework.integration.jms.JmsDestinationPollingSource
Will receive a JMS Message converting and returning it as a Spring Integration Message.
receive() - Method in class org.springframework.integration.jms.PollableJmsChannel
 
receive(long) - Method in class org.springframework.integration.jms.PollableJmsChannel
 
REDELIVERED - Static variable in class org.springframework.integration.jms.JmsHeaders
 
REPLY_TO - Static variable in class org.springframework.integration.jms.JmsHeaders
 

S

setAcceptMessagesWhileStopping(boolean) - Method in class org.springframework.integration.jms.config.JmsChannelFactoryBean
 
setAutoStartup(boolean) - Method in class org.springframework.integration.jms.config.JmsChannelFactoryBean
 
setAutoStartup(boolean) - Method in class org.springframework.integration.jms.JmsOutboundGateway
 
setBeanName(String) - Method in class org.springframework.integration.jms.config.JmsChannelFactoryBean
 
setCacheLevel(Integer) - Method in class org.springframework.integration.jms.JmsOutboundGateway.ReplyContainerProperties
 
setCacheLevelName(String) - Method in class org.springframework.integration.jms.config.JmsChannelFactoryBean
 
setClientId(String) - Method in class org.springframework.integration.jms.config.JmsChannelFactoryBean
 
setComponentName(String) - Method in class org.springframework.integration.jms.ChannelPublishingJmsMessageListener
 
setConcurrency(String) - Method in class org.springframework.integration.jms.config.JmsChannelFactoryBean
 
setConcurrentConsumers(int) - Method in class org.springframework.integration.jms.config.JmsChannelFactoryBean
 
setConcurrentConsumers(Integer) - Method in class org.springframework.integration.jms.JmsOutboundGateway.ReplyContainerProperties
 
setConnectionFactory(ConnectionFactory) - Method in class org.springframework.integration.jms.config.JmsChannelFactoryBean
 
setConnectionFactory(ConnectionFactory) - Method in class org.springframework.integration.jms.JmsOutboundGateway
Set the JMS ConnectionFactory that this gateway should use.
setContainerType(Class<? extends AbstractMessageListenerContainer>) - Method in class org.springframework.integration.jms.config.JmsChannelFactoryBean
 
setCorrelationKey(String) - Method in class org.springframework.integration.jms.ChannelPublishingJmsMessageListener
Provide the name of a JMS property that should be copied from the request Message to the reply Message.
setCorrelationKey(String) - Method in class org.springframework.integration.jms.JmsOutboundGateway
Provide the name of a JMS property that should hold a generated UUID that the receiver of the JMS Message would expect to represent the CorrelationID.
setDefaultReplyDestination(Destination) - Method in class org.springframework.integration.jms.ChannelPublishingJmsMessageListener
Set the default reply destination to send reply messages to.
setDefaultReplyQueueName(String) - Method in class org.springframework.integration.jms.ChannelPublishingJmsMessageListener
Set the name of the default reply queue to send reply messages to.
setDefaultReplyTopicName(String) - Method in class org.springframework.integration.jms.ChannelPublishingJmsMessageListener
Set the name of the default reply topic to send reply messages to.
setDeliveryMode(int) - Method in class org.springframework.integration.jms.JmsOutboundGateway
Specify the JMS DeliveryMode to use when sending request Messages.
setDeliveryPersistent(boolean) - Method in class org.springframework.integration.jms.config.JmsChannelFactoryBean
 
setDeliveryPersistent(boolean) - Method in class org.springframework.integration.jms.JmsOutboundGateway
Set whether message delivery should be persistent or non-persistent, specified as a boolean value ("true" or "false").
setDestination(Destination) - Method in class org.springframework.integration.jms.config.JmsChannelFactoryBean
 
setDestination(Destination) - Method in class org.springframework.integration.jms.JmsDestinationPollingSource
 
setDestination(Destination) - Method in class org.springframework.integration.jms.JmsSendingMessageHandler
 
setDestinationExpression(Expression) - Method in class org.springframework.integration.jms.JmsSendingMessageHandler
 
setDestinationName(String) - Method in class org.springframework.integration.jms.config.JmsChannelFactoryBean
 
setDestinationName(String) - Method in class org.springframework.integration.jms.JmsDestinationPollingSource
 
setDestinationName(String) - Method in class org.springframework.integration.jms.JmsSendingMessageHandler
 
setDestinationResolver(DestinationResolver) - Method in class org.springframework.integration.jms.ChannelPublishingJmsMessageListener
Set the DestinationResolver that should be used to resolve reply destination names for this listener.
setDestinationResolver(DestinationResolver) - Method in class org.springframework.integration.jms.config.JmsChannelFactoryBean
 
setDestinationResolver(DestinationResolver) - Method in class org.springframework.integration.jms.JmsOutboundGateway
Provide the DestinationResolver to use when resolving either a 'requestDestinationName' or 'replyDestinationName' value.
setDurableSubscriptionName(String) - Method in class org.springframework.integration.jms.config.JmsChannelFactoryBean
 
setErrorChannel(MessageChannel) - Method in class org.springframework.integration.jms.ChannelPublishingJmsMessageListener
 
setErrorHandler(ErrorHandler) - Method in class org.springframework.integration.jms.config.JmsChannelFactoryBean
 
setExceptionListener(ExceptionListener) - Method in class org.springframework.integration.jms.config.JmsChannelFactoryBean
 
setExpectReply(boolean) - Method in class org.springframework.integration.jms.ChannelPublishingJmsMessageListener
Specify whether a JMS reply Message is expected.
setExplicitQosEnabled(boolean) - Method in class org.springframework.integration.jms.config.JmsChannelFactoryBean
 
setExplicitQosEnabled(boolean) - Method in class org.springframework.integration.jms.JmsOutboundGateway
Specify whether explicit QoS settings are enabled (deliveryMode, priority, and timeToLive).
setExplicitQosEnabledForReplies(boolean) - Method in class org.springframework.integration.jms.ChannelPublishingJmsMessageListener
Specify whether explicit QoS should be enabled for replies (for timeToLive, priority, and deliveryMode settings).
setExposeListenerSession(boolean) - Method in class org.springframework.integration.jms.config.JmsChannelFactoryBean
 
setExtractPayload(boolean) - Method in class org.springframework.integration.jms.JmsSendingMessageHandler
Specify whether the payload should be extracted from each integration Message to be used as the JMS Message body.
setExtractReplyPayload(boolean) - Method in class org.springframework.integration.jms.ChannelPublishingJmsMessageListener
Specify whether the Spring Integration reply Message's payload should be extracted prior to converting into a JMS Message.
setExtractReplyPayload(boolean) - Method in class org.springframework.integration.jms.JmsOutboundGateway
This property describes what to do with a JMS reply Message.
setExtractRequestPayload(boolean) - Method in class org.springframework.integration.jms.ChannelPublishingJmsMessageListener
Specify whether the JMS request Message's body should be extracted prior to converting into a Spring Integration Message.
setExtractRequestPayload(boolean) - Method in class org.springframework.integration.jms.JmsOutboundGateway
This property describes how a JMS Message should be generated from the Spring Integration Message.
setHeaderMapper(JmsHeaderMapper) - Method in class org.springframework.integration.jms.ChannelPublishingJmsMessageListener
Provide a JmsHeaderMapper implementation to use when converting between JMS Messages and Spring Integration Messages.
setHeaderMapper(JmsHeaderMapper) - Method in class org.springframework.integration.jms.JmsDestinationPollingSource
 
setHeaderMapper(JmsHeaderMapper) - Method in class org.springframework.integration.jms.JmsOutboundGateway
Provide a JmsHeaderMapper implementation for mapping the Spring Integration Message Headers to/from JMS Message properties.
setHeaderMapper(JmsHeaderMapper) - Method in class org.springframework.integration.jms.JmsSendingMessageHandler
 
setIdleConsumerLimit(Integer) - Method in class org.springframework.integration.jms.JmsOutboundGateway.ReplyContainerProperties
 
setIdleTaskExecutionLimit(int) - Method in class org.springframework.integration.jms.config.JmsChannelFactoryBean
 
setIdleTaskExecutionLimit(Integer) - Method in class org.springframework.integration.jms.JmsOutboundGateway.ReplyContainerProperties
 
setInboundPrefix(String) - Method in class org.springframework.integration.jms.DefaultJmsHeaderMapper
Specify a prefix to be appended to the integration message header name for any JMS property that is being mapped into the MessageHeaders.
setInterceptors(List<ChannelInterceptor>) - Method in class org.springframework.integration.jms.config.JmsChannelFactoryBean
 
setMaxConcurrentConsumers(int) - Method in class org.springframework.integration.jms.config.JmsChannelFactoryBean
 
setMaxConcurrentConsumers(Integer) - Method in class org.springframework.integration.jms.JmsOutboundGateway.ReplyContainerProperties
 
setMaxMessagesPerTask(int) - Method in class org.springframework.integration.jms.config.JmsChannelFactoryBean
 
setMaxMessagesPerTask(Integer) - Method in class org.springframework.integration.jms.JmsOutboundGateway.ReplyContainerProperties
 
setMaxSubscribers(int) - Method in class org.springframework.integration.jms.config.JmsChannelFactoryBean
 
setMaxSubscribers(int) - Method in class org.springframework.integration.jms.SubscribableJmsChannel
Specify the maximum number of subscribers supported by the channel's dispatcher.
setMessageConverter(MessageConverter) - Method in class org.springframework.integration.jms.ChannelPublishingJmsMessageListener
Provide a MessageConverter implementation to use when converting between JMS Messages and Spring Integration Messages.
setMessageConverter(MessageConverter) - Method in class org.springframework.integration.jms.config.JmsChannelFactoryBean
 
setMessageConverter(MessageConverter) - Method in class org.springframework.integration.jms.JmsOutboundGateway
Provide a MessageConverter strategy to use for converting the Spring Integration request Message into a JMS Message and for converting the JMS reply Messages back into Spring Integration Messages.
setMessageIdEnabled(boolean) - Method in class org.springframework.integration.jms.config.JmsChannelFactoryBean
 
setMessageSelector(String) - Method in class org.springframework.integration.jms.config.JmsChannelFactoryBean
 
setMessageSelector(String) - Method in class org.springframework.integration.jms.JmsDestinationPollingSource
Specify a JMS Message Selector expression to use when receiving Messages.
setMessageSelector(String) - Method in class org.springframework.integration.jms.PollableJmsChannel
 
setMessageTimestampEnabled(boolean) - Method in class org.springframework.integration.jms.config.JmsChannelFactoryBean
 
setOutboundPrefix(String) - Method in class org.springframework.integration.jms.DefaultJmsHeaderMapper
Specify a prefix to be appended to the JMS property name for any integration message header that is being mapped into the JMS Message.
setPhase(int) - Method in class org.springframework.integration.jms.config.JmsChannelFactoryBean
 
setPriority(int) - Method in class org.springframework.integration.jms.config.JmsChannelFactoryBean
 
setPriority(int) - Method in class org.springframework.integration.jms.JmsOutboundGateway
Specify the JMS priority to use when sending request Messages.
setPubSubDomain(boolean) - Method in class org.springframework.integration.jms.config.JmsChannelFactoryBean
 
setPubSubNoLocal(boolean) - Method in class org.springframework.integration.jms.config.JmsChannelFactoryBean
 
setReceiveTimeout(long) - Method in class org.springframework.integration.jms.config.JmsChannelFactoryBean
 
setReceiveTimeout(Long) - Method in class org.springframework.integration.jms.JmsOutboundGateway.ReplyContainerProperties
 
setReceiveTimeout(long) - Method in class org.springframework.integration.jms.JmsOutboundGateway
Set the max timeout value for the MessageConsumer's receive call when waiting for a reply.
setRecoveryInterval(long) - Method in class org.springframework.integration.jms.config.JmsChannelFactoryBean
 
setRecoveryInterval(Long) - Method in class org.springframework.integration.jms.JmsOutboundGateway.ReplyContainerProperties
 
setReplyChannel(MessageChannel) - Method in class org.springframework.integration.jms.ChannelPublishingJmsMessageListener
 
setReplyChannel(MessageChannel) - Method in class org.springframework.integration.jms.JmsOutboundGateway
Specify the Spring Integration reply channel.
setReplyContainerProperties(JmsOutboundGateway.ReplyContainerProperties) - Method in class org.springframework.integration.jms.JmsOutboundGateway
 
setReplyDeliveryPersistent(boolean) - Method in class org.springframework.integration.jms.ChannelPublishingJmsMessageListener
Specify the delivery mode for JMS reply Messages.
setReplyDestination(Destination) - Method in class org.springframework.integration.jms.JmsOutboundGateway
Set the JMS Destination from which reply Messages should be received.
setReplyDestinationName(String) - Method in class org.springframework.integration.jms.JmsOutboundGateway
Set the name of the JMS Destination from which reply Messages should be received.
setReplyPriority(int) - Method in class org.springframework.integration.jms.ChannelPublishingJmsMessageListener
Specify the priority value for JMS reply Messages.
setReplyPubSubDomain(boolean) - Method in class org.springframework.integration.jms.JmsOutboundGateway
Specify whether the reply destination is a Topic.
setReplyTimeout(long) - Method in class org.springframework.integration.jms.ChannelPublishingJmsMessageListener
 
setReplyTimeToLive(long) - Method in class org.springframework.integration.jms.ChannelPublishingJmsMessageListener
Specify the time-to-live property for JMS reply Messages.
setRequestChannel(MessageChannel) - Method in class org.springframework.integration.jms.ChannelPublishingJmsMessageListener
 
setRequestDestination(Destination) - Method in class org.springframework.integration.jms.JmsOutboundGateway
Set the JMS Destination to which request Messages should be sent.
setRequestDestinationExpression(Expression) - Method in class org.springframework.integration.jms.JmsOutboundGateway
Set the SpEL Expression to be used for determining the request Destination instance or request destination name.
setRequestDestinationName(String) - Method in class org.springframework.integration.jms.JmsOutboundGateway
Set the name of the JMS Destination to which request Messages should be sent.
setRequestPubSubDomain(boolean) - Method in class org.springframework.integration.jms.JmsOutboundGateway
Specify whether the request destination is a Topic.
setRequestTimeout(long) - Method in class org.springframework.integration.jms.ChannelPublishingJmsMessageListener
 
setSessionAcknowledgeMode(int) - Method in class org.springframework.integration.jms.config.JmsChannelFactoryBean
 
setSessionAcknowledgeMode(Integer) - Method in class org.springframework.integration.jms.JmsOutboundGateway.ReplyContainerProperties
 
setSessionTransacted(boolean) - Method in class org.springframework.integration.jms.config.JmsChannelFactoryBean
 
setSessionTransacted(Boolean) - Method in class org.springframework.integration.jms.JmsOutboundGateway.ReplyContainerProperties
 
setShouldTrack(boolean) - Method in class org.springframework.integration.jms.ChannelPublishingJmsMessageListener
 
setSubscriptionDurable(boolean) - Method in class org.springframework.integration.jms.config.JmsChannelFactoryBean
 
setTaskExecutor(Executor) - Method in class org.springframework.integration.jms.config.JmsChannelFactoryBean
 
setTaskExecutor(Executor) - Method in class org.springframework.integration.jms.JmsOutboundGateway.ReplyContainerProperties
 
setTimeToLive(long) - Method in class org.springframework.integration.jms.config.JmsChannelFactoryBean
 
setTimeToLive(long) - Method in class org.springframework.integration.jms.JmsOutboundGateway
Specify the timeToLive for each sent Message.
setTransactionManager(PlatformTransactionManager) - Method in class org.springframework.integration.jms.config.JmsChannelFactoryBean
 
setTransactionName(String) - Method in class org.springframework.integration.jms.config.JmsChannelFactoryBean
 
setTransactionTimeout(int) - Method in class org.springframework.integration.jms.config.JmsChannelFactoryBean
 
setUseReplyContainer(boolean) - Method in class org.springframework.integration.jms.JmsOutboundGateway
 
shouldGenerateId() - Method in class org.springframework.integration.jms.config.JmsInboundChannelAdapterParser
 
shouldGenerateId() - Method in class org.springframework.integration.jms.config.JmsMessageDrivenEndpointParser
 
shouldGenerateIdAsFallback() - Method in class org.springframework.integration.jms.config.JmsInboundChannelAdapterParser
 
shouldGenerateIdAsFallback() - Method in class org.springframework.integration.jms.config.JmsMessageDrivenEndpointParser
 
start() - Method in class org.springframework.integration.jms.ChannelPublishingJmsMessageListener
 
start() - Method in class org.springframework.integration.jms.config.JmsChannelFactoryBean
 
start() - Method in class org.springframework.integration.jms.JmsOutboundGateway
 
start() - Method in class org.springframework.integration.jms.SubscribableJmsChannel
 
stop() - Method in class org.springframework.integration.jms.ChannelPublishingJmsMessageListener
 
stop() - Method in class org.springframework.integration.jms.config.JmsChannelFactoryBean
 
stop(Runnable) - Method in class org.springframework.integration.jms.config.JmsChannelFactoryBean
 
stop() - Method in class org.springframework.integration.jms.JmsOutboundGateway
 
stop(Runnable) - Method in class org.springframework.integration.jms.JmsOutboundGateway
 
stop() - Method in class org.springframework.integration.jms.SubscribableJmsChannel
 
stop(Runnable) - Method in class org.springframework.integration.jms.SubscribableJmsChannel
 
SubscribableJmsChannel - Class in org.springframework.integration.jms
 
SubscribableJmsChannel(AbstractMessageListenerContainer, JmsTemplate) - Constructor for class org.springframework.integration.jms.SubscribableJmsChannel
 
subscribe(MessageHandler) - Method in class org.springframework.integration.jms.SubscribableJmsChannel
 

T

TIMESTAMP - Static variable in class org.springframework.integration.jms.JmsHeaders
 
toHeaders(Message) - Method in class org.springframework.integration.jms.DefaultJmsHeaderMapper
 
TYPE - Static variable in class org.springframework.integration.jms.JmsHeaders
 

U

unsubscribe(MessageHandler) - Method in class org.springframework.integration.jms.SubscribableJmsChannel
 

A B C D F G H I J L M O P R S T U