A B C D E F G H I J K L M N O P Q R S T U V W X

R

rawBuffer - Variable in class org.springframework.integration.ip.tcp.NioSocketReader
 
read(byte[]) - Method in class org.springframework.integration.ip.tcp.NetSocketReader
Reads data from the socket and puts the data in buffer.
readChannel(ByteBuffer) - Method in class org.springframework.integration.ip.tcp.NioSocketReader
Reads from the channel into the buffer.
readChannelNonDeterministic() - Method in class org.springframework.integration.ip.tcp.NioSocketReader
Reads data into the rawBuffer for non-deterministic algorithms.
reader - Variable in class org.springframework.integration.ip.tcp.SimpleTcpNetOutboundGateway
 
receive() - Method in class org.springframework.integration.channel.AbstractPollableChannel
Receive the first available message from this channel.
receive(long) - Method in class org.springframework.integration.channel.AbstractPollableChannel
Receive the first available message from this channel.
receive() - Method in class org.springframework.integration.channel.MessageChannelTemplate
 
receive(PollableChannel) - Method in class org.springframework.integration.channel.MessageChannelTemplate
 
receive() - Method in class org.springframework.integration.channel.NullChannel
 
receive(long) - Method in class org.springframework.integration.channel.NullChannel
 
receive() - Method in interface org.springframework.integration.channel.PollableChannel
Receive a message from this channel, blocking indefinitely if necessary.
receive(long) - Method in interface org.springframework.integration.channel.PollableChannel
Receive a message from this channel, blocking until either a message is available or the specified timeout period elapses.
receive() - Method in class org.springframework.integration.file.FileReadingMessageSource
 
receive() - Method in class org.springframework.integration.gateway.AbstractMessagingGateway
 
receive() - Method in class org.springframework.integration.ip.udp.UnicastReceivingChannelAdapter
 
receive() - Method in class org.springframework.integration.jdbc.JdbcPollingChannelAdapter
Executes the query.
receive() - Method in class org.springframework.integration.jms.JmsDestinationPollingSource
 
receive() - Method in class org.springframework.integration.jmx.AttributePollingMessageSource
Retrieves the attribute value and returns it in the payload of a Message.
receive() - Method in class org.springframework.integration.mail.AbstractMailReceiver
 
receive() - Method in interface org.springframework.integration.mail.MailReceiver
 
receive() - Method in class org.springframework.integration.mail.MailReceivingMessageSource
 
receive() - Method in interface org.springframework.integration.message.MessageSource
Retrieve the next available message from this source.
receive() - Method in class org.springframework.integration.message.MethodInvokingMessageSource
 
receive() - Method in class org.springframework.integration.stream.ByteStreamReadingMessageSource
 
receive() - Method in class org.springframework.integration.stream.CharacterStreamReadingMessageSource
 
receiveBufferSize - Variable in class org.springframework.integration.ip.AbstractInternetProtocolReceivingChannelAdapter
 
receiveBufferSize - Variable in class org.springframework.integration.ip.tcp.SimpleTcpNetInboundGateway
 
RecipientListRouter - Class in org.springframework.integration.router
<recipient-list-router id="simpleRouter" input-channel="routingChannelA"> <recipient channel="channel1"/> <recipient channel="channel2"/> </recipient-list-router>
RecipientListRouter() - Constructor for class org.springframework.integration.router.RecipientListRouter
 
RecipientListRouterParser - Class in org.springframework.integration.config.xml
Parser for the <recipient-list-router/> element.
RecipientListRouterParser() - Constructor for class org.springframework.integration.config.xml.RecipientListRouterParser
 
RecursiveLeafOnlyDirectoryScanner - Class in org.springframework.integration.file
DirectoryScanner that lists all files inside a directory and subdirectories, without limit.
RecursiveLeafOnlyDirectoryScanner() - Constructor for class org.springframework.integration.file.RecursiveLeafOnlyDirectoryScanner
 
REDELIVERED - Static variable in class org.springframework.integration.jms.JmsHeaders
 
REF_ATTRIBUTE - Static variable in class org.springframework.integration.config.xml.AbstractConsumerEndpointParser
 
RegexUtils - Class in org.springframework.integration.ip.util
Regular Expression Utilities.
RegexUtils() - Constructor for class org.springframework.integration.ip.util.RegexUtils
 
registerBeanDefinitionDecorator(String, BeanDefinitionDecorator) - Method in class org.springframework.integration.config.xml.AbstractIntegrationNamespaceHandler
 
registerBeanDefinitionDecoratorForAttribute(String, BeanDefinitionDecorator) - Method in class org.springframework.integration.config.xml.AbstractIntegrationNamespaceHandler
 
registerBeanDefinitionParser(String, BeanDefinitionParser) - Method in class org.springframework.integration.config.xml.AbstractIntegrationNamespaceHandler
 
registerChannel(String, MessageChannel) - Method in class org.springframework.integration.test.util.TestUtils.TestApplicationContext
 
registerEndpoint(String, AbstractEndpoint) - Method in class org.springframework.integration.test.util.TestUtils.TestApplicationContext
 
registerMessageGroupExpiryCallback(MessageGroupCallback) - Method in class org.springframework.integration.store.AbstractMessageGroupStore
 
registerMessageGroupExpiryCallback(MessageGroupCallback) - Method in interface org.springframework.integration.store.MessageGroupStore
Register a callback for when a message group is expired through MessageGroupStore.expireMessageGroups(long).
release() - Method in class org.springframework.integration.util.UpperBound
Releases one lock on the underlying semaphore.
ReleaseStrategy - Interface in org.springframework.integration.aggregator
Strategy for determining when a group of messages reaches a state of completion (i.e.
ReleaseStrategy - Annotation Type in org.springframework.integration.annotation
Indicates that a method is capable of asserting if a list of messages or payload objects is complete.
ReleaseStrategyAdapter - Class in org.springframework.integration.aggregator
Adapter for methods annotated with @ReleaseStrategy and for 'release-strategy' elements that include a 'method' attribute (e.g.
ReleaseStrategyAdapter(Object, Method) - Constructor for class org.springframework.integration.aggregator.ReleaseStrategyAdapter
 
ReleaseStrategyAdapter(Object, String) - Constructor for class org.springframework.integration.aggregator.ReleaseStrategyAdapter
 
REMOTE_PORT - Static variable in class org.springframework.integration.ip.IpHeaders
 
RemotingInboundGatewaySupport - Class in org.springframework.integration.gateway
Support class for inbound Messaging Gateways.
RemotingInboundGatewaySupport() - Constructor for class org.springframework.integration.gateway.RemotingInboundGatewaySupport
 
remove(Object) - Method in class org.springframework.integration.core.MessageHeaders
 
removeHandler(MessageHandler) - Method in class org.springframework.integration.dispatcher.AbstractDispatcher
Remove the handler from the internal handler Set.
removeHandler(MessageHandler) - Method in interface org.springframework.integration.dispatcher.MessageDispatcher
 
removeHeader(String) - Method in class org.springframework.integration.message.MessageBuilder
Remove the value for the given header name.
removeMessage(UUID) - Method in class org.springframework.integration.jdbc.JdbcMessageStore
 
removeMessage(UUID) - Method in interface org.springframework.integration.store.MessageStore
Remove the Message with the given id from the MessageStore, if present, and return it.
removeMessage(UUID) - Method in class org.springframework.integration.store.SimpleMessageStore
 
removeMessageGroup(Object) - Method in class org.springframework.integration.jdbc.JdbcMessageStore
 
removeMessageGroup(Object) - Method in interface org.springframework.integration.store.MessageGroupStore
Remove the message group with this correlation key.
removeMessageGroup(Object) - Method in class org.springframework.integration.store.SimpleMessageStore
 
RendezvousChannel - Class in org.springframework.integration.channel
A zero-capacity version of QueueChannel that delegates to a SynchronousQueue internally.
RendezvousChannel() - Constructor for class org.springframework.integration.channel.RendezvousChannel
 
REPLY_CHANNEL - Static variable in class org.springframework.integration.core.MessageHeaders
 
REPLY_TO - Static variable in class org.springframework.integration.jms.JmsHeaders
 
REPLY_TO - Static variable in class org.springframework.integration.mail.MailHeaders
 
REQUEST_METHOD - Static variable in class org.springframework.integration.http.HttpHeaders
 
REQUEST_URL - Static variable in class org.springframework.integration.http.HttpHeaders
 
RequestReplyExchanger - Interface in org.springframework.integration.gateway
Interface for a request/reply Message exchange.
ResequencerParser - Class in org.springframework.integration.config.xml
Parser for the <resequencer> element.
ResequencerParser() - Constructor for class org.springframework.integration.config.xml.ResequencerParser
 
ResequencingMessageGroupProcessor - Class in org.springframework.integration.aggregator
This class implements all the strategy interfaces needed for a default resequencer.
ResequencingMessageGroupProcessor() - Constructor for class org.springframework.integration.aggregator.ResequencingMessageGroupProcessor
 
resolveChannelName(String) - Method in class org.springframework.integration.channel.BeanFactoryChannelResolver
 
resolveChannelName(String) - Method in interface org.springframework.integration.channel.ChannelResolver
Return the MessageChannel for the given name.
resolveChannelName(String) - Method in class org.springframework.integration.channel.MapBasedChannelResolver
 
resolveHandlerMethod(Message<?>) - Method in interface org.springframework.integration.handler.HandlerMethodResolver
 
resolveHandlerMethod(Message<?>) - Method in class org.springframework.integration.handler.PayloadTypeMatchingHandlerMethodResolver
 
resolveHandlerMethod(Message<?>) - Method in class org.springframework.integration.handler.StaticHandlerMethodResolver
 
resolveId(Element, AbstractBeanDefinition, ParserContext) - Method in class org.springframework.integration.config.xml.AbstractChannelAdapterParser
 
resolveId(Element, AbstractBeanDefinition, ParserContext) - Method in class org.springframework.integration.config.xml.AbstractInboundGatewayParser
 
resolveId(Element, AbstractBeanDefinition, ParserContext) - Method in class org.springframework.integration.config.xml.AbstractOutboundGatewayParser
 
resolveId(Element, AbstractBeanDefinition, ParserContext) - Method in class org.springframework.integration.config.xml.AnnotationConfigParser
 
resolveId(Element, AbstractBeanDefinition, ParserContext) - Method in class org.springframework.integration.config.xml.ApplicationEventMulticasterParser
 
resolveId(Element, AbstractBeanDefinition, ParserContext) - Method in class org.springframework.integration.config.xml.PollerParser
 
resolveId(Element, AbstractBeanDefinition, ParserContext) - Method in class org.springframework.integration.http.config.HttpInboundEndpointParser
 
resolveReplyChannel(Message<?>, MessageChannel) - Method in class org.springframework.integration.handler.AbstractMessageHandler
 
ResponseStatusCodeException - Exception in org.springframework.integration.http
Exception that provides a response status code.
ResponseStatusCodeException(int) - Constructor for exception org.springframework.integration.http.ResponseStatusCodeException
 
restartAckThread() - Method in class org.springframework.integration.ip.udp.UnicastSendingMessageHandler
If exposed as an MBean, can be used to restart the ack thread if a fatal (bind) error occurred, without bouncing the JVM.
ResultFactory - Interface in org.springframework.integration.xml.result
Factory to create a Result possibly taking into account the provided message payload instance.
ResultToDocumentTransformer - Class in org.springframework.integration.xml.transformer
Creates a Document from a Result payload.
ResultToDocumentTransformer(DocumentBuilderFactory) - Constructor for class org.springframework.integration.xml.transformer.ResultToDocumentTransformer
 
ResultToDocumentTransformer() - Constructor for class org.springframework.integration.xml.transformer.ResultToDocumentTransformer
 
ResultToStringTransformer - Class in org.springframework.integration.xml.transformer
Converts the passed Result to an instance of String Supports StringResult and DOMResult
ResultToStringTransformer() - Constructor for class org.springframework.integration.xml.transformer.ResultToStringTransformer
 
ResultTransformer - Interface in org.springframework.integration.xml.transformer
 
returnBuffer(ByteBuffer) - Method in class org.springframework.integration.ip.tcp.NioSocketWriter
 
RmiInboundGateway - Class in org.springframework.integration.rmi
An inbound Messaging Gateway for RMI-based remoting.
RmiInboundGateway() - Constructor for class org.springframework.integration.rmi.RmiInboundGateway
 
RmiInboundGatewayParser - Class in org.springframework.integration.rmi.config
Parser for the <inbound-gateway/> element of the 'rmi' namespace.
RmiInboundGatewayParser() - Constructor for class org.springframework.integration.rmi.config.RmiInboundGatewayParser
 
RmiNamespaceHandler - Class in org.springframework.integration.rmi.config
Namespace handler for Spring Integration's rmi namespace.
RmiNamespaceHandler() - Constructor for class org.springframework.integration.rmi.config.RmiNamespaceHandler
 
RmiOutboundGateway - Class in org.springframework.integration.rmi
An outbound Messaging Gateway for RMI-based remoting.
RmiOutboundGateway(String) - Constructor for class org.springframework.integration.rmi.RmiOutboundGateway
 
RmiOutboundGatewayParser - Class in org.springframework.integration.rmi.config
Parser for the <outbound-gateway/> element of the 'rmi' namespace.
RmiOutboundGatewayParser() - Constructor for class org.springframework.integration.rmi.config.RmiOutboundGatewayParser
 
RoundRobinLoadBalancingStrategy - Class in org.springframework.integration.dispatcher
Round-robin implementation of LoadBalancingStrategy.
RoundRobinLoadBalancingStrategy() - Constructor for class org.springframework.integration.dispatcher.RoundRobinLoadBalancingStrategy
 
Router - Annotation Type in org.springframework.integration.annotation
Indicates that a method is capable of resolving to a channel or channel name based on a message, message header(s), or both.
RouterAnnotationPostProcessor - Class in org.springframework.integration.config.annotation
Post-processor for Methods annotated with @Router.
RouterAnnotationPostProcessor(ListableBeanFactory) - Constructor for class org.springframework.integration.config.annotation.RouterAnnotationPostProcessor
 
RouterFactoryBean - Class in org.springframework.integration.config
Factory bean for creating a Message Router.
RouterFactoryBean() - Constructor for class org.springframework.integration.config.RouterFactoryBean
 
run() - Method in class org.springframework.integration.ip.tcp.AbstractTcpReceivingChannelAdapter
Creates the ThreadPoolTaskScheduler, if necessary, and calls AbstractTcpReceivingChannelAdapter.server().
run() - Method in class org.springframework.integration.ip.udp.UnicastReceivingChannelAdapter
 
run() - Method in class org.springframework.integration.ip.udp.UnicastSendingMessageHandler
Process acknowledgments, if requested.
run() - Method in class org.springframework.integration.store.MessageGroupStoreReaper
Expire all message groups older than the timeout provided.

A B C D E F G H I J K L M N O P Q R S T U V W X