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

A

AbstractAnnotationMethodPostProcessor<T> - Class in org.springframework.integration.config.annotation
Base class for post-processing annotated methods.
AbstractAnnotationMethodPostProcessor(Class<? extends Annotation>, MessageBus, ClassLoader) - Constructor for class org.springframework.integration.config.annotation.AbstractAnnotationMethodPostProcessor
 
AbstractChannelFactory - Class in org.springframework.integration.channel.factory
Base class for ChannelFactory implementations.
AbstractChannelFactory() - Constructor for class org.springframework.integration.channel.factory.AbstractChannelFactory
 
AbstractChannelParser - Class in org.springframework.integration.config
Base class for channel parsers.
AbstractChannelParser() - Constructor for class org.springframework.integration.config.AbstractChannelParser
 
AbstractDirectorySource<T> - Class in org.springframework.integration.adapter.file
Base class for implementing a PollableSource that creates messages from files in a directory, either local or remote.
AbstractDirectorySource(MessageCreator<T, T>) - Constructor for class org.springframework.integration.adapter.file.AbstractDirectorySource
 
AbstractDirectorySourceParser - Class in org.springframework.integration.adapter.file.config
Base class for directory-based sources.
AbstractDirectorySourceParser(boolean) - Constructor for class org.springframework.integration.adapter.file.config.AbstractDirectorySourceParser
 
AbstractDispatcher - Class in org.springframework.integration.dispatcher
Base class for MessageDispatcher implementations.
AbstractDispatcher() - Constructor for class org.springframework.integration.dispatcher.AbstractDispatcher
 
AbstractEndpoint - Class in org.springframework.integration.endpoint
The base class for Message Endpoint implementations.
AbstractEndpoint() - Constructor for class org.springframework.integration.endpoint.AbstractEndpoint
 
AbstractFileMessageCreator<T> - Class in org.springframework.integration.adapter.file
Base class providing common behavior for file-based message creators.
AbstractFileMessageCreator(boolean) - Constructor for class org.springframework.integration.adapter.file.AbstractFileMessageCreator
 
AbstractInterceptorParser - Class in org.springframework.integration.config
A helper class for parsing the sub-elements of an endpoint or channel-adapter's interceptors element.
AbstractInterceptorParser() - Constructor for class org.springframework.integration.config.AbstractInterceptorParser
 
AbstractJmsTemplateBasedAdapter - Class in org.springframework.integration.adapter.jms
Base class for adapters that delegate to a JmsTemplate.
AbstractJmsTemplateBasedAdapter(JmsTemplate) - Constructor for class org.springframework.integration.adapter.jms.AbstractJmsTemplateBasedAdapter
 
AbstractJmsTemplateBasedAdapter(ConnectionFactory, Destination) - Constructor for class org.springframework.integration.adapter.jms.AbstractJmsTemplateBasedAdapter
 
AbstractJmsTemplateBasedAdapter(ConnectionFactory, String) - Constructor for class org.springframework.integration.adapter.jms.AbstractJmsTemplateBasedAdapter
 
AbstractJmsTemplateBasedAdapter() - Constructor for class org.springframework.integration.adapter.jms.AbstractJmsTemplateBasedAdapter
No-arg constructor provided for convenience when configuring with setters.
AbstractMailHeaderGenerator - Class in org.springframework.integration.adapter.mail
Base implementation for MailHeaderGenerators.
AbstractMailHeaderGenerator() - Constructor for class org.springframework.integration.adapter.mail.AbstractMailHeaderGenerator
 
AbstractMailHeaderMapper - Class in org.springframework.integration.adapter.mail
 
AbstractMailHeaderMapper() - Constructor for class org.springframework.integration.adapter.mail.AbstractMailHeaderMapper
 
AbstractMessageBarrier - Class in org.springframework.integration.aggregator
Default implementation for a MessageBarrier.
AbstractMessageBarrier() - Constructor for class org.springframework.integration.aggregator.AbstractMessageBarrier
 
AbstractMessageBarrierHandler - Class in org.springframework.integration.aggregator
Base class for MessageBarrier-based MessageHandlers.
AbstractMessageBarrierHandler(ScheduledExecutorService) - Constructor for class org.springframework.integration.aggregator.AbstractMessageBarrierHandler
 
AbstractMessageBarrierHandler.ReaperTask - Class in org.springframework.integration.aggregator
 
AbstractMessageBarrierHandler.ReaperTask() - Constructor for class org.springframework.integration.aggregator.AbstractMessageBarrierHandler.ReaperTask
 
AbstractMessageChannel - Class in org.springframework.integration.channel
Base class for MessageChannel implementations providing common properties such as the channel name and DispatcherPolicy.
AbstractMessageChannel() - Constructor for class org.springframework.integration.channel.AbstractMessageChannel
 
AbstractMessageChannel.ChannelInterceptorList - Class in org.springframework.integration.channel
A convenience wrapper class for the list of ChannelInterceptors.
AbstractMessageChannel.ChannelInterceptorList() - Constructor for class org.springframework.integration.channel.AbstractMessageChannel.ChannelInterceptorList
 
AbstractMessageEndpointParser - Class in org.springframework.integration.config
Base class parser for elements that create Message Dndpoints.
AbstractMessageEndpointParser() - Constructor for class org.springframework.integration.config.AbstractMessageEndpointParser
 
AbstractMessageHandler - Class in org.springframework.integration.handler
A base class for any MessageHandler that may act as an adapter by invoking a "plain" (not Message-aware) method for a given target object.
AbstractMessageHandler(Object, Method) - Constructor for class org.springframework.integration.handler.AbstractMessageHandler
 
AbstractMessageHandler(Object, String) - Constructor for class org.springframework.integration.handler.AbstractMessageHandler
 
AbstractMessageHandler() - Constructor for class org.springframework.integration.handler.AbstractMessageHandler
 
AbstractMessageHandlerCreator - Class in org.springframework.integration.handler.config
Base class for handler creators that generate a MessageHandler adapter for the provided object and method.
AbstractMessageHandlerCreator() - Constructor for class org.springframework.integration.handler.config.AbstractMessageHandlerCreator
 
AbstractMonitoringStrategy - Class in org.springframework.integration.adapter.mail.monitor
Abstract base class for the MonitoringStrategy interface.
AbstractMonitoringStrategy() - Constructor for class org.springframework.integration.adapter.mail.monitor.AbstractMonitoringStrategy
 
AbstractPayloadTransformerParser - Class in org.springframework.integration.transformer.config
 
AbstractPayloadTransformerParser() - Constructor for class org.springframework.integration.transformer.config.AbstractPayloadTransformerParser
 
AbstractPollableChannel - Class in org.springframework.integration.channel
Base class for all pollable channels.
AbstractPollableChannel() - Constructor for class org.springframework.integration.channel.AbstractPollableChannel
 
AbstractRemotingGateway - Class in org.springframework.integration.adapter
Base class for gateway adapters.
AbstractRemotingGateway(MessageChannel) - Constructor for class org.springframework.integration.adapter.AbstractRemotingGateway
 
AbstractRemotingGatewayParser - Class in org.springframework.integration.adapter.config
Base class for remoting gateway parsers.
AbstractRemotingGatewayParser() - Constructor for class org.springframework.integration.adapter.config.AbstractRemotingGatewayParser
 
AbstractRemotingHandler - Class in org.springframework.integration.adapter
A base class for remoting MessageHandler adapters.
AbstractRemotingHandler(String) - Constructor for class org.springframework.integration.adapter.AbstractRemotingHandler
 
AbstractRemotingHandlerParser - Class in org.springframework.integration.adapter.config
Base class for remoting MessageHandler parsers.
AbstractRemotingHandlerParser() - Constructor for class org.springframework.integration.adapter.config.AbstractRemotingHandlerParser
 
AbstractRequestReplyEndpoint - Class in org.springframework.integration.endpoint
 
AbstractRequestReplyEndpoint() - Constructor for class org.springframework.integration.endpoint.AbstractRequestReplyEndpoint
 
AbstractRoutingMessageHandler - Class in org.springframework.integration.router
Base class for message router implementations.
AbstractRoutingMessageHandler() - Constructor for class org.springframework.integration.router.AbstractRoutingMessageHandler
 
AbstractWebServiceHandler - Class in org.springframework.integration.ws.handler
Base class for Web Service MessageHandler adapters.
AbstractWebServiceHandler(URI, WebServiceMessageFactory) - Constructor for class org.springframework.integration.ws.handler.AbstractWebServiceHandler
 
AbstractWebServiceHandler.TypeCheckingSoapActionCallback - Class in org.springframework.integration.ws.handler
 
AbstractWebServiceHandler.TypeCheckingSoapActionCallback(String) - Constructor for class org.springframework.integration.ws.handler.AbstractWebServiceHandler.TypeCheckingSoapActionCallback
 
AbstractXPathChannelNameResolver - Class in org.springframework.integration.xml.router
 
AbstractXPathChannelNameResolver() - Constructor for class org.springframework.integration.xml.router.AbstractXPathChannelNameResolver
 
accept(File, String) - Method in class org.springframework.integration.adapter.file.RegexPatternFilenameFilter
 
accept(Message<?>) - Method in interface org.springframework.integration.message.selector.MessageSelector
 
accept(Message<?>) - Method in class org.springframework.integration.message.selector.MessageSelectorChain
Pass the message through the selector chain.
accept(Message<?>) - Method in class org.springframework.integration.message.selector.PayloadTypeSelector
 
accept(Message<?>) - Method in class org.springframework.integration.message.selector.UnexpiredMessageSelector
 
acceptedTypes - Variable in class org.springframework.integration.message.selector.PayloadTypeSelector
 
accessDecisionManager - Variable in class org.springframework.integration.security.endpoint.SecurityEndpointInterceptor
 
accessDecisionManger - Variable in class org.springframework.integration.security.channel.SecurityEnforcingChannelInterceptor
 
ACKNOWLEDGE_ATTRIBUTE - Static variable in class org.springframework.integration.adapter.jms.config.JmsAdapterParserUtils
 
ACKNOWLEDGE_AUTO - Static variable in class org.springframework.integration.adapter.jms.config.JmsAdapterParserUtils
 
ACKNOWLEDGE_CLIENT - Static variable in class org.springframework.integration.adapter.jms.config.JmsAdapterParserUtils
 
ACKNOWLEDGE_DUPS_OK - Static variable in class org.springframework.integration.adapter.jms.config.JmsAdapterParserUtils
 
ACKNOWLEDGE_TRANSACTED - Static variable in class org.springframework.integration.adapter.jms.config.JmsAdapterParserUtils
 
activateEndpoint(MessageEndpoint) - Method in class org.springframework.integration.bus.DefaultMessageBus
 
activateEndpoints() - Method in class org.springframework.integration.bus.DefaultMessageBus
 
ADAPTER_PARSER_MAPPINGS_LOCATION - Static variable in class org.springframework.integration.config.IntegrationNamespaceHandler
 
add(MessageBusInterceptor) - Method in class org.springframework.integration.bus.DefaultMessageBus.MessageBusInterceptorsList
 
add(ChannelInterceptor) - Method in class org.springframework.integration.channel.AbstractMessageChannel.ChannelInterceptorList
 
add(MessageHandler) - Method in class org.springframework.integration.handler.MessageHandlerChain
Add a handler to the end of the chain.
add(int, MessageHandler) - Method in class org.springframework.integration.handler.MessageHandlerChain
Add a handler to the chain at the specified index.
add(MessageSelector) - Method in class org.springframework.integration.message.selector.MessageSelectorChain
Add a selector to the end of the chain.
add(int, MessageSelector) - Method in class org.springframework.integration.message.selector.MessageSelectorChain
Add a selector to the chain at the specified index.
addAndRelease(Message<?>) - Method in class org.springframework.integration.aggregator.AbstractMessageBarrier
Adds a message to the aggregation group and releases if available.
addAndRelease(Message<?>) - Method in interface org.springframework.integration.aggregator.MessageBarrier
 
addDrink(Drink) - Method in class org.springframework.integration.samples.cafe.DrinkOrder
 
addInterceptor(MessageBusInterceptor) - Method in class org.springframework.integration.bus.DefaultMessageBus
 
addInterceptor(ChannelInterceptor) - Method in class org.springframework.integration.channel.AbstractMessageChannel
Add a channel interceptor to the end of the list.
addInterceptor(EndpointInterceptor) - Method in class org.springframework.integration.endpoint.DefaultEndpoint
 
addLast(Message[]) - Method in class org.springframework.integration.adapter.mail.monitor.DefaultLocalMailMessageStore
 
addLast(Message[]) - Method in interface org.springframework.integration.adapter.mail.monitor.LocalMailMessageStore
 
addMessage(Message<?>) - Method in class org.springframework.integration.aggregator.AbstractMessageBarrier
 
addMessage(Message<?>) - Method in class org.springframework.integration.aggregator.ResequencingMessageBarrier
 
addPostProcessors(ParserContext) - Method in class org.springframework.integration.config.MessageBusParser
Adds extra post-processors to the context, to inject the objects configured by the MessageBus
advice - Variable in class org.springframework.integration.aop.PublisherAnnotationAdvisor
 
advisor - Variable in class org.springframework.integration.config.annotation.PublisherAnnotationPostProcessor
 
afterPropertiesSet() - Method in class org.springframework.integration.adapter.httpinvoker.HttpInvokerGateway
 
afterPropertiesSet() - Method in class org.springframework.integration.adapter.jms.AbstractJmsTemplateBasedAdapter
 
afterPropertiesSet() - Method in class org.springframework.integration.adapter.mail.DefaultFolderConnection
 
afterPropertiesSet() - Method in class org.springframework.integration.adapter.mail.MailTarget
 
afterPropertiesSet() - Method in class org.springframework.integration.adapter.rmi.RmiGateway
 
afterPropertiesSet() - Method in class org.springframework.integration.aggregator.AbstractMessageBarrierHandler
Initialize this handler.
afterPropertiesSet() - Method in class org.springframework.integration.config.annotation.MessagingAnnotationPostProcessor
 
afterPropertiesSet() - Method in class org.springframework.integration.config.PollingDispatcherFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.integration.endpoint.interceptor.ConcurrencyInterceptor
 
afterPropertiesSet() - Method in class org.springframework.integration.endpoint.interceptor.TransactionInterceptor
 
afterPropertiesSet() - Method in class org.springframework.integration.gateway.GatewayProxyFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.integration.handler.AbstractMessageHandler
 
afterPropertiesSet() - Method in class org.springframework.integration.message.MessageExchangeTemplate
 
afterPropertiesSet() - Method in class org.springframework.integration.message.MethodInvokingSource
 
afterPropertiesSet() - Method in class org.springframework.integration.router.AbstractRoutingMessageHandler
 
afterPropertiesSet() - Method in class org.springframework.integration.transformer.MethodInvokingPayloadTransformer
 
afterRelease(Object, List<Message<?>>) - Method in class org.springframework.integration.aggregator.AbstractMessageBarrierHandler
 
aggregate(List<Message<?>>) - Method in interface org.springframework.integration.aggregator.Aggregator
 
aggregate(List<Message<?>>) - Method in class org.springframework.integration.aggregator.AggregatorAdapter
 
AggregatingMessageHandler - Class in org.springframework.integration.aggregator
An AbstractMessageBarrierHandler that waits for a complete group of Messages to arrive and then delegates to an Aggregator to combine them into a single Message.
AggregatingMessageHandler(Aggregator, ScheduledExecutorService) - Constructor for class org.springframework.integration.aggregator.AggregatingMessageHandler
Create a handler that delegates to the provided aggregator to combine a group of messages into a single message.
AggregatingMessageHandler(Aggregator) - Constructor for class org.springframework.integration.aggregator.AggregatingMessageHandler
 
AggregationBarrier - Class in org.springframework.integration.aggregator
MessageBarrier implementation for message aggregation.
AggregationBarrier(CompletionStrategy) - Constructor for class org.springframework.integration.aggregator.AggregationBarrier
 
aggregator - Variable in class org.springframework.integration.aggregator.AggregatingMessageHandler
 
Aggregator - Interface in org.springframework.integration.aggregator
Strategy interface for aggregating a list of Messages into a single Message.
Aggregator - Annotation Type in org.springframework.integration.annotation
Indicates that a method is capable of aggregating messages.
AGGREGATOR_ELEMENT - Static variable in class org.springframework.integration.config.AggregatorParser
 
AggregatorAdapter - Class in org.springframework.integration.aggregator
Aggregator adapter for methods annotated with @Aggregator and for 'aggregator' elements that include a 'method' attribute (e.g.
AggregatorAdapter(Object, Method) - Constructor for class org.springframework.integration.aggregator.AggregatorAdapter
 
AggregatorAdapter(Object, String) - Constructor for class org.springframework.integration.aggregator.AggregatorAdapter
 
AggregatorMessageHandlerCreator - Class in org.springframework.integration.aggregator
Creates an AggregatorAdapter for methods that aggregate messages.
AggregatorMessageHandlerCreator(ChannelRegistry) - Constructor for class org.springframework.integration.aggregator.AggregatorMessageHandlerCreator
 
AggregatorParser - Class in org.springframework.integration.config
Parser for the aggregator element of the integration namespace.
AggregatorParser() - Constructor for class org.springframework.integration.config.AggregatorParser
 
alwaysUseSourceFactory - Variable in class org.springframework.integration.xml.transformer.XmlPayloadUnmarshallingTransformer
 
alwaysUseSourceResultFactories - Variable in class org.springframework.integration.xml.transformer.XsltPayloadTransformer
 
AnnotationAwareMessagePublishingInterceptor - Class in org.springframework.integration.aop
MessagePublishingInterceptor that resolves the channel from the publisher annotation of the invoked method.
AnnotationAwareMessagePublishingInterceptor(Class<? extends Annotation>, String, ChannelRegistry) - Constructor for class org.springframework.integration.aop.AnnotationAwareMessagePublishingInterceptor
 
AnnotationDrivenParser - Class in org.springframework.integration.config.annotation
Parser for the annotation-driven element of the integration namespace.
AnnotationDrivenParser() - Constructor for class org.springframework.integration.config.annotation.AnnotationDrivenParser
 
AnnotationMethodPostProcessor - Interface in org.springframework.integration.config.annotation
Strategy interface for post-processing annotated methods.
annotationType - Variable in class org.springframework.integration.config.annotation.AbstractAnnotationMethodPostProcessor
 
applicationContext - Variable in class org.springframework.integration.bus.DefaultChannelFactoryBean
 
applicationContext - Variable in class org.springframework.integration.bus.DefaultMessageBus
 
applicationEventPublisher - Variable in class org.springframework.integration.adapter.event.ApplicationEventTarget
 
ApplicationEventSource - Class in org.springframework.integration.adapter.event
A message source for passing Spring ApplicationEvents within messages.
ApplicationEventSource(MessageChannel) - Constructor for class org.springframework.integration.adapter.event.ApplicationEventSource
 
ApplicationEventTarget<T> - Class in org.springframework.integration.adapter.event
A message target for publishing MessagingEvents.
ApplicationEventTarget() - Constructor for class org.springframework.integration.adapter.event.ApplicationEventTarget
 
applySequence - Variable in class org.springframework.integration.dispatcher.BroadcastingDispatcher
 
aroundHandle(Message<?>, MessageHandler) - Method in interface org.springframework.integration.endpoint.EndpointInterceptor
 
aroundHandle(Message<?>, MessageHandler) - Method in class org.springframework.integration.endpoint.interceptor.ConcurrencyInterceptor
 
aroundHandle(Message<?>, MessageHandler) - Method in class org.springframework.integration.endpoint.interceptor.EndpointInterceptorAdapter
 
aroundHandle(Message<?>, MessageHandler) - Method in class org.springframework.integration.endpoint.interceptor.TransactionInterceptor
 
assertMethodReturnsBoolean() - Method in class org.springframework.integration.aggregator.CompletionStrategyAdapter
 
AsyncMessage<T> - Class in org.springframework.integration.message
A Message wrapper for asynchronous operations.
AsyncMessage(Future<Message<T>>) - Constructor for class org.springframework.integration.message.AsyncMessage
 
AsyncMessageExchangeTemplate - Class in org.springframework.integration.message
An asynchronous version of the MessageExchangeTemplate.
AsyncMessageExchangeTemplate(TaskExecutor) - Constructor for class org.springframework.integration.message.AsyncMessageExchangeTemplate
 
AsyncMonitoringStrategy - Interface in org.springframework.integration.adapter.mail.monitor
 
attachmentFilename - Variable in class org.springframework.integration.adapter.mail.ByteArrayMailMessageMapper
 
autoStartup - Variable in class org.springframework.integration.bus.DefaultMessageBus
 

B

Backlog<T> - Class in org.springframework.integration.adapter.file
Tracks changes in a collection.
Backlog() - Constructor for class org.springframework.integration.adapter.file.Backlog
 
backlog - Variable in class org.springframework.integration.adapter.file.Backlog
 
Barista - Class in org.springframework.integration.samples.cafe
 
Barista() - Constructor for class org.springframework.integration.samples.cafe.Barista
 
barriers - Variable in class org.springframework.integration.aggregator.AbstractMessageBarrierHandler
 
BCC - Static variable in class org.springframework.integration.adapter.mail.MailHeaders
 
bcc - Variable in class org.springframework.integration.adapter.mail.StaticMailHeaderGenerator
 
beanClassLoader - Variable in class org.springframework.integration.config.annotation.AbstractAnnotationMethodPostProcessor
 
beanClassLoader - Variable in class org.springframework.integration.config.annotation.MessagingAnnotationPostProcessor
 
beanClassLoader - Variable in class org.springframework.integration.config.annotation.PublisherAnnotationPostProcessor
 
beanClassLoader - Variable in class org.springframework.integration.gateway.GatewayProxyFactoryBean
 
BeanDefinitionRegisteringParser - Interface in org.springframework.integration.config
Simple strategy interface for parsers that are responsible for parsing an element, creating a bean definition, and then registering the bean.
beanName - Variable in class org.springframework.integration.bus.DefaultChannelFactoryBean
 
BinaryFileCopyDemo - Class in org.springframework.integration.samples.filecopy
Demonstrating the file copy scenario using binary file source and target.
BinaryFileCopyDemo() - Constructor for class org.springframework.integration.samples.filecopy.BinaryFileCopyDemo
 
BlockingSource<T> - Interface in org.springframework.integration.message
Extends PollableSource and provides a timeout-aware receive method.
BlockingTarget - Interface in org.springframework.integration.message
Extends MessageTarget and provides a timeout-aware send method.
BoundedHashMap<K,V> - Class in org.springframework.integration.util
A Map implementation that enforces the specified capacity.
BoundedHashMap(int) - Constructor for class org.springframework.integration.util.BoundedHashMap
 
BroadcastingDispatcher - Class in org.springframework.integration.dispatcher
A broadcasting dispatcher implementation.
BroadcastingDispatcher() - Constructor for class org.springframework.integration.dispatcher.BroadcastingDispatcher
 
build() - Method in class org.springframework.integration.message.MessageBuilder
 
buildNextMessage() - Method in class org.springframework.integration.adapter.file.AbstractDirectorySource
Hook point for implementors to create the next message that should be received.
buildNextMessage() - Method in class org.springframework.integration.adapter.file.FileSource
 
ByteArrayFileMessageCreator - Class in org.springframework.integration.adapter.file
A MessageCreator implementation for messages with a byte array payload.
ByteArrayFileMessageCreator(boolean) - Constructor for class org.springframework.integration.adapter.file.ByteArrayFileMessageCreator
Specifies whether the file should be removed after the message has been created.
ByteArrayMailMessageMapper - Class in org.springframework.integration.adapter.mail
Message mapper used for mapping byte array messages to mail messages.
ByteArrayMailMessageMapper(JavaMailSender) - Constructor for class org.springframework.integration.adapter.mail.ByteArrayMailMessageMapper
 
byteArrayMessageMapper - Variable in class org.springframework.integration.adapter.mail.MailTarget
 
bytesPerMessage - Variable in class org.springframework.integration.adapter.stream.ByteStreamSource
 
ByteStreamSource - Class in org.springframework.integration.adapter.stream
A pollable source for receiving bytes from an InputStream.
ByteStreamSource(InputStream) - Constructor for class org.springframework.integration.adapter.stream.ByteStreamSource
 
ByteStreamSource(InputStream, int) - Constructor for class org.springframework.integration.adapter.stream.ByteStreamSource
 
ByteStreamTarget - Class in org.springframework.integration.adapter.stream
A target that writes a byte array to an OutputStream.
ByteStreamTarget(OutputStream) - Constructor for class org.springframework.integration.adapter.stream.ByteStreamTarget
 
ByteStreamTarget(OutputStream, int) - Constructor for class org.springframework.integration.adapter.stream.ByteStreamTarget
 

C

Cafe - Class in org.springframework.integration.samples.cafe
The entry point for CafeDemo.
Cafe() - Constructor for class org.springframework.integration.samples.cafe.Cafe
 
CafeDemo - Class in org.springframework.integration.samples.cafe
Provides the 'main' method for running the Cafe Demo application.
CafeDemo() - Constructor for class org.springframework.integration.samples.cafe.CafeDemo
 
cancel(boolean) - Method in class org.springframework.integration.message.AsyncMessage
 
cancel(boolean) - Method in class org.springframework.integration.quartz.QuartzScheduleServiceProvider.ScheduledFutureJobWrapper
 
cancel(Runnable, boolean) - Method in class org.springframework.integration.scheduling.spi.ProviderTaskScheduler
 
cancel(Runnable, boolean) - Method in interface org.springframework.integration.scheduling.TaskScheduler
 
cancellationLatch - Variable in class org.springframework.integration.quartz.QuartzScheduleServiceProvider.ScheduledFutureJobWrapper
 
capacity - Variable in class org.springframework.integration.channel.factory.PriorityChannelFactory
 
capacity - Variable in class org.springframework.integration.util.BoundedHashMap
 
CC - Static variable in class org.springframework.integration.adapter.mail.MailHeaders
 
cc - Variable in class org.springframework.integration.adapter.mail.StaticMailHeaderGenerator
 
channel - Variable in class org.springframework.integration.adapter.event.ApplicationEventSource
 
channel - Variable in class org.springframework.integration.adapter.jms.ChannelPublishingJmsListener
 
channel - Variable in class org.springframework.integration.bus.DefaultChannelFactoryBean
 
CHANNEL_FACTORY_ATTRIBUTE - Static variable in class org.springframework.integration.config.MessageBusParser
 
CHANNEL_FACTORY_BEAN_NAME - Static variable in class org.springframework.integration.bus.DefaultChannelFactoryBean
 
ChannelAdapter - Annotation Type in org.springframework.integration.annotation
Indicates that a class is capable of serving as a message channel.
ChannelAdapterParser - Class in org.springframework.integration.config
Parser for the <channel-adapter/> element.
ChannelAdapterParser() - Constructor for class org.springframework.integration.config.ChannelAdapterParser
 
channelAttributeName - Variable in class org.springframework.integration.aop.AnnotationAwareMessagePublishingInterceptor
 
ChannelFactory - Interface in org.springframework.integration.channel.factory
Interface for a channel factory.
ChannelInterceptor - Interface in org.springframework.integration.channel
Interface for interceptors that are able to view and/or modify the Messages being sent-to and/or received-from a MessageChannel.
channelInterceptor - Variable in class org.springframework.integration.security.ChannelInterceptorRegisteringBeanPostProcessor
 
ChannelInterceptorAdapter - Class in org.springframework.integration.channel.interceptor
A ChannelInterceptor with no-op method implementations so that subclasses do not have to implement all of the interface's methods.
ChannelInterceptorAdapter() - Constructor for class org.springframework.integration.channel.interceptor.ChannelInterceptorAdapter
 
ChannelInterceptorParser - Class in org.springframework.integration.config
 
ChannelInterceptorParser() - Constructor for class org.springframework.integration.config.ChannelInterceptorParser
 
ChannelInterceptorRegisteringBeanPostProcessor - Class in org.springframework.integration.security
Registers the provided ChannelInterceptor instance with any AbstractMessageChannel with a name matching the provided pattern
ChannelInterceptorRegisteringBeanPostProcessor(ChannelInterceptor, List<String>) - Constructor for class org.springframework.integration.security.ChannelInterceptorRegisteringBeanPostProcessor
 
channelMappings - Variable in class org.springframework.integration.router.PayloadTypeRouter
 
channelMappings - Variable in class org.springframework.integration.router.RootCauseErrorMessageRouter
 
channelNameAttribute - Variable in class org.springframework.integration.config.annotation.PublisherAnnotationPostProcessor
 
channelNameAttribute - Variable in class org.springframework.integration.config.annotation.SubscriberAnnotationPostProcessor
 
ChannelNameResolver - Interface in org.springframework.integration.router
Strategy interface for content-based routing to a channel name.
channelNameResolver - Variable in class org.springframework.integration.router.MultiChannelRouter
 
channelNameResolver - Variable in class org.springframework.integration.router.SingleChannelRouter
 
channelNames - Variable in class org.springframework.integration.router.RecipientListRouter.RecipientListChannelNameResolver
 
ChannelPublishingJmsListener - Class in org.springframework.integration.adapter.jms
JMS MessageListener implementation that converts the received JMS message into a Spring Integration message and then sends that to a channel.
ChannelPublishingJmsListener(MessageChannel, MessageConverter) - Constructor for class org.springframework.integration.adapter.jms.ChannelPublishingJmsListener
 
ChannelPurger - Class in org.springframework.integration.channel
A utility class for purging Messages from one or more PollableChannels.
ChannelPurger(PollableChannel...) - Constructor for class org.springframework.integration.channel.ChannelPurger
 
ChannelPurger(MessageSelector, PollableChannel...) - Constructor for class org.springframework.integration.channel.ChannelPurger
 
channelRegistry - Variable in class org.springframework.integration.aggregator.AggregatorMessageHandlerCreator
 
channelRegistry - Variable in class org.springframework.integration.aop.AnnotationAwareMessagePublishingInterceptor
 
channelRegistry - Variable in class org.springframework.integration.bus.DefaultMessageBus
 
ChannelRegistry - Interface in org.springframework.integration.channel
A strategy interface for registration and lookup of message channels by name.
channelRegistry - Variable in class org.springframework.integration.config.annotation.PublisherAnnotationPostProcessor
 
channelRegistry - Variable in class org.springframework.integration.endpoint.DefaultEndpoint
 
channelRegistry - Variable in class org.springframework.integration.endpoint.interceptor.ConcurrencyInterceptor
 
channelRegistry - Variable in class org.springframework.integration.router.AbstractRoutingMessageHandler
 
ChannelRegistryAware - Interface in org.springframework.integration.channel
Interface to be implemented by components that need access to the ChannelRegistry.
ChannelResolver - Interface in org.springframework.integration.router
Strategy interface for content-based routing to a channel instance.
channelResolver - Variable in class org.springframework.integration.router.MultiChannelRouter
 
channelResolver - Variable in class org.springframework.integration.router.SingleChannelRouter
 
channels - Variable in class org.springframework.integration.channel.ChannelPurger
 
channels - Variable in class org.springframework.integration.channel.DefaultChannelRegistry
 
channels - Variable in class org.springframework.integration.router.RecipientListRouter.RecipientListChannelResolver
 
CharacterStreamSource - Class in org.springframework.integration.adapter.stream
A pollable source for Readers.
CharacterStreamSource(Reader) - Constructor for class org.springframework.integration.adapter.stream.CharacterStreamSource
 
CharacterStreamSource(Reader, int) - Constructor for class org.springframework.integration.adapter.stream.CharacterStreamSource
 
CharacterStreamTarget - Class in org.springframework.integration.adapter.stream
A target that writes to a Writer.
CharacterStreamTarget(Writer) - Constructor for class org.springframework.integration.adapter.stream.CharacterStreamTarget
 
CharacterStreamTarget(Writer, int) - Constructor for class org.springframework.integration.adapter.stream.CharacterStreamTarget
 
checkPermission(MessageChannel, ConfigAttributeDefinition) - Method in class org.springframework.integration.security.channel.SecurityEnforcingChannelInterceptor
 
checkReceive(MessageChannel) - Method in class org.springframework.integration.security.channel.SecurityEnforcingChannelInterceptor
 
checkSend(MessageChannel) - Method in class org.springframework.integration.security.channel.SecurityEnforcingChannelInterceptor
 
clear() - Method in class org.springframework.integration.channel.NullChannel
 
clear() - Method in interface org.springframework.integration.channel.PollableChannel
Remove all Messages from this channel.
clear() - Method in class org.springframework.integration.channel.QueueChannel
 
clear() - Method in class org.springframework.integration.channel.ThreadLocalChannel
Remove and return any messages that are stored for the current thread.
clear() - Method in class org.springframework.integration.message.MessageHeaders
 
clearContext() - Method in class org.springframework.integration.security.StackBasedSecurityContextHolderStrategy
 
clearStack() - Method in class org.springframework.integration.security.StackBasedSecurityContextHolderStrategy
 
clientPool - Variable in class org.springframework.integration.adapter.ftp.FtpSource
 
closeFolder(Folder) - Static method in class org.springframework.integration.adapter.mail.monitor.MailTransportUtils
Close the given JavaMail Folder and ignore any thrown exception.
closeFolder(Folder, boolean) - Static method in class org.springframework.integration.adapter.mail.monitor.MailTransportUtils
Close the given JavaMail Folder and ignore any thrown exception.
closeService(Service) - Static method in class org.springframework.integration.adapter.mail.monitor.MailTransportUtils
Close the given JavaMail Service and ignore any thrown exception.
coldDrinkCounter - Variable in class org.springframework.integration.samples.cafe.Barista
 
coldDrinkDelay - Variable in class org.springframework.integration.samples.cafe.Barista
 
comparator - Variable in class org.springframework.integration.channel.factory.PriorityChannelFactory
 
compare(Message<?>, Message<?>) - Method in class org.springframework.integration.aggregator.MessageSequenceComparator
 
compare(Message<?>, Message<?>) - Method in class org.springframework.integration.channel.PriorityChannel.MessagePriorityComparator
 
compareTo(Delayed) - Method in class org.springframework.integration.quartz.QuartzScheduleServiceProvider.ScheduledFutureJobWrapper
 
compiledPattern - Variable in class org.springframework.integration.security.config.JdkRegExpOrderedIncludeExcludeList.PatternHolder
 
complete - Variable in class org.springframework.integration.aggregator.AbstractMessageBarrier
 
COMPLETION_STRATEGY_METHOD_ATTRIBUTE - Static variable in class org.springframework.integration.config.AggregatorParser
 
COMPLETION_STRATEGY_PROPERTY - Static variable in class org.springframework.integration.config.AggregatorParser
 
COMPLETION_STRATEGY_REF_ATTRIBUTE - Static variable in class org.springframework.integration.config.AggregatorParser
 
completionStrategy - Variable in class org.springframework.integration.aggregator.AggregatingMessageHandler
 
completionStrategy - Variable in class org.springframework.integration.aggregator.AggregationBarrier
 
CompletionStrategy - Interface in org.springframework.integration.aggregator
Strategy for determining when a group of messages reaches a state of completion (i.e.
CompletionStrategy - 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.
CompletionStrategyAdapter - Class in org.springframework.integration.aggregator
Adapter for methods annotated with @CompletionStrategy and for 'completion-strategy' elements that include a 'method' attribute (e.g.
CompletionStrategyAdapter(Object, Method) - Constructor for class org.springframework.integration.aggregator.CompletionStrategyAdapter
 
CompletionStrategyAdapter(Object, String) - Constructor for class org.springframework.integration.aggregator.CompletionStrategyAdapter
 
CompositeMessage - Class in org.springframework.integration.message
 
CompositeMessage(Message<?>[]) - Constructor for class org.springframework.integration.message.CompositeMessage
 
CompositeMessage(List<Message<?>>) - Constructor for class org.springframework.integration.message.CompositeMessage
 
Concurrency - Annotation Type in org.springframework.integration.annotation
Defines the ConcurrencyPolicy settings for a @MessageEndpoint.
ConcurrencyInterceptor - Class in org.springframework.integration.endpoint.interceptor
An EndpointInterceptor implementation that delegates to a TaskExecutor for concurrent, asynchronous message handling.
ConcurrencyInterceptor(TaskExecutor) - Constructor for class org.springframework.integration.endpoint.interceptor.ConcurrencyInterceptor
 
ConcurrencyInterceptor(ConcurrencyPolicy, String) - Constructor for class org.springframework.integration.endpoint.interceptor.ConcurrencyInterceptor
 
ConcurrencyInterceptorParser - Class in org.springframework.integration.config
Parser for the concurrency-interceptor.
ConcurrencyInterceptorParser() - Constructor for class org.springframework.integration.config.ConcurrencyInterceptorParser
 
ConcurrencyPolicy - Class in org.springframework.integration.endpoint
Metadata for configuring a pool of concurrent threads.
ConcurrencyPolicy() - Constructor for class org.springframework.integration.endpoint.ConcurrencyPolicy
 
ConcurrencyPolicy(int, int) - Constructor for class org.springframework.integration.endpoint.ConcurrencyPolicy
 
concurrentConsumers - Variable in class org.springframework.integration.adapter.jms.JmsGateway
 
config - Variable in class org.springframework.integration.adapter.ftp.QueuedFTPClientPool
 
ConfigurationException - Exception in org.springframework.integration
Exception that indicates an incorrectly configured integration component.
ConfigurationException(String) - Constructor for exception org.springframework.integration.ConfigurationException
 
ConfigurationException(String, Throwable) - Constructor for exception org.springframework.integration.ConfigurationException
 
configureAsyncEventMulticaster - Variable in class org.springframework.integration.bus.DefaultMessageBus
 
configureCompletionStrategy(Object, AggregatingMessageHandler) - Method in class org.springframework.integration.aggregator.AggregatorMessageHandlerCreator
 
configureDefaultReplyChannel(AggregatingMessageHandler, Object) - Method in class org.springframework.integration.aggregator.AggregatorMessageHandlerCreator
 
CONNECTION_FACTORY_ATTRIBUTE - Static variable in class org.springframework.integration.adapter.jms.config.JmsAdapterParserUtils
 
CONNECTION_FACTORY_PROPERTY - Static variable in class org.springframework.integration.adapter.jms.config.JmsAdapterParserUtils
 
connectionFactory - Variable in class org.springframework.integration.adapter.jms.AbstractJmsTemplateBasedAdapter
 
connectionFactory - Variable in class org.springframework.integration.adapter.jms.JmsGateway
 
ConsoleSourceParser - Class in org.springframework.integration.adapter.stream.config
Parser for the <console-source> element.
ConsoleSourceParser() - Constructor for class org.springframework.integration.adapter.stream.config.ConsoleSourceParser
 
ConsoleTargetParser - Class in org.springframework.integration.adapter.stream.config
Parser for the <console-target> element.
ConsoleTargetParser() - Constructor for class org.springframework.integration.adapter.stream.config.ConsoleTargetParser
 
constructFTPClientPool(Element) - Method in class org.springframework.integration.adapter.ftp.config.FtpTargetParser
 
container - Variable in class org.springframework.integration.adapter.jms.JmsGateway
 
containsKey(Object) - Method in class org.springframework.integration.message.MessageHeaders
 
containsValue(Object) - Method in class org.springframework.integration.message.MessageHeaders
 
contextHolder - Static variable in class org.springframework.integration.security.StackBasedSecurityContextHolderStrategy
 
converter - Variable in class org.springframework.integration.adapter.jms.ChannelPublishingJmsListener
 
converter - Variable in class org.springframework.integration.adapter.jms.HeaderMappingMessageConverter
 
converter - Variable in class org.springframework.integration.adapter.mail.PollingMailSource
 
converter - Variable in class org.springframework.integration.adapter.mail.SubscribableMailSource
 
convertMessageToMailMessage(Message<?>) - Method in class org.springframework.integration.adapter.mail.MailTarget
 
convertToString(Address[]) - Method in class org.springframework.integration.adapter.mail.AbstractMailHeaderMapper
 
convertToStringArray(Address[]) - Method in class org.springframework.integration.adapter.mail.AbstractMailHeaderMapper
 
copyHeaders(Map<String, Object>) - Method in class org.springframework.integration.message.MessageBuilder
Copy the name-value pairs from the provided Map.
copyHeadersIfAbsent(Map<String, Object>) - Method in class org.springframework.integration.message.MessageBuilder
Copy the name-value pairs from the provided Map.
CORE_SIZE_ATTRIBUTE - Static variable in class org.springframework.integration.config.PoolExecutorParser
 
coreSize - Variable in class org.springframework.integration.endpoint.ConcurrencyPolicy
 
CORRELATION_ID - Static variable in class org.springframework.integration.adapter.jms.JmsHeaders
 
CORRELATION_ID - Static variable in class org.springframework.integration.message.MessageHeaders
 
count - Variable in class org.springframework.integration.samples.oddeven.Counter
 
count - Variable in class org.springframework.integration.samples.quartzoddeven.Counter
 
Counter - Class in org.springframework.integration.samples.oddeven
 
Counter() - Constructor for class org.springframework.integration.samples.oddeven.Counter
 
Counter - Class in org.springframework.integration.samples.quartzoddeven
 
Counter() - Constructor for class org.springframework.integration.samples.quartzoddeven.Counter
 
create(MimeMessage) - Method in class org.springframework.integration.adapter.mail.DefaultMailMessageConverter
 
create(MimeMessage) - Method in interface org.springframework.integration.adapter.mail.MailMessageConverter
 
createAdapter(String, String, ParserContext, Class<?>) - Method in class org.springframework.integration.config.AggregatorParser
 
createAdvisor() - Method in class org.springframework.integration.config.annotation.PublisherAnnotationPostProcessor
 
createChannelInternal() - Method in class org.springframework.integration.channel.factory.AbstractChannelFactory
Factory method to be overridden by subclasses.
createChannelInternal() - Method in class org.springframework.integration.channel.factory.DirectChannelFactory
 
createChannelInternal() - Method in class org.springframework.integration.channel.factory.PriorityChannelFactory
 
createChannelInternal() - Method in class org.springframework.integration.channel.factory.QueueChannelFactory
 
createChannelInternal() - Method in class org.springframework.integration.channel.factory.RendezvousChannelFactory
 
createChannelInternal() - Method in class org.springframework.integration.channel.factory.ThreadLocalChannelFactory
 
createDefaultContainer() - Method in class org.springframework.integration.adapter.jms.JmsGateway
 
createDefaultJmsTemplate() - Method in class org.springframework.integration.adapter.jms.AbstractJmsTemplateBasedAdapter
 
createDefaultTemplate() - Method in class org.springframework.integration.dispatcher.PollingDispatcher
 
createDirectChannel(Element, ParserContext) - Method in class org.springframework.integration.config.ChannelAdapterParser
 
createDocumentFromDomResult(DOMResult) - Method in class org.springframework.integration.xml.transformer.ResultToDocumentTransformer
 
createDocumentFromStringResult(StringResult) - Method in class org.springframework.integration.xml.transformer.ResultToDocumentTransformer
 
createDomSourceForDocument(Document) - Method in class org.springframework.integration.xml.source.DomSourceFactory
 
createDomSourceForString(String) - Method in class org.springframework.integration.xml.source.DomSourceFactory
 
createEndpoint(Object, String, Class<?>, MessageEndpoint) - Method in interface org.springframework.integration.config.annotation.AnnotationMethodPostProcessor
 
createEndpoint(Object, String, Class<?>, MessageEndpoint) - Method in class org.springframework.integration.config.annotation.HandlerAnnotationPostProcessor
 
createEndpoint(Object, String, Class<?>, MessageEndpoint) - Method in class org.springframework.integration.config.annotation.PollableAnnotationPostProcessor
 
createEndpoint(Object, String, Class<?>, MessageEndpoint) - Method in class org.springframework.integration.config.annotation.TargetAnnotationPostProcessor
 
createFixedDelayTrigger(Runnable, long, long, TimeUnit) - Static method in class org.springframework.integration.quartz.QuartzScheduleServiceProvider
 
createFromNodeList(boolean, NodeList) - Method in class org.springframework.integration.security.config.IncludeExcludePatternParser
 
createHandler(Object, Method, Map<String, ?>) - Method in class org.springframework.integration.handler.config.AbstractMessageHandlerCreator
 
createHandler(Object, Method, Map<String, ?>) - Method in interface org.springframework.integration.handler.config.MessageHandlerCreator
 
createHandlerProxy(String) - Method in class org.springframework.integration.adapter.AbstractRemotingHandler
Subclasses must implement this method.
createHandlerProxy(String) - Method in class org.springframework.integration.adapter.httpinvoker.HttpInvokerHandler
 
createHandlerProxy(String) - Method in class org.springframework.integration.adapter.rmi.RmiHandler
 
createMessage(MessagingEvent<T>) - Method in class org.springframework.integration.adapter.event.MessagingEventMapper
 
createMessage(File) - Method in class org.springframework.integration.adapter.file.AbstractFileMessageCreator
 
createMessage(Object) - Method in class org.springframework.integration.message.DefaultMessageCreator
 
createMessage(O) - Method in interface org.springframework.integration.message.MessageCreator
 
createMessageBarrier() - Method in class org.springframework.integration.aggregator.AbstractMessageBarrierHandler
Factory method for creating a suitable MessageBarrier implementation.
createMessageBarrier() - Method in class org.springframework.integration.aggregator.AggregatingMessageHandler
 
createMessageBarrier() - Method in class org.springframework.integration.aggregator.ResequencingMessageHandler
 
createMessageCountListener() - Method in class org.springframework.integration.adapter.mail.monitor.ImapIdleMonitoringStrategy
 
createMessageExchangeTemplate() - Method in class org.springframework.integration.config.PollingDispatcherFactoryBean
 
createRejectedExecutionHandler(String) - Method in class org.springframework.integration.config.PoolExecutorParser
 
createReplyMessage(Object, Message<?>) - Method in class org.springframework.integration.handler.AbstractMessageHandler
Subclasses must implement this method to generate the reply Message when the return value is not a Message instance.
createReplyMessage(Object, Message<?>) - Method in class org.springframework.integration.handler.DefaultMessageHandler
 
createReplyMessage(Object, Message<?>) - Method in class org.springframework.integration.handler.MethodInvokingTarget
 
createReplyMessage(Object, Message<?>) - Method in class org.springframework.integration.router.RouterMessageHandler
 
createReplyMessage(Object, Message<?>) - Method in class org.springframework.integration.splitter.SplitterMessageHandler
 
createReplyMessage(Object, Message<?>) - Method in class org.springframework.integration.transformer.TransformerMessageHandler
 
createResult(Object) - Method in class org.springframework.integration.xml.result.DomResultFactory
 
createResult(Object) - Method in interface org.springframework.integration.xml.result.ResultFactory
 
createResult(Object) - Method in class org.springframework.integration.xml.result.StringResultFactory
 
createSecurityContextMessageIfPossible(Message<?>) - Method in class org.springframework.integration.security.channel.SecurityContextPropagatingChannelInterceptor
 
createSecurityEnforcingChannelInterceptor(String, String, String) - Method in class org.springframework.integration.security.config.SecuredChannelsParser
 
createSource(Object) - Method in class org.springframework.integration.xml.source.DomSourceFactory
 
createSource(Object) - Method in interface org.springframework.integration.xml.source.SourceFactory
Create appropriate Source instance for payload
createSource(Object) - Method in class org.springframework.integration.xml.source.StringSourceFactory
 
createSplitMessage(Object, MessageHeaders, int, int) - Method in class org.springframework.integration.splitter.SplitterMessageHandler
 
createStringSourceForDocument(Document) - Method in class org.springframework.integration.xml.source.StringSourceFactory
 
createTargetForStream(OutputStream, String) - Static method in class org.springframework.integration.adapter.stream.CharacterStreamTarget
 
cronExpression - Variable in class org.springframework.integration.scheduling.CronSchedule
 
CronSchedule - Class in org.springframework.integration.scheduling
A schedule using a Cron expression.
CronSchedule(String) - Constructor for class org.springframework.integration.scheduling.CronSchedule
 

D

deactivateEndpoint(MessageEndpoint) - Method in class org.springframework.integration.bus.DefaultMessageBus
 
DEFAULT_CAPACITY - Static variable in class org.springframework.integration.channel.QueueChannel
 
DEFAULT_CORE_SIZE - Static variable in class org.springframework.integration.endpoint.ConcurrencyPolicy
 
DEFAULT_DISPATCHER_POOL_SIZE - Static variable in class org.springframework.integration.bus.DefaultMessageBus
 
DEFAULT_FIXED_RATE - Static variable in class org.springframework.integration.scheduling.PollingSchedule
 
DEFAULT_INITIAL_DELAY - Static variable in class org.springframework.integration.scheduling.PollingSchedule
 
DEFAULT_KEEP_ALIVE_SECONDS - Static variable in class org.springframework.integration.endpoint.ConcurrencyPolicy
 
DEFAULT_MAX_SIZE - Static variable in class org.springframework.integration.endpoint.ConcurrencyPolicy
 
DEFAULT_POOL_SIZE - Static variable in class org.springframework.integration.adapter.ftp.QueuedFTPClientPool
 
DEFAULT_QUEUE_CAPACITY - Static variable in class org.springframework.integration.endpoint.ConcurrencyPolicy
 
DEFAULT_REAPER_INTERVAL - Static variable in class org.springframework.integration.aggregator.AbstractMessageBarrierHandler
 
DEFAULT_RECEIVE_TIMEOUT - Static variable in class org.springframework.integration.dispatcher.PollingDispatcher
 
DEFAULT_REMOTE_WORKING_DIRECTORY - Static variable in class org.springframework.integration.adapter.ftp.QueuedFTPClientPool
 
DEFAULT_SEND_TIMEOUT - Static variable in class org.springframework.integration.aggregator.AbstractMessageBarrierHandler
 
DEFAULT_TIMEOUT - Static variable in class org.springframework.integration.aggregator.AbstractMessageBarrierHandler
 
DEFAULT_TRACKED_CORRRELATION_ID_CAPACITY - Static variable in class org.springframework.integration.aggregator.AbstractMessageBarrierHandler
 
defaultChannel - Variable in class org.springframework.integration.aop.MessagePublishingInterceptor
 
defaultChannel - Variable in class org.springframework.integration.router.PayloadTypeRouter
 
defaultChannel - Variable in class org.springframework.integration.router.RootCauseErrorMessageRouter
 
defaultChannel - Variable in class org.springframework.integration.router.RouterMessageHandler
 
DefaultChannelFactoryBean - Class in org.springframework.integration.bus
Creates a channel by delegating to the "channelFactory" bean defined within the ApplicationContext or else the default implementation (QueueChannelFactory).
DefaultChannelFactoryBean() - Constructor for class org.springframework.integration.bus.DefaultChannelFactoryBean
 
DefaultChannelParser - Class in org.springframework.integration.config
Parser for the <channel> element.
DefaultChannelParser() - Constructor for class org.springframework.integration.config.DefaultChannelParser
 
DefaultChannelRegistry - Class in org.springframework.integration.channel
A simple map-backed implementation of ChannelRegistry.
DefaultChannelRegistry() - Constructor for class org.springframework.integration.channel.DefaultChannelRegistry
 
DefaultEndpoint<T extends MessageHandler> - Class in org.springframework.integration.endpoint
The default Message Endpoint implementation.
DefaultEndpoint(T) - Constructor for class org.springframework.integration.endpoint.DefaultEndpoint
Create an endpoint for the given handler.
DefaultEndpointRegistry - Class in org.springframework.integration.endpoint
A simple map-backed implementation of EndpointRegistry.
DefaultEndpointRegistry() - Constructor for class org.springframework.integration.endpoint.DefaultEndpointRegistry
 
DefaultErrorChannel - Class in org.springframework.integration.bus
The default error channel implementation used by the MessageBus.
DefaultErrorChannel() - Constructor for class org.springframework.integration.bus.DefaultErrorChannel
 
DefaultErrorChannel.ErrorLoggingInterceptor - Class in org.springframework.integration.bus
 
DefaultErrorChannel.ErrorLoggingInterceptor() - Constructor for class org.springframework.integration.bus.DefaultErrorChannel.ErrorLoggingInterceptor
 
DefaultFileNameGenerator - Class in org.springframework.integration.adapter.file
Default implementation of the filename generator strategy.
DefaultFileNameGenerator() - Constructor for class org.springframework.integration.adapter.file.DefaultFileNameGenerator
 
DefaultFolderConnection - Class in org.springframework.integration.adapter.mail
A Connection to a mail folder capable of retrieving mail by utilising the given instance of MonitoringStrategy
DefaultFolderConnection(String, MonitoringStrategy, boolean) - Constructor for class org.springframework.integration.adapter.mail.DefaultFolderConnection
 
defaultHandlerCreator - Variable in class org.springframework.integration.config.annotation.HandlerAnnotationPostProcessor
 
DefaultJmsHeaderMapper - Class in org.springframework.integration.adapter.jms
A HeaderMapper implementation for JMS Messages.
DefaultJmsHeaderMapper() - Constructor for class org.springframework.integration.adapter.jms.DefaultJmsHeaderMapper
 
DefaultLocalMailMessageStore - Class in org.springframework.integration.adapter.mail.monitor
 
DefaultLocalMailMessageStore() - Constructor for class org.springframework.integration.adapter.mail.monitor.DefaultLocalMailMessageStore
 
DefaultMailHeaderGenerator - Class in org.springframework.integration.adapter.mail
The default implementation of MailHeaderGenerator.
DefaultMailHeaderGenerator() - Constructor for class org.springframework.integration.adapter.mail.DefaultMailHeaderGenerator
 
DefaultMailMessageConverter - Class in org.springframework.integration.adapter.mail
 
DefaultMailMessageConverter() - Constructor for class org.springframework.integration.adapter.mail.DefaultMailMessageConverter
 
DefaultMailMessageHeaderMapper - Class in org.springframework.integration.adapter.mail
 
DefaultMailMessageHeaderMapper() - Constructor for class org.springframework.integration.adapter.mail.DefaultMailMessageHeaderMapper
 
DefaultMessageBus - Class in org.springframework.integration.bus
The messaging bus.
DefaultMessageBus() - Constructor for class org.springframework.integration.bus.DefaultMessageBus
 
DefaultMessageBus.MessageBusInterceptorsList - Class in org.springframework.integration.bus
 
DefaultMessageBus.MessageBusInterceptorsList() - Constructor for class org.springframework.integration.bus.DefaultMessageBus.MessageBusInterceptorsList
 
DefaultMessageCreator - Class in org.springframework.integration.message
A simple implementation of MessageCreator that uses the provide value as the Message's payload.
DefaultMessageCreator() - Constructor for class org.springframework.integration.message.DefaultMessageCreator
 
DefaultMessageHandler - Class in org.springframework.integration.handler
The default MessageHandler implementation.
DefaultMessageHandler() - Constructor for class org.springframework.integration.handler.DefaultMessageHandler
 
DefaultMessageHandlerCreator - Class in org.springframework.integration.handler.config
Default implementation of the handler creator strategy that creates a DefaultMessageHandler for the provided object and method.
DefaultMessageHandlerCreator() - Constructor for class org.springframework.integration.handler.config.DefaultMessageHandlerCreator
 
DefaultMessageMapper<T> - Class in org.springframework.integration.message
A simple implementation of MessageMapper that returns the Message's payload.
DefaultMessageMapper() - Constructor for class org.springframework.integration.message.DefaultMessageMapper
 
DefaultMethodInvoker - Class in org.springframework.integration.util
Implementation of MethodInvoker to be used when the actual Method reference is known.
DefaultMethodInvoker(Object, Method) - Constructor for class org.springframework.integration.util.DefaultMethodInvoker
 
defaultPollerSchedule - Variable in class org.springframework.integration.bus.DefaultMessageBus
 
defaultTimeout - Variable in class org.springframework.integration.handler.ReplyMessageCorrelator
 
deleteFileAfterCreation - Variable in class org.springframework.integration.adapter.file.AbstractFileMessageCreator
 
deleteFileAfterMessageCreation - Variable in class org.springframework.integration.adapter.file.config.AbstractDirectorySourceParser
 
deleteMessages - Variable in class org.springframework.integration.adapter.mail.monitor.AbstractMonitoringStrategy
 
deleteMessages(Folder, Message[]) - Method in class org.springframework.integration.adapter.mail.monitor.AbstractMonitoringStrategy
Deletes the given messages from the given folder.
deleteMessages(Folder, Message[]) - Method in class org.springframework.integration.adapter.mail.monitor.Pop3PollingMonitoringStrategy
Deletes the given messages from the given folder, and closes it to expunge deleted messages.
delimiters - Variable in class org.springframework.integration.splitter.SplitterMessageHandler
 
destination - Variable in class org.springframework.integration.adapter.jms.AbstractJmsTemplateBasedAdapter
 
destination - Variable in class org.springframework.integration.adapter.jms.JmsGateway
 
DESTINATION_ATTRIBUTE - Static variable in class org.springframework.integration.adapter.jms.config.JmsAdapterParserUtils
 
DESTINATION_NAME_ATTRIBUTE - Static variable in class org.springframework.integration.adapter.jms.config.JmsAdapterParserUtils
 
DESTINATION_NAME_PROPERTY - Static variable in class org.springframework.integration.adapter.jms.config.JmsAdapterParserUtils
 
DESTINATION_PROPERTY - Static variable in class org.springframework.integration.adapter.jms.config.JmsAdapterParserUtils
 
destinationName - Variable in class org.springframework.integration.adapter.jms.AbstractJmsTemplateBasedAdapter
 
destinationName - Variable in class org.springframework.integration.adapter.jms.JmsGateway
 
destroy() - Method in class org.springframework.integration.adapter.jms.JmsGateway
 
destroy() - Method in class org.springframework.integration.adapter.mail.DefaultFolderConnection
 
destroy() - Method in class org.springframework.integration.adapter.mail.SubscribableMailSource
 
destroy() - Method in class org.springframework.integration.bus.DefaultMessageBus
 
destroy() - Method in class org.springframework.integration.endpoint.interceptor.ConcurrencyInterceptor
 
destroy() - Method in class org.springframework.integration.scheduling.spi.ProviderTaskScheduler
 
determineConnectionFactoryBeanName(Element) - Static method in class org.springframework.integration.adapter.jms.config.JmsAdapterParserUtils
 
determinePayloadType(MethodInvocation) - Method in class org.springframework.integration.aop.AnnotationAwareMessagePublishingInterceptor
 
determinePayloadType(MethodInvocation) - Method in class org.springframework.integration.aop.MessagePublishingInterceptor
 
DirectChannel - Class in org.springframework.integration.channel
A channel that invokes the subscribed target(s) in the sender's thread (returning after at most one handles the message).
DirectChannel() - Constructor for class org.springframework.integration.channel.DirectChannel
 
DirectChannelFactory - Class in org.springframework.integration.channel.factory
A ChannelFactory for creating DirectChannel instances.
DirectChannelFactory() - Constructor for class org.springframework.integration.channel.factory.DirectChannelFactory
 
DirectChannelParser - Class in org.springframework.integration.config
Parser for the <direct-channel> element.
DirectChannelParser() - Constructor for class org.springframework.integration.config.DirectChannelParser
 
directory - Variable in class org.springframework.integration.adapter.file.FileSource
 
DIRECTORY_ATTRIBUTE - Static variable in class org.springframework.integration.adapter.file.config.FileSourceParser
 
DIRECTORY_ATTRIBUTE - Static variable in class org.springframework.integration.adapter.file.config.FileTargetParser
 
directoryContentManager - Variable in class org.springframework.integration.adapter.file.AbstractDirectorySource
 
DISCARD_CHANNEL - Static variable in class org.springframework.integration.aggregator.AggregatorMessageHandlerCreator
 
DISCARD_CHANNEL_ATTRIBUTE - Static variable in class org.springframework.integration.config.AggregatorParser
 
DISCARD_CHANNEL_ATTRIBUTE - Static variable in class org.springframework.integration.config.ResequencerParser
 
discardChannel - Variable in class org.springframework.integration.aggregator.AbstractMessageBarrierHandler
 
dispatcher - Variable in class org.springframework.integration.adapter.mail.SubscribableMailSource
 
dispatcher - Variable in class org.springframework.integration.channel.DirectChannel
 
dispatcher - Variable in class org.springframework.integration.channel.PublishSubscribeChannel
 
dispatcher - Variable in class org.springframework.integration.dispatcher.PollingDispatcher
 
docBuilderFactory - Variable in class org.springframework.integration.xml.source.DomSourceFactory
 
docBuilderFactory - Variable in class org.springframework.integration.xml.transformer.ResultToStringTransformer
 
doConfigureAsyncEventMulticaster(ApplicationContext) - Method in class org.springframework.integration.bus.DefaultMessageBus
 
doCreateHandler(Object, Method, Map<String, ?>) - Method in class org.springframework.integration.aggregator.AggregatorMessageHandlerCreator
 
doCreateHandler(Object, Method, Map<String, ?>) - Method in class org.springframework.integration.handler.config.AbstractMessageHandlerCreator
 
doCreateHandler(Object, Method, Map<String, ?>) - Method in class org.springframework.integration.handler.config.DefaultMessageHandlerCreator
 
doCreateHandler(Object, Method, Map<String, ?>) - Method in class org.springframework.integration.router.RouterMessageHandlerCreator
 
doCreateHandler(Object, Method, Map<String, ?>) - Method in class org.springframework.integration.splitter.SplitterMessageHandlerCreator
 
doCreateHandler(Object, Method, Map<String, ?>) - Method in class org.springframework.integration.transformer.config.TransformerMessageHandlerCreator
 
documentBuilder - Variable in class org.springframework.integration.xml.result.DomResultFactory
 
documentBuilderFactory - Variable in class org.springframework.integration.xml.transformer.ResultToDocumentTransformer
 
doHandle(Object, WebServiceMessageCallback) - Method in class org.springframework.integration.ws.handler.AbstractWebServiceHandler
 
doHandle(Object, WebServiceMessageCallback) - Method in class org.springframework.integration.ws.handler.MarshallingWebServiceHandler
 
doHandle(Object, WebServiceMessageCallback) - Method in class org.springframework.integration.ws.handler.SimpleWebServiceHandler
 
doHandleRequestMessage(Message<?>, int) - Method in class org.springframework.integration.endpoint.DefaultEndpoint
 
DomResultFactory - Class in org.springframework.integration.xml.result
 
DomResultFactory(DocumentBuilder) - Constructor for class org.springframework.integration.xml.result.DomResultFactory
 
DomResultFactory() - Constructor for class org.springframework.integration.xml.result.DomResultFactory
 
DomSourceFactory - Class in org.springframework.integration.xml.source
SourceFactory implementation which supports creation of a DOMSource from a Document or String payload.
DomSourceFactory() - Constructor for class org.springframework.integration.xml.source.DomSourceFactory
 
DomSourceFactory(DocumentBuilderFactory) - Constructor for class org.springframework.integration.xml.source.DomSourceFactory
 
doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.integration.adapter.file.config.FileTargetParser
 
doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.integration.adapter.jms.config.JmsGatewayParser
 
doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.integration.adapter.jms.config.JmsTargetParser
 
doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.integration.adapter.mail.config.MailTargetParser
 
doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.integration.adapter.mail.config.PollingMailSourceParser
 
doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.integration.adapter.mail.config.SubscribableImapIdleMailSourceParser
 
doParse(Element, BeanDefinitionBuilder) - Method in class org.springframework.integration.adapter.rmi.config.RmiHandlerParser
 
doParse(Element, BeanDefinitionBuilder) - Method in class org.springframework.integration.adapter.stream.config.ConsoleSourceParser
 
doParse(Element, BeanDefinitionBuilder) - Method in class org.springframework.integration.adapter.stream.config.ConsoleTargetParser
 
doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.integration.config.AbstractChannelParser
 
doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.integration.config.AbstractMessageEndpointParser
 
doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.integration.config.MessageBusParser
 
doParse(Element, BeanDefinitionBuilder) - Method in class org.springframework.integration.config.MethodInvokingAdapterParser
 
doParse(Element, BeanDefinitionBuilder) - Method in class org.springframework.integration.config.SelectorChainParser
 
doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.integration.security.config.SecuredChannelsParser
 
doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.integration.security.config.SecurityEndpointInterceptorParser
 
doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.integration.security.config.SecurityPropagatingChannelsParser
 
doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.integration.transformer.config.AbstractPayloadTransformerParser
 
doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.integration.ws.config.WebServiceHandlerParser
 
doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.integration.xml.config.XPathRouterParser
 
doPostProcess(BeanDefinitionBuilder, Element) - Method in class org.springframework.integration.adapter.config.AbstractRemotingGatewayParser
Subclasses may add to the bean definition by overriding this method.
doPostProcess(BeanDefinitionBuilder, Element) - Method in class org.springframework.integration.adapter.rmi.config.RmiGatewayParser
 
doReceive(long) - Method in class org.springframework.integration.channel.AbstractPollableChannel
Subclasses must implement this method.
doReceive(long) - Method in class org.springframework.integration.channel.PriorityChannel
 
doReceive(long) - Method in class org.springframework.integration.channel.QueueChannel
 
doReceive(long) - Method in class org.springframework.integration.channel.ThreadLocalChannel
 
doReceive(PollableSource<?>) - Method in class org.springframework.integration.message.MessageExchangeTemplate
 
doReceiveAndForward(PollableSource<?>, MessageTarget) - Method in class org.springframework.integration.message.MessageExchangeTemplate
 
doSend(Message<?>, long) - Method in class org.springframework.integration.channel.AbstractMessageChannel
Subclasses must implement this method.
doSend(Message<?>, long) - Method in class org.springframework.integration.channel.DirectChannel
 
doSend(Message<?>, long) - Method in class org.springframework.integration.channel.PriorityChannel
 
doSend(Message<?>, long) - Method in class org.springframework.integration.channel.PublishSubscribeChannel
 
doSend(Message<?>, long) - Method in class org.springframework.integration.channel.QueueChannel
 
doSend(Message<?>, long) - Method in class org.springframework.integration.channel.ThreadLocalChannel
 
doSend(Message<?>, MessageTarget) - Method in class org.springframework.integration.message.MessageExchangeTemplate
 
doSendAndReceive(Message<?>, MessageTarget) - Method in class org.springframework.integration.message.MessageExchangeTemplate
 
doWithMessage(WebServiceMessage) - Method in class org.springframework.integration.ws.handler.AbstractWebServiceHandler.TypeCheckingSoapActionCallback
 
Drink - Class in org.springframework.integration.samples.cafe
 
Drink(DrinkType, int, boolean) - Constructor for class org.springframework.integration.samples.cafe.Drink
 
DrinkOrder - Class in org.springframework.integration.samples.cafe
 
DrinkOrder() - Constructor for class org.springframework.integration.samples.cafe.DrinkOrder
 
DrinkRouter - Class in org.springframework.integration.samples.cafe
 
DrinkRouter() - Constructor for class org.springframework.integration.samples.cafe.DrinkRouter
 
drinks - Variable in class org.springframework.integration.samples.cafe.DrinkOrder
 
DrinkType - Enum in org.springframework.integration.samples.cafe
 
DrinkType() - Constructor for enum org.springframework.integration.samples.cafe.DrinkType
 

E

EndpointInterceptor - Interface in org.springframework.integration.endpoint
 
EndpointInterceptorAdapter - Class in org.springframework.integration.endpoint.interceptor
A convenience base class for implementing EndpointInterceptors.
EndpointInterceptorAdapter() - Constructor for class org.springframework.integration.endpoint.interceptor.EndpointInterceptorAdapter
 
EndpointInterceptorParser - Class in org.springframework.integration.config
 
EndpointInterceptorParser() - Constructor for class org.springframework.integration.config.EndpointInterceptorParser
 
endpointRegistry - Variable in class org.springframework.integration.bus.DefaultMessageBus
 
EndpointRegistry - Interface in org.springframework.integration.endpoint
A strategy interface for registration and lookup of message endpoints by name.
endpointRegistry - Variable in class org.springframework.integration.gateway.SimpleMessagingGateway
 
endpoints - Variable in class org.springframework.integration.endpoint.DefaultEndpointRegistry
 
entrySet() - Method in class org.springframework.integration.message.MessageHeaders
 
equals(Object) - Method in class org.springframework.integration.adapter.file.FileInfo
 
equals(Object) - Method in class org.springframework.integration.message.MessageHeaders
 
equals(Object) - Method in class org.springframework.integration.scheduling.PollingSchedule
 
ERROR_CHANNEL_NAME - Static variable in interface org.springframework.integration.channel.ChannelRegistry
 
ERROR_HANDLER_ATTRIBUTE - Static variable in class org.springframework.integration.config.AbstractMessageEndpointParser
 
errorChannel - Variable in class org.springframework.integration.channel.MessagePublishingErrorHandler
 
errorHandler - Variable in class org.springframework.integration.endpoint.AbstractEndpoint
 
errorHandler - Variable in class org.springframework.integration.endpoint.interceptor.ConcurrencyInterceptor
 
errorHandler - Variable in class org.springframework.integration.scheduling.spi.ProviderTaskScheduler
 
ErrorHandler - Interface in org.springframework.integration.util
Strategy for handling a Throwable.
ErrorMessage - Class in org.springframework.integration.message
A message implementation that accepts a Throwable payload.
ErrorMessage(Throwable) - Constructor for class org.springframework.integration.message.ErrorMessage
 
EvenLogger - Class in org.springframework.integration.samples.oddeven
 
EvenLogger() - Constructor for class org.springframework.integration.samples.oddeven.EvenLogger
 
EvenLogger - Class in org.springframework.integration.samples.quartzoddeven
 
EvenLogger() - Constructor for class org.springframework.integration.samples.quartzoddeven.EvenLogger
 
eventTypes - Variable in class org.springframework.integration.adapter.event.ApplicationEventSource
 
exclaim(String) - Method in class org.springframework.integration.samples.filecopy.Exclaimer
 
exclaim(File) - Method in class org.springframework.integration.samples.filecopy.Exclaimer
 
exclaim(byte[]) - Method in class org.springframework.integration.samples.filecopy.Exclaimer
 
Exclaimer - Class in org.springframework.integration.samples.filecopy
A class providing several handling methods for different types of payloads.
Exclaimer() - Constructor for class org.springframework.integration.samples.filecopy.Exclaimer
 
execute(Runnable) - Method in class org.springframework.integration.quartz.QuartzScheduleServiceProvider
 
execute(Runnable) - Method in class org.springframework.integration.scheduling.spi.ProviderTaskScheduler
 
execute(Runnable) - Method in interface org.springframework.integration.scheduling.spi.ScheduleServiceProvider
 
execute(Runnable) - Method in class org.springframework.integration.scheduling.spi.SimpleScheduleServiceProvider
 
executeInternal(JobExecutionContext) - Method in class org.springframework.integration.quartz.QuartzScheduleServiceProvider.InterruptableMethodInvokingJob
 
executeMethod(List<Message<?>>) - Method in class org.springframework.integration.handler.MessageListMethodAdapter
 
executionThread - Variable in class org.springframework.integration.quartz.QuartzScheduleServiceProvider.InterruptableMethodInvokingJob
 
executor - Variable in class org.springframework.integration.aggregator.AbstractMessageBarrierHandler
 
executor - Variable in class org.springframework.integration.endpoint.interceptor.ConcurrencyInterceptor
 
executor - Variable in class org.springframework.integration.scheduling.spi.SimpleScheduleServiceProvider
 
expectReply - Variable in class org.springframework.integration.adapter.AbstractRemotingGateway
 
expectReply - Variable in class org.springframework.integration.adapter.jms.JmsGateway
 
EXPIRATION_DATE - Static variable in class org.springframework.integration.message.MessageHeaders
 
exporter - Variable in class org.springframework.integration.adapter.httpinvoker.HttpInvokerGateway
 
extractAnnotationValue(MethodInvocation, String, Class<T>) - Method in class org.springframework.integration.aop.AnnotationAwareMessagePublishingInterceptor
 
extractData(Source) - Method in class org.springframework.integration.ws.handler.SimpleWebServiceHandler.DefaultSourceExtractor
 
extractNode(Message<?>) - Method in class org.springframework.integration.xml.router.AbstractXPathChannelNameResolver
 
extractPayloadsFromMessages(List<Message<?>>) - Method in class org.springframework.integration.handler.MessageListMethodAdapter
 
extractSchedule(Class<?>) - Method in class org.springframework.integration.config.annotation.AbstractAnnotationMethodPostProcessor
 

F

factory - Variable in class org.springframework.integration.adapter.ftp.QueuedFTPClientPool
 
failedMessage - Variable in exception org.springframework.integration.message.MessagingException
 
failIfNotNull(Object, Message<?>) - Method in class org.springframework.integration.handler.MethodInvokingTarget
 
fetchMessages(Folder, Message[]) - Method in class org.springframework.integration.adapter.mail.monitor.AbstractMonitoringStrategy
Fetches the specified messages from the specified folder.
FILE_FILTER_ATTRIBUTE - Static variable in class org.springframework.integration.adapter.file.config.FileSourceParser
 
FILE_INFO_PROPERTY - Static variable in class org.springframework.integration.adapter.file.AbstractDirectorySource
 
FILE_NAME_GENERATOR_ATTRIBUTE - Static variable in class org.springframework.integration.adapter.file.config.FileTargetParser
 
FileBasedFileCopyDemo - Class in org.springframework.integration.samples.filecopy
Demonstrating the file copy scenario using file-based source and target.
FileBasedFileCopyDemo() - Constructor for class org.springframework.integration.samples.filecopy.FileBasedFileCopyDemo
 
FileCopyDemoCommon - Class in org.springframework.integration.samples.filecopy
Common functionality for the file demo.
FileCopyDemoCommon() - Constructor for class org.springframework.integration.samples.filecopy.FileCopyDemoCommon
 
fileFilter - Variable in class org.springframework.integration.adapter.file.FileSource
 
FileInfo - Class in org.springframework.integration.adapter.file
Information about a file in a directory.
FileInfo(String, long, long) - Constructor for class org.springframework.integration.adapter.file.FileInfo
 
FileMessageCreator - Class in org.springframework.integration.adapter.file
A MessageCreator that creates Message instances with the absolute path to the File as payload.
FileMessageCreator() - Constructor for class org.springframework.integration.adapter.file.FileMessageCreator
 
fileName - Variable in class org.springframework.integration.adapter.file.FileInfo
 
FILENAME_FILTER_ATTRIBUTE - Static variable in class org.springframework.integration.adapter.file.config.FileSourceParser
 
FILENAME_PATTERN_ATTRIBUTE - Static variable in class org.springframework.integration.adapter.file.config.FileSourceParser
 
FILENAME_PROPERTY_KEY - Static variable in interface org.springframework.integration.adapter.file.FileNameGenerator
 
filenameFilter - Variable in class org.springframework.integration.adapter.file.FileSource
 
FileNameGenerator - Interface in org.springframework.integration.adapter.file
Strategy interface for generating a file name from a message.
fileNameGenerator - Variable in class org.springframework.integration.adapter.file.SimpleFileMessageMapper
 
fileProcessed(String...) - Method in class org.springframework.integration.adapter.file.AbstractDirectorySource
 
fileProcessed(String...) - Method in class org.springframework.integration.adapter.file.Backlog
 
FileSource - Class in org.springframework.integration.adapter.file
A messaging source that polls a directory to retrieve files.
FileSource(Resource) - Constructor for class org.springframework.integration.adapter.file.FileSource
 
FileSource(Resource, MessageCreator<File, File>) - Constructor for class org.springframework.integration.adapter.file.FileSource
 
FileSourceParser - Class in org.springframework.integration.adapter.file.config
Parser for the <file-source/> element.
FileSourceParser() - Constructor for class org.springframework.integration.adapter.file.config.FileSourceParser
 
FileTarget - Class in org.springframework.integration.adapter.file
A message target for writing files.
FileTarget(MessageMapper<?, File>) - Constructor for class org.springframework.integration.adapter.file.FileTarget
 
FileTargetParser - Class in org.springframework.integration.adapter.file.config
Parser for the <file-target/> element.
FileTargetParser() - Constructor for class org.springframework.integration.adapter.file.config.FileTargetParser
 
FIXED_DELAY_PARAMETER - Static variable in class org.springframework.integration.quartz.QuartzScheduleServiceProvider
 
fixedDelayJobListener - Variable in class org.springframework.integration.quartz.QuartzScheduleServiceProvider
 
fixedRate - Variable in class org.springframework.integration.scheduling.PollingSchedule
 
folder - Variable in class org.springframework.integration.adapter.mail.DefaultFolderConnection
 
FolderConnection - Interface in org.springframework.integration.adapter.mail
* Encapsulates state for a restartable connection to a Folder and ensures thread safety
folderConnection - Variable in class org.springframework.integration.adapter.mail.PollingMailSource
 
folderConnection - Variable in class org.springframework.integration.adapter.mail.SubscribableMailSource.MonitorRunnable
 
FROM - Static variable in class org.springframework.integration.adapter.mail.MailHeaders
 
from - Variable in class org.springframework.integration.adapter.mail.StaticMailHeaderGenerator
 
fromMessage(Message) - Method in class org.springframework.integration.adapter.jms.HeaderMappingMessageConverter
 
fromMessage(Message<T>) - Static method in class org.springframework.integration.message.MessageBuilder
Create a builder for a new Message instance pre-populated with all of the headers copied from the provided message.
fromPayload(T) - Static method in class org.springframework.integration.message.MessageBuilder
Create a builder for a new Message instance with the provided payload.
FTPClientFactory - Interface in org.springframework.integration.adapter.ftp
Factory for FTPClient.
FTPClientPool - Interface in org.springframework.integration.adapter.ftp
A pool of FTPClient instances.
ftpClientPool - Variable in class org.springframework.integration.adapter.ftp.FtpTarget
 
FtpSource - Class in org.springframework.integration.adapter.ftp
A source adapter for receiving files via FTP.
FtpSource(MessageCreator<List<File>, List<File>>, FTPClientPool) - Constructor for class org.springframework.integration.adapter.ftp.FtpSource
 
FtpSourceParser - Class in org.springframework.integration.adapter.ftp.config
Parser for the <ftp-source/> element.
FtpSourceParser() - Constructor for class org.springframework.integration.adapter.ftp.config.FtpSourceParser
 
FtpTarget - Class in org.springframework.integration.adapter.ftp
Target adapter for sending files to an FTP server.
FtpTarget(MessageMapper<?, File>, FTPClientPool) - Constructor for class org.springframework.integration.adapter.ftp.FtpTarget
 
FtpTargetParser - Class in org.springframework.integration.adapter.ftp.config
 
FtpTargetParser() - Constructor for class org.springframework.integration.adapter.ftp.config.FtpTargetParser
 
future - Variable in class org.springframework.integration.message.AsyncMessage
 

G

GatewayParser - Class in org.springframework.integration.gateway.config
Parser for the <gateway/> element.
GatewayParser() - Constructor for class org.springframework.integration.gateway.config.GatewayParser
 
GatewayProxyFactoryBean - Class in org.springframework.integration.gateway
Generates a proxy for the provided service interface to enable interaction with messaging components without application code being aware of them.
GatewayProxyFactoryBean() - Constructor for class org.springframework.integration.gateway.GatewayProxyFactoryBean
 
generateFileName(Message<?>) - Method in class org.springframework.integration.adapter.file.DefaultFileNameGenerator
 
generateFileName(Message<?>) - Method in interface org.springframework.integration.adapter.file.FileNameGenerator
 
generateId() - Method in interface org.springframework.integration.util.IdGenerator
Generate a new unique id.
generateId() - Method in class org.springframework.integration.util.RandomUuidGenerator
 
generateNameForInstance(Object) - Static method in class org.springframework.integration.quartz.QuartzScheduleServiceProvider
 
GenericMessage<T> - Class in org.springframework.integration.message
Base Message class defining common properties such as id, payload, and headers.
GenericMessage(T) - Constructor for class org.springframework.integration.message.GenericMessage
Create a new message with the given payload.
GenericMessage(T, Map<String, Object>) - Constructor for class org.springframework.integration.message.GenericMessage
Create a new message with the given payload.
get() - Method in class org.springframework.integration.message.AsyncMessage
 
get(long, TimeUnit) - Method in class org.springframework.integration.message.AsyncMessage
 
get(Object, Class<T>) - Method in class org.springframework.integration.message.MessageHeaders
 
get(Object) - Method in class org.springframework.integration.message.MessageHeaders
 
get(Object) - Method in interface org.springframework.integration.message.MessageStore
 
get(Object) - Method in class org.springframework.integration.message.RetrievalBlockingMessageStore
 
get(Object, long) - Method in class org.springframework.integration.message.RetrievalBlockingMessageStore
 
get(Object) - Method in class org.springframework.integration.message.SimpleMessageStore
 
get(long, TimeUnit) - Method in class org.springframework.integration.quartz.QuartzScheduleServiceProvider.ScheduledFutureJobWrapper
 
get() - Method in class org.springframework.integration.quartz.QuartzScheduleServiceProvider.ScheduledFutureJobWrapper
 
getAdvice() - Method in class org.springframework.integration.aop.PublisherAnnotationAdvisor
 
getAnnotation(Method) - Method in class org.springframework.integration.config.annotation.AbstractAnnotationMethodPostProcessor
 
getAttribute(Map<String, ?>, String, Class<T>) - Method in class org.springframework.integration.aggregator.AggregatorMessageHandlerCreator
 
getBacklog() - Method in class org.springframework.integration.adapter.file.Backlog
 
getBcc(Message<?>) - Method in class org.springframework.integration.adapter.mail.AbstractMailHeaderGenerator
Retrieve the BCC recipients list from an integration message.
getBcc(MessageHeaders) - Method in class org.springframework.integration.adapter.mail.AbstractMailHeaderMapper
Retrieve the BCC recipients list from an integration message.
getBcc(Message<?>) - Method in class org.springframework.integration.adapter.mail.DefaultMailHeaderGenerator
 
getBcc(MessageHeaders) - Method in class org.springframework.integration.adapter.mail.DefaultMailMessageHeaderMapper
 
getBcc(Message<?>) - Method in class org.springframework.integration.adapter.mail.StaticMailHeaderGenerator
 
getBeanClass(Element) - Method in class org.springframework.integration.adapter.config.AbstractRemotingGatewayParser
 
getBeanClass(Element) - Method in class org.springframework.integration.adapter.config.AbstractRemotingHandlerParser
 
getBeanClass(Element) - Method in class org.springframework.integration.adapter.file.config.FileSourceParser
 
getBeanClass(Element) - Method in class org.springframework.integration.adapter.file.config.FileTargetParser
 
getBeanClass(Element) - Method in class org.springframework.integration.adapter.ftp.config.FtpSourceParser
 
getBeanClass(Element) - Method in class org.springframework.integration.adapter.ftp.config.FtpTargetParser
 
getBeanClass(Element) - Method in class org.springframework.integration.adapter.httpinvoker.config.HttpInvokerGatewayParser
 
getBeanClass(Element) - Method in class org.springframework.integration.adapter.httpinvoker.config.HttpInvokerHandlerParser
 
getBeanClass(Element) - Method in class org.springframework.integration.adapter.jms.config.JmsGatewayParser
 
getBeanClass(Element) - Method in class org.springframework.integration.adapter.jms.config.JmsTargetParser
 
getBeanClass(Element) - Method in class org.springframework.integration.adapter.mail.config.MailTargetParser
 
getBeanClass(Element) - Method in class org.springframework.integration.adapter.mail.config.PollingMailSourceParser
 
getBeanClass(Element) - Method in class org.springframework.integration.adapter.mail.config.SubscribableImapIdleMailSourceParser
 
getBeanClass(Element) - Method in class org.springframework.integration.adapter.rmi.config.RmiGatewayParser
 
getBeanClass(Element) - Method in class org.springframework.integration.adapter.rmi.config.RmiHandlerParser
 
getBeanClass(Element) - Method in class org.springframework.integration.adapter.stream.config.ConsoleSourceParser
 
getBeanClass(Element) - Method in class org.springframework.integration.adapter.stream.config.ConsoleTargetParser
 
getBeanClass(Element) - Method in class org.springframework.integration.config.AbstractChannelParser
 
getBeanClass(Element) - Method in class org.springframework.integration.config.AbstractMessageEndpointParser
 
getBeanClass(Object) - Method in class org.springframework.integration.config.annotation.MessagingAnnotationPostProcessor
 
getBeanClass(Element) - Method in class org.springframework.integration.config.DefaultChannelParser
 
getBeanClass(Element) - Method in class org.springframework.integration.config.DirectChannelParser
 
getBeanClass(Element) - Method in class org.springframework.integration.config.MessageBusParser
 
getBeanClass(Element) - Method in class org.springframework.integration.config.MethodInvokingAdapterParser
 
getBeanClass(Element) - Method in class org.springframework.integration.config.PoolExecutorParser
 
getBeanClass(Element) - Method in class org.springframework.integration.config.PriorityChannelParser
 
getBeanClass(Element) - Method in class org.springframework.integration.config.PublishSubscribeChannelParser
 
getBeanClass(Element) - Method in class org.springframework.integration.config.QueueChannelParser
 
getBeanClass(Element) - Method in class org.springframework.integration.config.RendezvousChannelParser
 
getBeanClass(Element) - Method in class org.springframework.integration.config.ResequencerParser
 
getBeanClass(Element) - Method in class org.springframework.integration.config.SelectorChainParser
 
getBeanClass(Element) - Method in class org.springframework.integration.config.ThreadLocalChannelParser
 
getBeanClass(Element) - Method in class org.springframework.integration.gateway.config.GatewayParser
 
getBeanClass(Element) - Method in class org.springframework.integration.transformer.config.AbstractPayloadTransformerParser
 
getBeanClass(Element) - Method in class org.springframework.integration.ws.config.WebServiceHandlerParser
 
getCc(Message<?>) - Method in class org.springframework.integration.adapter.mail.AbstractMailHeaderGenerator
Retrieve the CC recipients list from an integration message.
getCc(MessageHeaders) - Method in class org.springframework.integration.adapter.mail.AbstractMailHeaderMapper
Retrieve the CC recipients list from an integration message.
getCc(Message<?>) - Method in class org.springframework.integration.adapter.mail.DefaultMailHeaderGenerator
 
getCc(MessageHeaders) - Method in class org.springframework.integration.adapter.mail.DefaultMailMessageHeaderMapper
 
getCc(Message<?>) - Method in class org.springframework.integration.adapter.mail.StaticMailHeaderGenerator
 
getChannel(String, List<ChannelInterceptor>) - Method in class org.springframework.integration.channel.factory.AbstractChannelFactory
 
getChannel(String, List<ChannelInterceptor>) - Method in interface org.springframework.integration.channel.factory.ChannelFactory
Creates a channel based on the provided name and interceptors.
getChannelRegistry() - Method in class org.springframework.integration.endpoint.DefaultEndpoint
 
getChannelRegistry() - Method in class org.springframework.integration.router.AbstractRoutingMessageHandler
 
getClient() - Method in interface org.springframework.integration.adapter.ftp.FTPClientFactory
 
getClient() - Method in class org.springframework.integration.adapter.ftp.QueuedFTPClientPool.DefaultFactory
 
getClient() - Method in class org.springframework.integration.adapter.ftp.QueuedFTPClientPool
 
getCollectionActualType(Method) - Static method in class org.springframework.integration.handler.MessageListMethodAdapter
 
getContext() - Method in class org.springframework.integration.security.StackBasedSecurityContextHolderStrategy
 
getConverter() - Method in class org.springframework.integration.adapter.mail.PollingMailSource
 
getCoreSize() - Method in class org.springframework.integration.endpoint.ConcurrencyPolicy
 
getCorrelationId(Message<?>) - Method in class org.springframework.integration.handler.ReplyMessageCorrelator
Retrieve the correlation identifier from the provided message.
getCorrelationId() - Method in class org.springframework.integration.message.MessageHeaders
 
getCronExpression() - Method in class org.springframework.integration.scheduling.CronSchedule
 
getDelay(TimeUnit) - Method in class org.springframework.integration.quartz.QuartzScheduleServiceProvider.ScheduledFutureJobWrapper
 
getDirectoryContentManager() - Method in class org.springframework.integration.adapter.file.AbstractDirectorySource
 
getDocumentBuilder() - Method in class org.springframework.integration.xml.transformer.ResultToDocumentTransformer
 
getDrinks() - Method in class org.springframework.integration.samples.cafe.DrinkOrder
 
getEndpointClass() - Method in class org.springframework.integration.config.AbstractMessageEndpointParser
Subclasses may override this to return a specific MessageEndpoint class.
getEndpointNames() - Method in class org.springframework.integration.bus.DefaultMessageBus
 
getEndpointNames() - Method in class org.springframework.integration.endpoint.DefaultEndpointRegistry
 
getEndpointNames() - Method in interface org.springframework.integration.endpoint.EndpointRegistry
 
getErrorChannel() - Method in class org.springframework.integration.bus.DefaultMessageBus
 
getErrorChannel() - Method in interface org.springframework.integration.bus.MessageBus
 
getExpirationDate() - Method in class org.springframework.integration.message.MessageHeaders
 
getFailedMessage() - Method in exception org.springframework.integration.message.MessagingException
 
getFileName() - Method in class org.springframework.integration.adapter.file.FileInfo
 
getFixedRate() - Method in class org.springframework.integration.scheduling.PollingSchedule
 
getFolderConnection() - Method in class org.springframework.integration.adapter.mail.PollingMailSource
 
getFolderOpenMode() - Method in class org.springframework.integration.adapter.mail.monitor.AbstractMonitoringStrategy
 
getFolderOpenMode() - Method in interface org.springframework.integration.adapter.mail.monitor.MonitoringStrategy
Returns the folder open mode to be used by this strategy.
getFrom(Message<?>) - Method in class org.springframework.integration.adapter.mail.AbstractMailHeaderGenerator
Retrieve the From: e-mail address from an integration message.
getFrom(MessageHeaders) - Method in class org.springframework.integration.adapter.mail.AbstractMailHeaderMapper
Retrieve the From: e-mail address from an integration message.
getFrom(Message<?>) - Method in class org.springframework.integration.adapter.mail.DefaultMailHeaderGenerator
 
getFrom(MessageHeaders) - Method in class org.springframework.integration.adapter.mail.DefaultMailMessageHeaderMapper
 
getFrom(Message<?>) - Method in class org.springframework.integration.adapter.mail.StaticMailHeaderGenerator
 
getFutureDate(long, TimeUnit) - Static method in class org.springframework.integration.quartz.QuartzScheduleServiceProvider
 
getHandler() - Method in class org.springframework.integration.endpoint.DefaultEndpoint
 
getHandlerAdapterClass() - Method in class org.springframework.integration.config.AbstractMessageEndpointParser
Subclasses must override this to return the MessageHandler class.
getHandlerAdapterClass() - Method in class org.springframework.integration.config.AggregatorParser
 
getHandlerAdapterClass() - Method in class org.springframework.integration.config.RouterParser
 
getHandlerAdapterClass() - Method in class org.springframework.integration.config.ServiceActivatorParser
 
getHandlerAdapterClass() - Method in class org.springframework.integration.config.SplitterParser
 
getHandlers() - Method in class org.springframework.integration.handler.MessageHandlerChain
Get an immutable list of handlers
getHeaders() - Method in class org.springframework.integration.message.AsyncMessage
 
getHeaders() - Method in class org.springframework.integration.message.GenericMessage
 
getHeaders() - Method in interface org.springframework.integration.message.Message
 
getId() - Method in class org.springframework.integration.message.MessageHeaders
 
getInitialDelay() - Method in class org.springframework.integration.scheduling.PollingSchedule
 
getInputChannelName() - Method in class org.springframework.integration.endpoint.AbstractRequestReplyEndpoint
 
getInputChannelName() - Method in class org.springframework.integration.endpoint.InboundChannelAdapter
 
getInputChannelName() - Method in interface org.springframework.integration.endpoint.MessageEndpoint
 
getInputChannelName() - Method in class org.springframework.integration.endpoint.OutboundChannelAdapter
 
getInterceptors() - Method in class org.springframework.integration.channel.AbstractMessageChannel
Exposes the interceptor list for subclasses.
getJavaMailProperties() - Method in class org.springframework.integration.adapter.mail.DefaultFolderConnection
 
getJmsTemplate() - Method in class org.springframework.integration.adapter.jms.AbstractJmsTemplateBasedAdapter
 
getKeepAliveSeconds() - Method in class org.springframework.integration.endpoint.ConcurrencyPolicy
 
getMailMessageStore() - Method in class org.springframework.integration.adapter.mail.PollingMailSource
 
getMaxSize() - Method in class org.springframework.integration.endpoint.ConcurrencyPolicy
 
getMessage() - Method in class org.springframework.integration.adapter.event.MessagingEvent
 
getMessage() - Method in class org.springframework.integration.message.RetrievalBlockingMessageStore.MessageHolder
 
getMessageBus() - Method in class org.springframework.integration.config.annotation.AbstractAnnotationMethodPostProcessor
 
getMessageCreator() - Method in class org.springframework.integration.adapter.file.AbstractDirectorySource
 
getMessageExchangeTemplate() - Method in class org.springframework.integration.endpoint.AbstractEndpoint
 
getMessageExchangeTemplate() - Method in class org.springframework.integration.gateway.MessagingGatewaySupport
Retrieve the MessageExchangeTemplate for performing send and receive operations across channels.
getMessages() - Method in class org.springframework.integration.aggregator.AbstractMessageBarrier
 
getMessages() - Method in interface org.springframework.integration.aggregator.MessageBarrier
 
getMethod() - Method in class org.springframework.integration.handler.MessageListMethodAdapter
 
getModificationTimestamp() - Method in class org.springframework.integration.adapter.file.FileInfo
 
getName() - Method in class org.springframework.integration.channel.AbstractMessageChannel
Return the name of this channel.
getName() - Method in interface org.springframework.integration.channel.MessageChannel
Return the name of this channel.
getName() - Method in class org.springframework.integration.channel.NullChannel
Always returns null.
getName() - Method in class org.springframework.integration.endpoint.AbstractEndpoint
Return the name of this endpoint.
getName() - Method in interface org.springframework.integration.endpoint.MessageEndpoint
 
getName() - Method in class org.springframework.integration.quartz.QuartzScheduleServiceProvider.FixedDelayJobListener
 
getNewDocumentBuilder() - Method in class org.springframework.integration.xml.source.DomSourceFactory
 
getNewDocumentBuilder() - Method in class org.springframework.integration.xml.transformer.ResultToStringTransformer
 
getNewTransformer() - Method in class org.springframework.integration.xml.transformer.ResultToStringTransformer
 
getNext() - Method in class org.springframework.integration.adapter.mail.monitor.DefaultLocalMailMessageStore
 
getNext() - Method in interface org.springframework.integration.adapter.mail.monitor.LocalMailMessageStore
 
getNextTarget() - Method in class org.springframework.integration.message.MessageHeaders
 
getObject() - Method in class org.springframework.integration.bus.DefaultChannelFactoryBean
 
getObject() - Method in class org.springframework.integration.config.PollingDispatcherFactoryBean
 
getObject() - Method in class org.springframework.integration.gateway.GatewayProxyFactoryBean
 
getObjectType() - Method in class org.springframework.integration.bus.DefaultChannelFactoryBean
 
getObjectType() - Method in class org.springframework.integration.config.PollingDispatcherFactoryBean
 
getObjectType() - Method in class org.springframework.integration.gateway.GatewayProxyFactoryBean
 
getOrder() - Method in class org.springframework.integration.handler.AbstractMessageHandler
 
getOrder() - Method in class org.springframework.integration.security.ChannelInterceptorRegisteringBeanPostProcessor
 
getOrder() - Method in class org.springframework.integration.security.config.SecurityPropagatingBeanPostProcessor
 
getOriginalRequestMessage() - Method in exception org.springframework.integration.endpoint.MessageEndpointReplyException
 
getOutputChannelName() - Method in class org.springframework.integration.endpoint.AbstractRequestReplyEndpoint
 
getOutputChannelName() - Method in class org.springframework.integration.endpoint.InboundChannelAdapter
 
getOutputChannelName() - Method in interface org.springframework.integration.endpoint.MessageEndpoint
 
getOutputChannelName() - Method in class org.springframework.integration.endpoint.OutboundChannelAdapter
 
getParity(int) - Method in class org.springframework.integration.samples.oddeven.ParityResolver
 
getParity(int) - Method in class org.springframework.integration.samples.quartzoddeven.ParityResolver
 
getParserMap() - Method in class org.springframework.integration.config.AbstractInterceptorParser
 
getParserMap() - Method in class org.springframework.integration.config.ChannelInterceptorParser
 
getParserMap() - Method in class org.springframework.integration.config.EndpointInterceptorParser
 
getPattern() - Method in class org.springframework.integration.security.config.IncludeExcludePattern
 
getPayload() - Method in class org.springframework.integration.message.AsyncMessage
 
getPayload() - Method in class org.springframework.integration.message.GenericMessage
 
getPayload() - Method in interface org.springframework.integration.message.Message
 
getPeriod() - Method in class org.springframework.integration.scheduling.PollingSchedule
 
getPointcut() - Method in class org.springframework.integration.aop.PublisherAnnotationAdvisor
 
getPriority() - Method in class org.springframework.integration.message.MessageHeaders
 
getProcessingBuffer() - Method in class org.springframework.integration.adapter.file.Backlog
 
getQueueCapacity() - Method in class org.springframework.integration.channel.factory.QueueChannelFactory
 
getQueueCapacity() - Method in class org.springframework.integration.endpoint.ConcurrencyPolicy
 
getReceiveSecurityAttributes() - Method in class org.springframework.integration.security.channel.SecurityEnforcingChannelInterceptor
 
getReply(Object) - Method in class org.springframework.integration.handler.ReplyMessageCorrelator
 
getReply(Object, long) - Method in class org.springframework.integration.handler.ReplyMessageCorrelator
 
getReplyTo(Message<?>) - Method in class org.springframework.integration.adapter.mail.AbstractMailHeaderGenerator
Retrieve the Reply To: e-mail address from an integration message.
getReplyTo(MessageHeaders) - Method in class org.springframework.integration.adapter.mail.AbstractMailHeaderMapper
Retrieve the Reply To: e-mail address from an integration message.
getReplyTo(Message<?>) - Method in class org.springframework.integration.adapter.mail.DefaultMailHeaderGenerator
 
getReplyTo(MessageHeaders) - Method in class org.springframework.integration.adapter.mail.DefaultMailMessageHeaderMapper
 
getReplyTo(Message<?>) - Method in class org.springframework.integration.adapter.mail.StaticMailHeaderGenerator
 
getRequestCallback(Message<?>) - Method in class org.springframework.integration.ws.handler.AbstractWebServiceHandler
 
getReturnAddress() - Method in class org.springframework.integration.message.MessageHeaders
 
getSchedule() - Method in class org.springframework.integration.dispatcher.PollingDispatcher
 
getSchedule() - Method in class org.springframework.integration.endpoint.AbstractEndpoint
 
getSchedule() - Method in interface org.springframework.integration.endpoint.MessageEndpoint
 
getSchedule() - Method in interface org.springframework.integration.scheduling.SchedulableTask
 
getSchedule() - Method in exception org.springframework.integration.scheduling.spi.UnschedulableTaskException
 
getSecurityContextFromHeader(Message<?>) - Static method in class org.springframework.integration.security.SecurityContextUtils
 
getSendSecurityAttributes() - Method in class org.springframework.integration.security.channel.SecurityEnforcingChannelInterceptor
 
getSequenceNumber() - Method in class org.springframework.integration.message.MessageHeaders
 
getSequenceSize() - Method in class org.springframework.integration.message.MessageHeaders
 
getSize() - Method in class org.springframework.integration.adapter.file.FileInfo
 
getSource() - Method in class org.springframework.integration.endpoint.AbstractEndpoint
 
getSource() - Method in interface org.springframework.integration.endpoint.MessageEndpoint
 
getStackForThread() - Method in class org.springframework.integration.security.StackBasedSecurityContextHolderStrategy
 
getStringTypedHeaders(Message<?>) - Method in class org.springframework.integration.handler.annotation.MethodArgumentMessageMapper
 
getSubject(Message<?>) - Method in class org.springframework.integration.adapter.mail.AbstractMailHeaderGenerator
Retrieve the subject of an e-mail message from an integration message.
getSubject(MessageHeaders) - Method in class org.springframework.integration.adapter.mail.AbstractMailHeaderMapper
Retrieve the subject of an e-mail message from an integration message.
getSubject(Message<?>) - Method in class org.springframework.integration.adapter.mail.DefaultMailHeaderGenerator
 
getSubject(MessageHeaders) - Method in class org.springframework.integration.adapter.mail.DefaultMailMessageHeaderMapper
 
getSubject(URI) - Static method in class org.springframework.integration.adapter.mail.monitor.MailTransportUtils
 
getSubject(Message<?>) - Method in class org.springframework.integration.adapter.mail.StaticMailHeaderGenerator
 
getTarget() - Method in class org.springframework.integration.endpoint.AbstractEndpoint
 
getTarget() - Method in interface org.springframework.integration.endpoint.MessageEndpoint
 
getTaskExecutor() - Method in class org.springframework.integration.dispatcher.AbstractDispatcher
 
getTimestamp() - Method in class org.springframework.integration.aggregator.AbstractMessageBarrier
Returns the creation time of this barrier as the number of milliseconds since January 1, 1970.
getTimestamp() - Method in interface org.springframework.integration.aggregator.MessageBarrier
 
getTimestamp() - Method in class org.springframework.integration.message.MessageHeaders
 
getTimeUnit() - Method in class org.springframework.integration.scheduling.PollingSchedule
 
getTo(Message<?>) - Method in class org.springframework.integration.adapter.mail.AbstractMailHeaderGenerator
Retrieve the recipients list from an integration message.
getTo(MessageHeaders) - Method in class org.springframework.integration.adapter.mail.AbstractMailHeaderMapper
Retrieve the recipients list from an integration message.
getTo(Message<?>) - Method in class org.springframework.integration.adapter.mail.DefaultMailHeaderGenerator
 
getTo(MessageHeaders) - Method in class org.springframework.integration.adapter.mail.DefaultMailMessageHeaderMapper
 
getTo(URI) - Static method in class org.springframework.integration.adapter.mail.monitor.MailTransportUtils
 
getTo(Message<?>) - Method in class org.springframework.integration.adapter.mail.StaticMailHeaderGenerator
 
getTransactionTemplate() - Method in class org.springframework.integration.message.MessageExchangeTemplate
 
getTransformer() - Method in class org.springframework.integration.xml.source.StringSourceFactory
 
getTransformerClass() - Method in class org.springframework.integration.transformer.config.AbstractPayloadTransformerParser
 
getTransformerClass() - Method in class org.springframework.integration.xml.config.XmlMarshallingTransformerParser
 
getTransformerClass() - Method in class org.springframework.integration.xml.config.XmlUnmarshallingTransformerParser
 
getTransformerClass() - Method in class org.springframework.integration.xml.config.XsltPayloadTransformerParser
 
getTransformOnSend() - Method in class org.springframework.integration.transformer.MessageTransformingChannelInterceptor
 
getTypeConverter() - Method in class org.springframework.integration.util.DefaultMethodInvoker
 
getUndeliveredReplyMessage() - Method in exception org.springframework.integration.endpoint.MessageEndpointReplyException
 
getWebServiceTemplate() - Method in class org.springframework.integration.ws.handler.AbstractWebServiceHandler
 

H

handle(Message<?>) - Method in class org.springframework.integration.adapter.AbstractRemotingGateway
 
handle(Message<?>) - Method in class org.springframework.integration.adapter.AbstractRemotingHandler
 
handle(Message<?>) - Method in class org.springframework.integration.aggregator.AbstractMessageBarrierHandler
 
handle(Throwable) - Method in class org.springframework.integration.channel.MessagePublishingErrorHandler
 
handle(Message<?>) - Method in class org.springframework.integration.handler.AbstractMessageHandler
 
handle(Message<?>) - Method in class org.springframework.integration.handler.MessageFilter
 
handle(Message<?>) - Method in interface org.springframework.integration.handler.MessageHandler
 
handle(Message<?>) - Method in class org.springframework.integration.handler.MessageHandlerChain
 
handle(Message<?>) - Method in class org.springframework.integration.handler.MessageHandlerDecorator
 
handle(Message<?>) - Method in class org.springframework.integration.handler.ReplyMessageCorrelator
 
handle(Message<?>) - Method in class org.springframework.integration.router.AbstractRoutingMessageHandler
 
handle(Message<?>) - Method in class org.springframework.integration.transformer.HeaderTransformingMessageHandler
 
handle(Message<?>) - Method in class org.springframework.integration.transformer.PayloadTransformingMessageHandler
 
handle(Throwable) - Method in interface org.springframework.integration.util.ErrorHandler
 
handle(Message<?>) - Method in class org.springframework.integration.ws.handler.AbstractWebServiceHandler
 
handleException(MessagingException) - Method in class org.springframework.integration.endpoint.AbstractEndpoint
 
handleInternal(Message<?>, MessageHandler) - Method in class org.springframework.integration.handler.MessageHandlerDecorator
The handler method for subclasses to implement.
handleNonstandardInterceptor(Element, ParserContext) - Method in class org.springframework.integration.config.AbstractInterceptorParser
 
Handler - Annotation Type in org.springframework.integration.annotation
Indicates that a method is capable of handling a message or message payload.
handler - Variable in class org.springframework.integration.endpoint.DefaultEndpoint
 
handler - Variable in class org.springframework.integration.handler.MessageHandlerDecorator
 
HANDLER_CHAIN_ELEMENT - Static variable in class org.springframework.integration.config.HandlerParser
 
HANDLER_ELEMENT - Static variable in class org.springframework.integration.config.HandlerParser
 
HandlerAnnotationPostProcessor - Class in org.springframework.integration.config.annotation
Post-processor for the @Handler annotation.
HandlerAnnotationPostProcessor(MessageBus, ClassLoader) - Constructor for class org.springframework.integration.config.annotation.HandlerAnnotationPostProcessor
 
handlerCreators - Variable in class org.springframework.integration.config.annotation.HandlerAnnotationPostProcessor
 
handleRequest(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.integration.adapter.httpinvoker.HttpInvokerGateway
 
handleRequestMessage(Message<?>) - Method in class org.springframework.integration.endpoint.AbstractRequestReplyEndpoint
 
handleRequestMessage(Message<?>) - Method in class org.springframework.integration.endpoint.DefaultEndpoint
 
handleRequestMessage(Message<?>) - Method in class org.springframework.integration.endpoint.MessagingBridge
 
HandlerParser - Class in org.springframework.integration.config
Parser for the <handler/> element.
HandlerParser() - Constructor for class org.springframework.integration.config.HandlerParser
 
handlerProxy - Variable in class org.springframework.integration.adapter.AbstractRemotingHandler
 
handlers - Variable in class org.springframework.integration.handler.MessageHandlerChain
 
HANDLERS_PROPERTY - Static variable in class org.springframework.integration.config.HandlerParser
 
hashCode() - Method in class org.springframework.integration.adapter.file.FileInfo
 
hashCode() - Method in class org.springframework.integration.message.MessageHeaders
 
hashCode() - Method in class org.springframework.integration.scheduling.PollingSchedule
 
hasReceivedAllMessages() - Method in class org.springframework.integration.aggregator.AbstractMessageBarrier
Subclasses must implement this method to indicate if all possible messages that could be received by a given barrier have already been received (e.g.
hasReceivedAllMessages() - Method in class org.springframework.integration.aggregator.AggregationBarrier
 
hasReceivedAllMessages() - Method in class org.springframework.integration.aggregator.ResequencingMessageBarrier
 
Header - Annotation Type in org.springframework.integration.handler.annotation
Annotation indicating that a method parameter's value should be retrieved from the message headers.
HEADER_IN_REPLY_TO - Static variable in interface org.springframework.integration.adapter.mail.monitor.MailTransportConstants
The "In-Reply-To" header.
HEADER_MAPPER_ATTRIBUTE - Static variable in class org.springframework.integration.adapter.jms.config.JmsAdapterParserUtils
 
HEADER_MAPPER_PROPERTY - Static variable in class org.springframework.integration.adapter.jms.config.JmsAdapterParserUtils
 
headerMapper - Variable in class org.springframework.integration.adapter.jms.AbstractJmsTemplateBasedAdapter
 
headerMapper - Variable in class org.springframework.integration.adapter.jms.HeaderMappingMessageConverter
 
headerMapper - Variable in class org.springframework.integration.adapter.mail.DefaultMailMessageConverter
 
HeaderMappingMessageConverter - Class in org.springframework.integration.adapter.jms
A MessageConverter implementation that delegates to an existing converter as well as an implementation of MessageHeaderMapper.
HeaderMappingMessageConverter(MessageConverter) - Constructor for class org.springframework.integration.adapter.jms.HeaderMappingMessageConverter
 
HeaderMappingMessageConverter(MessageConverter, MessageHeaderMapper<Message>) - Constructor for class org.springframework.integration.adapter.jms.HeaderMappingMessageConverter
 
headers - Variable in class org.springframework.integration.message.GenericMessage
 
headers - Variable in class org.springframework.integration.message.MessageBuilder
 
headers - Variable in class org.springframework.integration.message.MessageHeaders
 
HeaderTransformer - Interface in org.springframework.integration.transformer
A strategy interface for modifying the header values of a message.
HeaderTransformingMessageHandler - Class in org.springframework.integration.transformer
A MessageHandler implementation that delegates to an instance of the HeaderTransformer strategy interface to modify the header values of a Message.
HeaderTransformingMessageHandler(HeaderTransformer) - Constructor for class org.springframework.integration.transformer.HeaderTransformingMessageHandler
 
HelloService - Class in org.springframework.integration.samples.helloworld
 
HelloService() - Constructor for class org.springframework.integration.samples.helloworld.HelloService
 
HelloWorldDemo - Class in org.springframework.integration.samples.helloworld
Demonstrates a basic message endpoint.
HelloWorldDemo() - Constructor for class org.springframework.integration.samples.helloworld.HelloWorldDemo
 
host - Variable in class org.springframework.integration.adapter.ftp.QueuedFTPClientPool
 
hotDrinkCounter - Variable in class org.springframework.integration.samples.cafe.Barista
 
hotDrinkDelay - Variable in class org.springframework.integration.samples.cafe.Barista
 
HttpInvokerGateway - Class in org.springframework.integration.adapter.httpinvoker
A gateway adapter for HttpInvoker-based remoting.
HttpInvokerGateway(MessageChannel) - Constructor for class org.springframework.integration.adapter.httpinvoker.HttpInvokerGateway
 
HttpInvokerGatewayParser - Class in org.springframework.integration.adapter.httpinvoker.config
Parser for the <httpinvoker-gateway/> element.
HttpInvokerGatewayParser() - Constructor for class org.springframework.integration.adapter.httpinvoker.config.HttpInvokerGatewayParser
 
HttpInvokerHandler - Class in org.springframework.integration.adapter.httpinvoker
A MessageHandler adapter for HttpInvoker-based remoting.
HttpInvokerHandler(String) - Constructor for class org.springframework.integration.adapter.httpinvoker.HttpInvokerHandler
 
HttpInvokerHandlerParser - Class in org.springframework.integration.adapter.httpinvoker.config
Parser for the <httpinvoker-handler/> element.
HttpInvokerHandlerParser() - Constructor for class org.springframework.integration.adapter.httpinvoker.config.HttpInvokerHandlerParser
 

I

iced - Variable in class org.springframework.integration.samples.cafe.Drink
 
ID - Static variable in class org.springframework.integration.message.MessageHeaders
 
idGenerator - Variable in class org.springframework.integration.message.MessageHeaders
 
IdGenerator - Interface in org.springframework.integration.util
A strategy for generating unique ids.
idleTaskExecutionLimit - Variable in class org.springframework.integration.adapter.jms.JmsGateway
 
ImapIdleMonitoringStrategy - Class in org.springframework.integration.adapter.mail.monitor
Implementation of the MonitoringStrategy interface that uses the IMAP IDLE command for asynchronous message detection.
ImapIdleMonitoringStrategy() - Constructor for class org.springframework.integration.adapter.mail.monitor.ImapIdleMonitoringStrategy
 
InboundChannelAdapter - Class in org.springframework.integration.endpoint
A Channel Adapter implementation for connecting a MessageSource to a MessageChannel.
InboundChannelAdapter() - Constructor for class org.springframework.integration.endpoint.InboundChannelAdapter
 
includeByDefault - Variable in class org.springframework.integration.security.config.JdkRegExpOrderedIncludeExcludeList
 
includeExcludeList - Variable in class org.springframework.integration.security.config.SecurityPropagatingBeanPostProcessor
 
IncludeExcludePattern - Class in org.springframework.integration.security.config
 
IncludeExcludePattern(boolean, String) - Constructor for class org.springframework.integration.security.config.IncludeExcludePattern
 
IncludeExcludePattern(String) - Constructor for class org.springframework.integration.security.config.IncludeExcludePattern
 
includeExcludePattern - Variable in class org.springframework.integration.security.config.JdkRegExpOrderedIncludeExcludeList.PatternHolder
 
IncludeExcludePatternParser - Class in org.springframework.integration.security.config
 
IncludeExcludePatternParser() - Constructor for class org.springframework.integration.security.config.IncludeExcludePatternParser
 
includeExcludePatternParser - Variable in class org.springframework.integration.security.config.SecurityPropagatingChannelsParser
 
init() - Method in class org.springframework.integration.config.IntegrationNamespaceHandler
 
init() - Method in class org.springframework.integration.security.config.IntegrationSecurityNamespaceHandler
 
init() - Method in class org.springframework.integration.xml.config.IntegrationXmlNamespaceHandler
 
initialDelay - Variable in class org.springframework.integration.scheduling.PollingSchedule
 
initializationMonitor - Variable in class org.springframework.integration.adapter.jms.AbstractJmsTemplateBasedAdapter
 
initializationMonitor - Variable in class org.springframework.integration.bus.DefaultChannelFactoryBean
 
initializationMonitor - Variable in class org.springframework.integration.channel.interceptor.MessageStoringInterceptor
 
initializationMonitor - Variable in class org.springframework.integration.config.AbstractInterceptorParser
 
initializationMonitor - Variable in class org.springframework.integration.config.PollingDispatcherFactoryBean
 
initializationMonitor - Variable in class org.springframework.integration.gateway.GatewayProxyFactoryBean
 
initializationMonitor - Variable in class org.springframework.integration.handler.AbstractMessageHandler
 
initializationMonitor - Variable in class org.springframework.integration.message.MessageExchangeTemplate
 
initializationMonitor - Variable in class org.springframework.integration.transformer.MethodInvokingPayloadTransformer
 
initialize() - Method in class org.springframework.integration.adapter.jms.JmsGateway
 
initialize() - Method in class org.springframework.integration.bus.DefaultMessageBus
 
initialized - Variable in class org.springframework.integration.adapter.jms.AbstractJmsTemplateBasedAdapter
 
initialized - Variable in class org.springframework.integration.aggregator.AbstractMessageBarrierHandler
 
initialized - Variable in class org.springframework.integration.bus.DefaultMessageBus
 
initialized - Variable in class org.springframework.integration.channel.interceptor.MessageStoringInterceptor
 
initialized - Variable in class org.springframework.integration.config.AbstractInterceptorParser
 
initialized - Variable in class org.springframework.integration.config.PollingDispatcherFactoryBean
 
initialized - Variable in class org.springframework.integration.gateway.GatewayProxyFactoryBean
 
initialized - Variable in class org.springframework.integration.handler.AbstractMessageHandler
 
initialized - Variable in class org.springframework.integration.message.MessageExchangeTemplate
 
initialized - Variable in class org.springframework.integration.transformer.MethodInvokingPayloadTransformer
 
initializeParameterMetadata() - Method in class org.springframework.integration.handler.annotation.MethodArgumentMessageMapper
 
initializeParserMap() - Method in class org.springframework.integration.config.AbstractInterceptorParser
 
initializing - Variable in class org.springframework.integration.bus.DefaultMessageBus
 
initialValue() - Method in class org.springframework.integration.channel.ThreadLocalChannel.ThreadLocalMessageHolder
 
initPoller() - Method in class org.springframework.integration.config.PollingDispatcherFactoryBean
 
INPUT_CHANNEL_ATTRIBUTE - Static variable in class org.springframework.integration.config.AbstractMessageEndpointParser
 
inputChannelName - Variable in class org.springframework.integration.endpoint.AbstractRequestReplyEndpoint
 
IntegrationNamespaceHandler - Class in org.springframework.integration.config
Namespace handler for the integration namespace.
IntegrationNamespaceHandler() - Constructor for class org.springframework.integration.config.IntegrationNamespaceHandler
 
IntegrationNamespaceUtils - Class in org.springframework.integration.config
Shared utility methods for integration namespace parsers.
IntegrationNamespaceUtils() - Constructor for class org.springframework.integration.config.IntegrationNamespaceUtils
 
IntegrationSecurityNamespaceHandler - Class in org.springframework.integration.security.config
Namespace handler for the security namespace.
IntegrationSecurityNamespaceHandler() - Constructor for class org.springframework.integration.security.config.IntegrationSecurityNamespaceHandler
 
IntegrationXmlNamespaceHandler - Class in org.springframework.integration.xml.config
 
IntegrationXmlNamespaceHandler() - Constructor for class org.springframework.integration.xml.config.IntegrationXmlNamespaceHandler
 
interceptor - Variable in class org.springframework.integration.security.config.SecurityPropagatingBeanPostProcessor
 
INTERCEPTOR_ELEMENT - Static variable in class org.springframework.integration.config.MessageBusParser
 
interceptors - Variable in class org.springframework.integration.bus.DefaultChannelFactoryBean
 
interceptors - Variable in class org.springframework.integration.bus.DefaultMessageBus
 
interceptors - Variable in class org.springframework.integration.channel.AbstractMessageChannel.ChannelInterceptorList
 
interceptors - Variable in class org.springframework.integration.channel.AbstractMessageChannel
 
interceptors - Variable in class org.springframework.integration.endpoint.DefaultEndpoint
 
INTERCEPTORS_ELEMENT - Static variable in class org.springframework.integration.config.AbstractMessageEndpointParser
 
INTERCEPTORS_PROPERTY - Static variable in class org.springframework.integration.config.MessageBusParser
 
interrupt() - Method in class org.springframework.integration.adapter.mail.SubscribableMailSource.MonitorRunnable
 
interrupt() - Method in class org.springframework.integration.quartz.QuartzScheduleServiceProvider.InterruptableMethodInvokingJob
 
invoke(MethodInvocation) - Method in class org.springframework.integration.aop.MessagePublishingInterceptor
Invoke the target method and publish its return value.
invoke(MethodInvocation) - Method in class org.springframework.integration.gateway.GatewayProxyFactoryBean
 
invokeGatewayMethod(MethodInvocation) - Method in class org.springframework.integration.gateway.GatewayProxyFactoryBean
 
invokeHandlerMethod(Message<?>) - Method in class org.springframework.integration.handler.AbstractMessageHandler
 
invokeMethod(Object...) - Method in class org.springframework.integration.util.DefaultMethodInvoker
 
invokeMethod(Object...) - Method in interface org.springframework.integration.util.MethodInvoker
 
invokeMethod(Object...) - Method in class org.springframework.integration.util.NameResolvingMethodInvoker
 
invoker - Variable in class org.springframework.integration.handler.AbstractMessageHandler
 
invoker - Variable in class org.springframework.integration.handler.MessageListMethodAdapter
 
invoker - Variable in class org.springframework.integration.message.MethodInvokingSource
 
invoker - Variable in class org.springframework.integration.transformer.MethodInvokingPayloadTransformer
 
isActualTypeParameterizedMessage(Method) - Static method in class org.springframework.integration.handler.MessageListMethodAdapter
 
isActualTypeRawMessage(Method) - Static method in class org.springframework.integration.handler.MessageListMethodAdapter
 
isBarrierRemovable(Object, List<Message<?>>) - Method in class org.springframework.integration.aggregator.AbstractMessageBarrierHandler
Implements the logic for deciding whether, based on what the MessageBarrier has released so far, work for the correlationId can be considered done and the barrier can be released.
isBarrierRemovable(Object, List<Message<?>>) - Method in class org.springframework.integration.aggregator.AggregatingMessageHandler
 
isBarrierRemovable(Object, List<Message<?>>) - Method in class org.springframework.integration.aggregator.ResequencingMessageHandler
 
isCancelled() - Method in class org.springframework.integration.message.AsyncMessage
 
isCancelled() - Method in class org.springframework.integration.quartz.QuartzScheduleServiceProvider.ScheduledFutureJobWrapper
 
isComplete() - Method in class org.springframework.integration.aggregator.AbstractMessageBarrier
 
isComplete(List<Message<?>>) - Method in interface org.springframework.integration.aggregator.CompletionStrategy
 
isComplete(List<Message<?>>) - Method in class org.springframework.integration.aggregator.CompletionStrategyAdapter
 
isComplete(List<Message<?>>) - Method in class org.springframework.integration.aggregator.SequenceSizeCompletionStrategy
 
isDone() - Method in class org.springframework.integration.message.AsyncMessage
 
isDone() - Method in class org.springframework.integration.quartz.QuartzScheduleServiceProvider.ScheduledFutureJobWrapper
 
isEligibleAttribute(String) - Method in class org.springframework.integration.adapter.config.AbstractRemotingGatewayParser
 
isEligibleAttribute(String) - Method in class org.springframework.integration.adapter.config.AbstractRemotingHandlerParser
 
isEligibleAttribute(String) - Method in class org.springframework.integration.adapter.file.config.AbstractDirectorySourceParser
 
isEligibleAttribute(String) - Method in class org.springframework.integration.adapter.file.config.FileSourceParser
 
isEligibleAttribute(String) - Method in class org.springframework.integration.adapter.file.config.FileTargetParser
 
isEligibleAttribute(String) - Method in class org.springframework.integration.adapter.ftp.config.FtpSourceParser
 
isEligibleAttribute(String) - Method in class org.springframework.integration.adapter.ftp.config.FtpTargetParser
 
isEligibleAttribute(String) - Method in class org.springframework.integration.adapter.rmi.config.RmiGatewayParser
 
isEligibleAttribute(String) - Method in class org.springframework.integration.config.MessageBusParser
 
isEligibleAttribute(String) - Method in class org.springframework.integration.config.PoolExecutorParser
 
isEligibleAttribute(String) - Method in class org.springframework.integration.config.ResequencerParser
 
isEligibleAttribute(String) - Method in class org.springframework.integration.gateway.config.GatewayParser
 
isEligibleForCopying(String) - Method in class org.springframework.integration.message.MessageBuilder
 
isEmpty() - Method in class org.springframework.integration.message.MessageHeaders
 
isHavingActualTypeArguments(Method) - Static method in class org.springframework.integration.handler.MessageListMethodAdapter
 
isIced() - Method in class org.springframework.integration.samples.cafe.Drink
 
isIncluded(String) - Method in class org.springframework.integration.security.config.JdkRegExpOrderedIncludeExcludeList
 
isIncluded(String) - Method in interface org.springframework.integration.security.config.OrderedIncludeExcludeList
 
isIncludePattern - Variable in class org.springframework.integration.security.config.IncludeExcludePattern
 
isIncludePattern() - Method in class org.springframework.integration.security.config.IncludeExcludePattern
 
isMethodParameterParameterized(Method) - Static method in class org.springframework.integration.handler.MessageListMethodAdapter
 
isolationLevelName - Variable in class org.springframework.integration.config.PollingDispatcherFactoryBean
 
isolationLevelName - Variable in class org.springframework.integration.endpoint.interceptor.TransactionInterceptor
 
isolationLevelName - Variable in class org.springframework.integration.message.MessageExchangeTemplate
 
isRunning() - Method in class org.springframework.integration.adapter.jms.JmsGateway
 
isRunning() - Method in class org.springframework.integration.adapter.mail.DefaultFolderConnection
 
isRunning() - Method in class org.springframework.integration.adapter.mail.SubscribableMailSource
 
isRunning() - Method in class org.springframework.integration.bus.DefaultMessageBus
 
isRunning() - Method in class org.springframework.integration.channel.interceptor.WireTap
Check whether the wire tap is currently running.
isRunning() - Method in class org.springframework.integration.scheduling.spi.ProviderTaskScheduler
 
isSingleton() - Method in class org.springframework.integration.bus.DefaultChannelFactoryBean
 
isSingleton() - Method in class org.springframework.integration.config.PollingDispatcherFactoryBean
 
isSingleton() - Method in class org.springframework.integration.gateway.GatewayProxyFactoryBean
 
isUrl(String) - Method in class org.springframework.integration.adapter.file.config.FileSourceParser
 
isValidReplyMessage(Message<?>) - Method in class org.springframework.integration.endpoint.AbstractRequestReplyEndpoint
 
isValidReplyMessage(Message<?>) - Method in class org.springframework.integration.endpoint.DefaultEndpoint
The reply Message is considered invalid if it is null, has a null payload, or has an empty Array or Collection as its payload.
isValidReplyMessage(Message<?>) - Method in class org.springframework.integration.endpoint.MessagingBridge
 
itemProcessing(String...) - Method in class org.springframework.integration.adapter.file.Backlog
 
iterator() - Method in class org.springframework.integration.message.CompositeMessage
 

J

javaMailProperties - Variable in class org.springframework.integration.adapter.mail.DefaultFolderConnection
 
JdkRegExpOrderedIncludeExcludeList - Class in org.springframework.integration.security.config
 
JdkRegExpOrderedIncludeExcludeList(List<IncludeExcludePattern>) - Constructor for class org.springframework.integration.security.config.JdkRegExpOrderedIncludeExcludeList
 
JdkRegExpOrderedIncludeExcludeList(boolean, List<IncludeExcludePattern>) - Constructor for class org.springframework.integration.security.config.JdkRegExpOrderedIncludeExcludeList
 
JdkRegExpOrderedIncludeExcludeList.PatternHolder - Class in org.springframework.integration.security.config
 
JdkRegExpOrderedIncludeExcludeList.PatternHolder(Pattern, IncludeExcludePattern) - Constructor for class org.springframework.integration.security.config.JdkRegExpOrderedIncludeExcludeList.PatternHolder
 
JMS_TEMPLATE_ATTRIBUTE - Static variable in class org.springframework.integration.adapter.jms.config.JmsAdapterParserUtils
 
JMS_TEMPLATE_PROPERTY - Static variable in class org.springframework.integration.adapter.jms.config.JmsAdapterParserUtils
 
JmsAdapterParserUtils - Class in org.springframework.integration.adapter.jms.config
Utility methods and constants for JMS adapter parsers.
JmsAdapterParserUtils() - Constructor for class org.springframework.integration.adapter.jms.config.JmsAdapterParserUtils
 
JmsGateway - Class in org.springframework.integration.adapter.jms
A message-driven adapter for receiving JMS messages and sending to a channel.
JmsGateway() - Constructor for class org.springframework.integration.adapter.jms.JmsGateway
 
JmsGatewayParser - Class in org.springframework.integration.adapter.jms.config
Parser for the <jms-gateway> element.
JmsGatewayParser() - Constructor for class org.springframework.integration.adapter.jms.config.JmsGatewayParser
 
JmsHeaders - Class in org.springframework.integration.adapter.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.adapter.jms.JmsHeaders
 
JmsSource - Class in org.springframework.integration.adapter.jms
A source for receiving JMS Messages with a polling listener.
JmsSource(JmsTemplate) - Constructor for class org.springframework.integration.adapter.jms.JmsSource
 
JmsSource(ConnectionFactory, Destination) - Constructor for class org.springframework.integration.adapter.jms.JmsSource
 
JmsSource(ConnectionFactory, String) - Constructor for class org.springframework.integration.adapter.jms.JmsSource
 
JmsSourceParser - Class in org.springframework.integration.adapter.jms.config
Parser for the <jms-source/> element.
JmsSourceParser() - Constructor for class org.springframework.integration.adapter.jms.config.JmsSourceParser
 
JmsTarget - Class in org.springframework.integration.adapter.jms
A target for sending JMS Messages.
JmsTarget() - Constructor for class org.springframework.integration.adapter.jms.JmsTarget
 
JmsTargetParser - Class in org.springframework.integration.adapter.jms.config
Parser for the <jms-target/> element.
JmsTargetParser() - Constructor for class org.springframework.integration.adapter.jms.config.JmsTargetParser
 
jmsTemplate - Variable in class org.springframework.integration.adapter.jms.AbstractJmsTemplateBasedAdapter
 
jobDetail - Variable in class org.springframework.integration.quartz.QuartzScheduleServiceProvider.ScheduledFutureJobWrapper
 
jobWasExecuted(JobExecutionContext, JobExecutionException) - Method in class org.springframework.integration.quartz.QuartzScheduleServiceProvider.FixedDelayJobListener
 

K

keepAliveSeconds - Variable in class org.springframework.integration.endpoint.ConcurrencyPolicy
 
key - Variable in class org.springframework.integration.handler.annotation.MethodArgumentMessageMapper.MethodParameterMetadata
 
keySet() - Method in class org.springframework.integration.message.MessageHeaders
 

L

lastReleasedSequenceNumber - Variable in class org.springframework.integration.aggregator.ResequencingMessageBarrier
 
latch - Variable in class org.springframework.integration.message.MessageExchangeTemplate.TemporaryReturnAddress
 
lifecycleEndpoints - Variable in class org.springframework.integration.bus.DefaultMessageBus
 
lifecycleMonitor - Variable in class org.springframework.integration.bus.DefaultMessageBus
 
lifecycleMonitor - Variable in class org.springframework.integration.scheduling.spi.ProviderTaskScheduler
 
list() - Method in interface org.springframework.integration.message.MessageStore
 
list() - Method in class org.springframework.integration.message.RetrievalBlockingMessageStore
 
list() - Method in class org.springframework.integration.message.SimpleMessageStore
 
listenerMonitor - Variable in class org.springframework.integration.message.RetrievalBlockingMessageStore
 
listeners - Variable in class org.springframework.integration.message.RetrievalBlockingMessageStore
 
loadAdapterParserMappings() - Method in class org.springframework.integration.config.IntegrationNamespaceHandler
 
LocalMailMessageStore - Interface in org.springframework.integration.adapter.mail.monitor
Acts as a buffer for downloaded MailMessages
localWorkingDirectory - Variable in class org.springframework.integration.adapter.ftp.FtpSource
 
lock - Variable in class org.springframework.integration.aggregator.AbstractMessageBarrier
 
log - Variable in class org.springframework.integration.adapter.ftp.QueuedFTPClientPool
 
log(int) - Method in class org.springframework.integration.samples.oddeven.EvenLogger
 
log(int) - Method in class org.springframework.integration.samples.oddeven.OddLogger
 
log(int) - Method in class org.springframework.integration.samples.quartzoddeven.EvenLogger
 
log(int) - Method in class org.springframework.integration.samples.quartzoddeven.OddLogger
 
logger - Variable in class org.springframework.integration.adapter.file.AbstractDirectorySource
 
logger - Variable in class org.springframework.integration.adapter.file.AbstractFileMessageCreator
 
logger - Variable in class org.springframework.integration.adapter.file.Backlog
 
logger - Variable in class org.springframework.integration.adapter.file.FileSource
 
logger - Variable in class org.springframework.integration.adapter.ftp.FtpSource
 
logger - Variable in class org.springframework.integration.adapter.jms.DefaultJmsHeaderMapper
 
logger - Variable in class org.springframework.integration.adapter.mail.AbstractMailHeaderGenerator
 
logger - Variable in class org.springframework.integration.adapter.mail.AbstractMailHeaderMapper
 
logger - Variable in class org.springframework.integration.adapter.mail.DefaultFolderConnection
 
logger - Variable in class org.springframework.integration.adapter.mail.monitor.AbstractMonitoringStrategy
Logger available to subclasses.
logger - Variable in class org.springframework.integration.adapter.mail.monitor.DefaultLocalMailMessageStore
 
logger - Static variable in class org.springframework.integration.adapter.mail.monitor.MailTransportUtils
 
logger - Variable in class org.springframework.integration.adapter.mail.PollingMailSource
 
logger - Variable in class org.springframework.integration.adapter.mail.SubscribableMailSource
 
logger - Variable in class org.springframework.integration.adapter.stream.ByteStreamTarget
 
logger - Variable in class org.springframework.integration.adapter.stream.CharacterStreamTarget
 
logger - Variable in class org.springframework.integration.aggregator.AbstractMessageBarrier
 
logger - Variable in class org.springframework.integration.aggregator.AbstractMessageBarrierHandler
 
logger - Variable in class org.springframework.integration.aop.MessagePublishingInterceptor
 
logger - Variable in class org.springframework.integration.bus.DefaultErrorChannel
 
logger - Variable in class org.springframework.integration.bus.DefaultMessageBus
 
logger - Variable in class org.springframework.integration.channel.AbstractMessageChannel
 
logger - Variable in class org.springframework.integration.channel.interceptor.MessageStoringInterceptor
 
logger - Static variable in class org.springframework.integration.channel.interceptor.WireTap
 
logger - Variable in class org.springframework.integration.channel.MessagePublishingErrorHandler
 
logger - Variable in class org.springframework.integration.channel.NullChannel
 
logger - Variable in class org.springframework.integration.config.annotation.AbstractAnnotationMethodPostProcessor
 
logger - Variable in class org.springframework.integration.config.annotation.SubscriberAnnotationPostProcessor
 
logger - Variable in class org.springframework.integration.config.IntegrationNamespaceHandler
 
logger - Variable in class org.springframework.integration.dispatcher.AbstractDispatcher
 
logger - Variable in class org.springframework.integration.dispatcher.PollingDispatcher
 
logger - Variable in class org.springframework.integration.endpoint.AbstractEndpoint
 
logger - Variable in class org.springframework.integration.endpoint.interceptor.ConcurrencyInterceptor
 
logger - Variable in class org.springframework.integration.endpoint.interceptor.TransactionInterceptor
 
logger - Static variable in class org.springframework.integration.handler.AbstractMessageHandler
 
logger - Variable in class org.springframework.integration.message.MessageExchangeTemplate
 
logger - Variable in class org.springframework.integration.router.AbstractRoutingMessageHandler
 
logger - Variable in class org.springframework.integration.scheduling.spi.ProviderTaskScheduler
 
logger - Variable in class org.springframework.integration.security.channel.SecurityContextPropagatingChannelInterceptor
 
logger - Variable in class org.springframework.integration.security.config.SecurityPropagatingBeanPostProcessor
 
logger - Variable in class org.springframework.integration.security.StackBasedSecurityContextHolderStrategy
 
logger - Static variable in class org.springframework.integration.util.BoundedHashMap
 
logger - Variable in class org.springframework.integration.util.DefaultMethodInvoker
 
lookupChannel(String) - Method in class org.springframework.integration.bus.DefaultMessageBus
 
lookupChannel(String) - Method in interface org.springframework.integration.channel.ChannelRegistry
 
lookupChannel(String) - Method in class org.springframework.integration.channel.DefaultChannelRegistry
 
lookupEndpoint(String) - Method in class org.springframework.integration.bus.DefaultMessageBus
 
lookupEndpoint(String) - Method in class org.springframework.integration.endpoint.DefaultEndpointRegistry
 
lookupEndpoint(String) - Method in interface org.springframework.integration.endpoint.EndpointRegistry
 
lookupQuote(String) - Method in class org.springframework.integration.samples.quote.QuoteService
 

M

MAIL_URI_SCHEME - Static variable in interface org.springframework.integration.adapter.mail.monitor.MailTransportConstants
The "mail" URI scheme.
MailHeaderGenerator - Interface in org.springframework.integration.adapter.mail
Strategy interface for generating header information for an e-mail message from the content of the integration message.
mailHeaderGenerator - Variable in class org.springframework.integration.adapter.mail.MailTarget
 
MailHeaders - Class in org.springframework.integration.adapter.mail
Pre-defined names and prefixes to be used for setting and/or retrieving Mail attributes from/to integration Message Headers.
MailHeaders() - Constructor for class org.springframework.integration.adapter.mail.MailHeaders
 
MailMessageConverter - Interface in org.springframework.integration.adapter.mail
Converts a MimeMessage to a Message
mailMessageStore - Variable in class org.springframework.integration.adapter.mail.PollingMailSource
 
mailSender - Variable in class org.springframework.integration.adapter.mail.ByteArrayMailMessageMapper
 
mailSender - Variable in class org.springframework.integration.adapter.mail.MailTarget
 
MailTarget - Class in org.springframework.integration.adapter.mail
A target adapter for sending mail.
MailTarget(JavaMailSender) - Constructor for class org.springframework.integration.adapter.mail.MailTarget
Create a MailTargetAdapter.
MailTarget.DefaultObjectMailMessageMapper - Class in org.springframework.integration.adapter.mail
 
MailTarget.DefaultObjectMailMessageMapper() - Constructor for class org.springframework.integration.adapter.mail.MailTarget.DefaultObjectMailMessageMapper
 
MailTargetParser - Class in org.springframework.integration.adapter.mail.config
Parser for the <mail-target/> element.
MailTargetParser() - Constructor for class org.springframework.integration.adapter.mail.config.MailTargetParser
 
MailTransportConstants - Interface in org.springframework.integration.adapter.mail.monitor
Declares Mail-specific transport constants.
MailTransportUtils - Class in org.springframework.integration.adapter.mail.monitor
Collection of utility methods to work with Mail transports.
MailTransportUtils() - Constructor for class org.springframework.integration.adapter.mail.monitor.MailTransportUtils
 
main(String[]) - Static method in class org.springframework.integration.samples.cafe.CafeDemo
 
main(String[]) - Static method in class org.springframework.integration.samples.filecopy.BinaryFileCopyDemo
 
main(String[]) - Static method in class org.springframework.integration.samples.filecopy.FileBasedFileCopyDemo
 
main(String[]) - Static method in class org.springframework.integration.samples.filecopy.TextFileCopyDemo
 
main(String[]) - Static method in class org.springframework.integration.samples.helloworld.HelloWorldDemo
 
main(String[]) - Static method in class org.springframework.integration.samples.oddeven.OddEvenDemo
 
main(String[]) - Static method in class org.springframework.integration.samples.quartzoddeven.OddEvenDemo
 
main(String[]) - Static method in class org.springframework.integration.samples.quote.QuoteDemo
 
main(String[]) - Static method in class org.springframework.integration.samples.ws.WebServiceDemo
 
map - Variable in class org.springframework.integration.message.SimpleMessageStore
 
mapFromMessageHeaders(MessageHeaders, Message) - Method in class org.springframework.integration.adapter.jms.DefaultJmsHeaderMapper
 
mapFromMessageHeaders(MessageHeaders, MimeMessage) - Method in class org.springframework.integration.adapter.mail.AbstractMailHeaderMapper
 
mapFromMessageHeaders(MessageHeaders, T) - Method in interface org.springframework.integration.adapter.MessageHeaderMapper
 
mapMessage(Message<T>) - Method in class org.springframework.integration.adapter.event.MessagingEventMapper
 
mapMessage(Message<Object>) - Method in class org.springframework.integration.adapter.file.SimpleFileMessageMapper
 
mapMessage(Message<byte[]>) - Method in class org.springframework.integration.adapter.mail.ByteArrayMailMessageMapper
 
mapMessage(Message<Object>) - Method in class org.springframework.integration.adapter.mail.MailTarget.DefaultObjectMailMessageMapper
 
mapMessage(Message<String>) - Method in class org.springframework.integration.adapter.mail.TextMailMessageMapper
 
mapMessage(Message<T>) - Method in class org.springframework.integration.handler.annotation.MethodArgumentMessageMapper
 
mapMessage(Message<T>) - Method in class org.springframework.integration.message.DefaultMessageMapper
 
mapMessage(Message<P>) - Method in interface org.springframework.integration.message.MessageMapper
Map from the given Message to an Object.
mapMessageToMethodArguments(Message) - Method in class org.springframework.integration.handler.AbstractMessageHandler
 
mapNode(Node, int) - Method in class org.springframework.integration.xml.router.XPathMultiChannelNameResolver.TextContentNodeMapper
 
mapper - Variable in class org.springframework.integration.adapter.event.ApplicationEventTarget
 
mapToMessageHeaders(Message) - Method in class org.springframework.integration.adapter.jms.DefaultJmsHeaderMapper
 
mapToMessageHeaders(MimeMessage) - Method in class org.springframework.integration.adapter.mail.AbstractMailHeaderMapper
 
mapToMessageHeaders(T) - Method in interface org.springframework.integration.adapter.MessageHeaderMapper
 
marshaller - Variable in class org.springframework.integration.xml.transformer.XmlPayloadMarshallingTransformer
 
MarshallingWebServiceHandler - Class in org.springframework.integration.ws.handler
A marshalling Web Service MessageHandler adapter.
MarshallingWebServiceHandler(URI, Marshaller, Unmarshaller, WebServiceMessageFactory) - Constructor for class org.springframework.integration.ws.handler.MarshallingWebServiceHandler
 
MarshallingWebServiceHandler(URI, Marshaller, Unmarshaller) - Constructor for class org.springframework.integration.ws.handler.MarshallingWebServiceHandler
 
MarshallingWebServiceHandler(URI, Marshaller, WebServiceMessageFactory) - Constructor for class org.springframework.integration.ws.handler.MarshallingWebServiceHandler
 
MarshallingWebServiceHandler(URI, Marshaller) - Constructor for class org.springframework.integration.ws.handler.MarshallingWebServiceHandler
 
matchesPattern(String) - Method in class org.springframework.integration.security.ChannelInterceptorRegisteringBeanPostProcessor
 
MAX_MESSAGES_UNBOUNDED - Static variable in class org.springframework.integration.dispatcher.PollingDispatcher
 
MAX_SIZE_ATTRIBUTE - Static variable in class org.springframework.integration.config.PoolExecutorParser
 
maxConcurrentConsumers - Variable in class org.springframework.integration.adapter.jms.JmsGateway
 
maxFilesPerPayload - Variable in class org.springframework.integration.adapter.ftp.FtpSource
 
maxMessagesPerPoll - Variable in class org.springframework.integration.config.PollingDispatcherFactoryBean
 
maxMessagesPerPoll - Variable in class org.springframework.integration.dispatcher.PollingDispatcher
 
maxMessagesPerReceive - Variable in class org.springframework.integration.adapter.mail.monitor.AbstractMonitoringStrategy
 
maxMessagesPerTask - Variable in class org.springframework.integration.adapter.jms.JmsGateway
 
maxSize - Variable in class org.springframework.integration.endpoint.ConcurrencyPolicy
 
Message<T> - Interface in org.springframework.integration.message
The central interface that any Message type must implement.
message - Variable in class org.springframework.integration.message.MessageExchangeTemplate.TemporaryReturnAddress
 
message - Variable in class org.springframework.integration.message.RetrievalBlockingMessageStore.MessageHolder
 
MESSAGE_BUS_AWARE_POST_PROCESSOR_BEAN_NAME - Static variable in class org.springframework.integration.config.MessageBusParser
 
MESSAGE_BUS_BEAN_NAME - Static variable in class org.springframework.integration.config.MessageBusParser
 
MESSAGE_CONVERTER_ATTRIBUTE - Static variable in class org.springframework.integration.adapter.jms.config.JmsAdapterParserUtils
 
MESSAGE_CONVERTER_PROPERTY - Static variable in class org.springframework.integration.adapter.jms.config.JmsAdapterParserUtils
 
MESSAGE_CREATOR_REFERENCE_ATTRIBUTE - Static variable in class org.springframework.integration.adapter.file.config.AbstractDirectorySourceParser
 
MessageBarrier - Interface in org.springframework.integration.aggregator
Common interface for routing components that release a list of Messages based upon a condition that is met when a Message arrives.
MessageBuilder<T> - Class in org.springframework.integration.message
 
MessageBuilder(T) - Constructor for class org.springframework.integration.message.MessageBuilder
Private constructor to be invoked from the static factory methods only.
MessageBus - Interface in org.springframework.integration.bus
The message bus interface.
messageBus - Variable in class org.springframework.integration.bus.MessageBusAwareBeanPostProcessor
 
messageBus - Variable in class org.springframework.integration.config.annotation.AbstractAnnotationMethodPostProcessor
 
messageBus - Variable in class org.springframework.integration.config.annotation.MessagingAnnotationPostProcessor
 
messageBus - Variable in class org.springframework.integration.config.annotation.SubscriberAnnotationPostProcessor
 
MessageBusAware - Interface in org.springframework.integration.bus
Interface to be implemented by classes which need access to the MessageBus.
MessageBusAwareBeanPostProcessor - Class in org.springframework.integration.bus
A bean post processor which injects all MessageBusAware beans with a reference to the MessageBus.
MessageBusAwareBeanPostProcessor(MessageBus) - Constructor for class org.springframework.integration.bus.MessageBusAwareBeanPostProcessor
 
MessageBusInterceptor - Interface in org.springframework.integration.bus
Interface for interceptors that are able be notified of the lifecycle of the Message Bus.
MessageBusInterceptorAdapter - Class in org.springframework.integration.bus
No-op implementation of a MessageBusInterceptor.
MessageBusInterceptorAdapter() - Constructor for class org.springframework.integration.bus.MessageBusInterceptorAdapter
 
messageBusInterceptors - Variable in class org.springframework.integration.bus.DefaultMessageBus.MessageBusInterceptorsList
 
MessageBusParser - Class in org.springframework.integration.config
Parser for the <message-bus> element of the integration namespace.
MessageBusParser() - Constructor for class org.springframework.integration.config.MessageBusParser
 
MessageChannel - Interface in org.springframework.integration.channel
Base channel interface defining common behavior for message sending and receiving.
messageConverter - Variable in class org.springframework.integration.adapter.jms.JmsGateway
 
messageCountListener - Variable in class org.springframework.integration.adapter.mail.monitor.ImapIdleMonitoringStrategy
 
messageCreator - Variable in class org.springframework.integration.adapter.file.AbstractDirectorySource
 
messageCreator - Variable in class org.springframework.integration.aop.MessagePublishingInterceptor
 
messageCreator - Variable in class org.springframework.integration.gateway.SimpleMessagingGateway
 
MessageCreator<O,P> - Interface in org.springframework.integration.message
Strategy interface for creating a Message from an Object.
MessageDeliveryAware - Interface in org.springframework.integration.message
Interface that provides callback definitions for components that require message delivery status notifications.
MessageDeliveryException - Exception in org.springframework.integration.message
Exception that indicates an error during message delivery.
MessageDeliveryException(Message<?>) - Constructor for exception org.springframework.integration.message.MessageDeliveryException
 
MessageDeliveryException(Message<?>, String) - Constructor for exception org.springframework.integration.message.MessageDeliveryException
 
MessageDeliveryException(Message<?>, String, Throwable) - Constructor for exception org.springframework.integration.message.MessageDeliveryException
 
MessageDispatcher - Interface in org.springframework.integration.dispatcher
Strategy interface for dispatching messages.
MessageEndpoint - Annotation Type in org.springframework.integration.annotation
Indicates that a class is capable of serving as a message endpoint.
MessageEndpoint - Interface in org.springframework.integration.endpoint
Base interface for message endpoints.
MessageEndpointReplyException - Exception in org.springframework.integration.endpoint
An Exception that indicates a failure occurred while a Message Endpoint was attempting to send a reply message.
MessageEndpointReplyException(Message<?>, Message<?>) - Constructor for exception org.springframework.integration.endpoint.MessageEndpointReplyException
 
MessageEndpointReplyException(Message<?>, Message<?>, String) - Constructor for exception org.springframework.integration.endpoint.MessageEndpointReplyException
 
MessageEndpointReplyException(Message<?>, Message<?>, String, Throwable) - Constructor for exception org.springframework.integration.endpoint.MessageEndpointReplyException
 
messageExchangeTemplate - Variable in class org.springframework.integration.adapter.event.ApplicationEventSource
 
messageExchangeTemplate - Variable in class org.springframework.integration.adapter.jms.ChannelPublishingJmsListener
 
messageExchangeTemplate - Variable in class org.springframework.integration.dispatcher.AbstractDispatcher
 
messageExchangeTemplate - Variable in class org.springframework.integration.dispatcher.PollingDispatcher
 
messageExchangeTemplate - Variable in class org.springframework.integration.endpoint.AbstractEndpoint
 
messageExchangeTemplate - Variable in class org.springframework.integration.gateway.MessagingGatewaySupport
 
MessageExchangeTemplate - Class in org.springframework.integration.message
This is the central class for invoking message exchange operations across PollableSources and MessageTargets.
MessageExchangeTemplate() - Constructor for class org.springframework.integration.message.MessageExchangeTemplate
 
MessageExchangeTemplate.TemporaryReturnAddress - Class in org.springframework.integration.message
 
MessageExchangeTemplate.TemporaryReturnAddress(long) - Constructor for class org.springframework.integration.message.MessageExchangeTemplate.TemporaryReturnAddress
 
MessageFilter - Class in org.springframework.integration.handler
Handler for deciding whether to pass a message.
MessageFilter(MessageSelector) - Constructor for class org.springframework.integration.handler.MessageFilter
 
MessageHandler - Interface in org.springframework.integration.handler
Base message handler interface.
MessageHandlerChain - Class in org.springframework.integration.handler
A message handler implementation that passes incoming messages through a chain of handlers.
MessageHandlerChain() - Constructor for class org.springframework.integration.handler.MessageHandlerChain
 
MessageHandlerCreator - Interface in org.springframework.integration.handler.config
Strategy interface for creating MessageHandlers.
MessageHandlerDecorator - Class in org.springframework.integration.handler
A message handler implementation that intercepts calls to another handler.
MessageHandlerDecorator(MessageHandler) - Constructor for class org.springframework.integration.handler.MessageHandlerDecorator
 
MessageHandlerDecorator() - Constructor for class org.springframework.integration.handler.MessageHandlerDecorator
 
MessageHandlerRejectedExecutionException - Exception in org.springframework.integration.handler
An exception indicating that a message was rejected by a handler; typically this would be the result of a thread pool executor rejecting a handler task.
MessageHandlerRejectedExecutionException(Message<?>) - Constructor for exception org.springframework.integration.handler.MessageHandlerRejectedExecutionException
 
MessageHandlerRejectedExecutionException(Message<?>, Throwable) - Constructor for exception org.springframework.integration.handler.MessageHandlerRejectedExecutionException
 
MessageHandlingException - Exception in org.springframework.integration.message
Exception that indicates an error during message handling.
MessageHandlingException(Message<?>) - Constructor for exception org.springframework.integration.message.MessageHandlingException
 
MessageHandlingException(Message<?>, String) - Constructor for exception org.springframework.integration.message.MessageHandlingException
 
MessageHandlingException(Message<?>, String, Throwable) - Constructor for exception org.springframework.integration.message.MessageHandlingException
 
MessageHeaderMapper<T> - Interface in org.springframework.integration.adapter
Strategy interface for mapping between a source or target object and an integration MessageHeader.
MessageHeaders - Class in org.springframework.integration.message
The headers for a Message.
MessageHeaders(Map<String, Object>) - Constructor for class org.springframework.integration.message.MessageHeaders
 
messageHolder - Static variable in class org.springframework.integration.channel.ThreadLocalChannel
 
MessageListMethodAdapter - Class in org.springframework.integration.handler
Base class for implementing adapters for methods which take as an argument a list of Message instances or payloads.
MessageListMethodAdapter(Object, String) - Constructor for class org.springframework.integration.handler.MessageListMethodAdapter
 
MessageListMethodAdapter(Object, Method) - Constructor for class org.springframework.integration.handler.MessageListMethodAdapter
 
messageMapper - Variable in class org.springframework.integration.adapter.file.FileTarget
 
messageMapper - Variable in class org.springframework.integration.adapter.ftp.FtpTarget
 
messageMapper - Variable in class org.springframework.integration.gateway.SimpleMessagingGateway
 
MessageMapper<P,O> - Interface in org.springframework.integration.message
Strategy interface for mapping from a Message to an Object.
MessageMappingException - Exception in org.springframework.integration.adapter
Exception that indicates an error during message mapping.
MessageMappingException(Message<?>, String) - Constructor for exception org.springframework.integration.adapter.MessageMappingException
 
MessageMappingException(Message<?>, String, Throwable) - Constructor for exception org.springframework.integration.adapter.MessageMappingException
 
MessagePriority - Enum in org.springframework.integration.message
An enumeration of the possible values for a message's priority.
MessagePriority() - Constructor for enum org.springframework.integration.message.MessagePriority
 
MessagePublishingErrorHandler - Class in org.springframework.integration.channel
ErrorHandler implementation that sends an ErrorMessage to a MessageChannel.
MessagePublishingErrorHandler() - Constructor for class org.springframework.integration.channel.MessagePublishingErrorHandler
 
MessagePublishingErrorHandler(MessageChannel) - Constructor for class org.springframework.integration.channel.MessagePublishingErrorHandler
 
MessagePublishingInterceptor - Class in org.springframework.integration.aop
Interceptor that publishes a target method's return value to a channel.
MessagePublishingInterceptor() - Constructor for class org.springframework.integration.aop.MessagePublishingInterceptor
 
MessagePublishingInterceptor.PayloadType - Enum in org.springframework.integration.aop
 
MessagePublishingInterceptor.PayloadType() - Constructor for enum org.springframework.integration.aop.MessagePublishingInterceptor.PayloadType
 
MessageRejectedException - Exception in org.springframework.integration.message
Exception that indicates a message has been rejected by a selector.
MessageRejectedException(Message<?>) - Constructor for exception org.springframework.integration.message.MessageRejectedException
 
MessageRejectedException(Message<?>, String) - Constructor for exception org.springframework.integration.message.MessageRejectedException
 
MessageRejectedException(Message<?>, String, Throwable) - Constructor for exception org.springframework.integration.message.MessageRejectedException
 
messages - Variable in class org.springframework.integration.adapter.mail.monitor.DefaultLocalMailMessageStore
 
messages - Variable in class org.springframework.integration.aggregator.AbstractMessageBarrier
 
MessageSelectingInterceptor - Class in org.springframework.integration.channel.interceptor
A ChannelInterceptor that delegates to a list of MessageSelectors to decide whether a Message should be accepted on the MessageChannel.
MessageSelectingInterceptor(MessageSelector...) - Constructor for class org.springframework.integration.channel.interceptor.MessageSelectingInterceptor
 
MessageSelector - Interface in org.springframework.integration.message.selector
Strategy interface for message selection.
MessageSelectorChain - Class in org.springframework.integration.message.selector
A message selector implementation that passes incoming messages through a chain of selectors.
MessageSelectorChain() - Constructor for class org.springframework.integration.message.selector.MessageSelectorChain
 
MessageSequenceComparator - Class in org.springframework.integration.aggregator
A Comparator implementation based on the 'sequence number' property of a Message's header.
MessageSequenceComparator() - Constructor for class org.springframework.integration.aggregator.MessageSequenceComparator
 
MessageSource<T> - Interface in org.springframework.integration.message
Base interface for any source of Messages.
messageStore - Variable in class org.springframework.integration.channel.interceptor.MessageStoringInterceptor
 
messageStore - Variable in class org.springframework.integration.handler.ReplyMessageCorrelator
 
MessageStore - Interface in org.springframework.integration.message
Strategy interface for storing and retrieving messages.
MessageStoringInterceptor - Class in org.springframework.integration.channel.interceptor
A ChannelInterceptor that delegates to a MessageStore.
MessageStoringInterceptor(MessageStore) - Constructor for class org.springframework.integration.channel.interceptor.MessageStoringInterceptor
 
MessageTarget - Annotation Type in org.springframework.integration.annotation
Indicates that a method is capable of consuming messages.
MessageTarget - Interface in org.springframework.integration.message
Interface for any target to which Messages can be sent.
MessageTransformingChannelInterceptor - Class in org.springframework.integration.transformer
A ChannelInterceptor which invokes a MessageHandler when either sending-to or receiving-from a channel.
MessageTransformingChannelInterceptor(MessageHandler) - Constructor for class org.springframework.integration.transformer.MessageTransformingChannelInterceptor
 
MESSAGING_ANNOTATION_POST_PROCESSOR_BEAN_NAME - Static variable in class org.springframework.integration.config.annotation.AnnotationDrivenParser
 
MessagingAnnotationPostProcessor - Class in org.springframework.integration.config.annotation
A BeanPostProcessor implementation that processes method-level messaging annotations such as @Handler, @MessageSource, and @MessageTarget.
MessagingAnnotationPostProcessor(MessageBus) - Constructor for class org.springframework.integration.config.annotation.MessagingAnnotationPostProcessor
 
MessagingBridge - Class in org.springframework.integration.endpoint
 
MessagingBridge() - Constructor for class org.springframework.integration.endpoint.MessagingBridge
 
MessagingEvent<T> - Class in org.springframework.integration.adapter.event
A subclass of ApplicationEvent that wraps a Message.
MessagingEvent(Message<T>) - Constructor for class org.springframework.integration.adapter.event.MessagingEvent
 
MessagingEventMapper<T> - Class in org.springframework.integration.adapter.event
Maps between Messages and MessagingEvents.
MessagingEventMapper() - Constructor for class org.springframework.integration.adapter.event.MessagingEventMapper
 
MessagingException - Exception in org.springframework.integration.message
The base exception for any failures within the messaging system.
MessagingException(Message<?>) - Constructor for exception org.springframework.integration.message.MessagingException
 
MessagingException(String) - Constructor for exception org.springframework.integration.message.MessagingException
 
MessagingException(String, Throwable) - Constructor for exception org.springframework.integration.message.MessagingException
 
MessagingException(Message<?>, String) - Constructor for exception org.springframework.integration.message.MessagingException
 
MessagingException(Message<?>, Throwable) - Constructor for exception org.springframework.integration.message.MessagingException
 
MessagingException(Message<?>, String, Throwable) - Constructor for exception org.springframework.integration.message.MessagingException
 
MessagingGateway - Interface in org.springframework.integration.endpoint
Base interface for gateway adapters.
MessagingGatewaySupport - Class in org.springframework.integration.gateway
A convenient base class providing access to a MessageExchangeTemplate and exposing setter methods for configuring request and reply MessageChannels.
MessagingGatewaySupport() - Constructor for class org.springframework.integration.gateway.MessagingGatewaySupport
 
method - Variable in class org.springframework.integration.handler.AbstractMessageHandler
 
method - Variable in class org.springframework.integration.handler.annotation.MethodArgumentMessageMapper
 
method - Variable in class org.springframework.integration.handler.MessageListMethodAdapter
 
method - Variable in class org.springframework.integration.message.MethodInvokingSource
 
method - Variable in class org.springframework.integration.util.DefaultMethodInvoker
 
METHOD_ATTRIBUTE - Static variable in class org.springframework.integration.config.AbstractMessageEndpointParser
 
METHOD_NAME_PROPERTY - Static variable in class org.springframework.integration.config.HandlerParser
 
methodArgumentMapper - Variable in class org.springframework.integration.handler.AbstractMessageHandler
 
MethodArgumentMessageMapper<T> - Class in org.springframework.integration.handler.annotation
Prepares arguments for handler methods.
MethodArgumentMessageMapper(Method) - Constructor for class org.springframework.integration.handler.annotation.MethodArgumentMessageMapper
 
MethodArgumentMessageMapper.MethodParameterMetadata - Class in org.springframework.integration.handler.annotation
 
MethodArgumentMessageMapper.MethodParameterMetadata(Class<?>, String, boolean) - Constructor for class org.springframework.integration.handler.annotation.MethodArgumentMessageMapper.MethodParameterMetadata
 
methodExpectsMessage - Variable in class org.springframework.integration.handler.AbstractMessageHandler
 
MethodInvoker - Interface in org.springframework.integration.util
A strategy interface for invoking a method.
MethodInvokingAdapterParser - Class in org.springframework.integration.config
Parser for <source-adapter> and <target-adapter>.
MethodInvokingAdapterParser() - Constructor for class org.springframework.integration.config.MethodInvokingAdapterParser
 
MethodInvokingPayloadTransformer - Class in org.springframework.integration.transformer
 
MethodInvokingPayloadTransformer() - Constructor for class org.springframework.integration.transformer.MethodInvokingPayloadTransformer
 
MethodInvokingSource - Class in org.springframework.integration.message
A pollable source that invokes a no-argument method so that its return value may be sent to a channel.
MethodInvokingSource() - Constructor for class org.springframework.integration.message.MethodInvokingSource
 
MethodInvokingSource.MessageReceivingMethodValidator - Class in org.springframework.integration.message
 
MethodInvokingSource.MessageReceivingMethodValidator() - Constructor for class org.springframework.integration.message.MethodInvokingSource.MessageReceivingMethodValidator
 
MethodInvokingTarget - Class in org.springframework.integration.handler
A messaging target that invokes the specified method on the provided object.
MethodInvokingTarget() - Constructor for class org.springframework.integration.handler.MethodInvokingTarget
 
methodName - Variable in class org.springframework.integration.handler.AbstractMessageHandler
 
methodName - Variable in class org.springframework.integration.message.MethodInvokingSource
 
methodName - Variable in class org.springframework.integration.transformer.MethodInvokingPayloadTransformer
 
methodName - Variable in class org.springframework.integration.util.NameResolvingMethodInvoker
 
MethodValidator - Interface in org.springframework.integration.util
Interface for method validation.
methodValidator - Variable in class org.springframework.integration.util.NameResolvingMethodInvoker
 
modificationTimestamp - Variable in class org.springframework.integration.adapter.file.FileInfo
 
monitor - Variable in class org.springframework.integration.adapter.stream.CharacterStreamSource
 
monitoringStrategy - Variable in class org.springframework.integration.adapter.mail.DefaultFolderConnection
 
MonitoringStrategy - Interface in org.springframework.integration.adapter.mail.monitor
Defines the contract for objects that monitor a given folder for new messages.
monitorRunnable - Variable in class org.springframework.integration.adapter.mail.SubscribableMailSource
 
monitorRunning - Variable in class org.springframework.integration.adapter.mail.SubscribableMailSource
 
MultiChannelNameResolver - Interface in org.springframework.integration.router
Strategy interface for content-based routing to multiple channel names.
MultiChannelResolver - Interface in org.springframework.integration.router
Strategy interface for content-based routing to multiple channels.
MultiChannelRouter - Class in org.springframework.integration.router
A router implementation for sending to potentially multiple MessageChannels.
MultiChannelRouter() - Constructor for class org.springframework.integration.router.MultiChannelRouter
 
multipartMode - Variable in class org.springframework.integration.adapter.mail.ByteArrayMailMessageMapper
 

N

name - Variable in class org.springframework.integration.channel.AbstractMessageChannel
 
name - Variable in class org.springframework.integration.endpoint.AbstractEndpoint
 
name - Variable in class org.springframework.integration.quartz.QuartzScheduleServiceProvider.FixedDelayJobListener
 
NAME_GENERATOR_PROPERTY - Static variable in class org.springframework.integration.adapter.file.config.FileTargetParser
 
NameResolvingMethodInvoker - Class in org.springframework.integration.util
Implementation of MethodInvoker to be used when only the method name is known.
NameResolvingMethodInvoker(Object, String) - Constructor for class org.springframework.integration.util.NameResolvingMethodInvoker
 
next() - Method in class org.springframework.integration.samples.oddeven.Counter
 
next() - Method in class org.springframework.integration.samples.quartzoddeven.Counter
 
NEXT_TARGET - Static variable in class org.springframework.integration.message.MessageHeaders
 
nextTicker() - Method in class org.springframework.integration.samples.quote.TickerStream
 
nodeMapper - Variable in class org.springframework.integration.xml.router.XPathMultiChannelNameResolver
 
NullChannel - Class in org.springframework.integration.channel
A channel implementation that essentially behaves like "/dev/null".
NullChannel() - Constructor for class org.springframework.integration.channel.NullChannel
 

O

object - Variable in class org.springframework.integration.handler.AbstractMessageHandler
 
object - Variable in class org.springframework.integration.message.MethodInvokingSource
 
object - Variable in class org.springframework.integration.transformer.MethodInvokingPayloadTransformer
 
object - Variable in class org.springframework.integration.util.DefaultMethodInvoker
 
object - Variable in class org.springframework.integration.util.NameResolvingMethodInvoker
 
OBJECT_PROPERTY - Static variable in class org.springframework.integration.config.HandlerParser
 
objectMessageMapper - Variable in class org.springframework.integration.adapter.mail.MailTarget
 
OddEvenDemo - Class in org.springframework.integration.samples.oddeven
 
OddEvenDemo() - Constructor for class org.springframework.integration.samples.oddeven.OddEvenDemo
 
OddEvenDemo - Class in org.springframework.integration.samples.quartzoddeven
 
OddEvenDemo() - Constructor for class org.springframework.integration.samples.quartzoddeven.OddEvenDemo
 
OddLogger - Class in org.springframework.integration.samples.oddeven
 
OddLogger() - Constructor for class org.springframework.integration.samples.oddeven.OddLogger
 
OddLogger - Class in org.springframework.integration.samples.quartzoddeven
 
OddLogger() - Constructor for class org.springframework.integration.samples.quartzoddeven.OddLogger
 
onApplicationEvent(ApplicationEvent) - Method in class org.springframework.integration.adapter.event.ApplicationEventSource
 
onApplicationEvent(ApplicationEvent) - Method in class org.springframework.integration.bus.DefaultMessageBus
 
onFailure(Message<?>, Throwable) - Method in class org.springframework.integration.adapter.file.AbstractDirectorySource
 
onFailure(Message<?>, Throwable) - Method in interface org.springframework.integration.message.MessageDeliveryAware
Callback method invoked after a message delivery failure.
onMessage(Message) - Method in class org.springframework.integration.adapter.jms.ChannelPublishingJmsListener
 
onSend(Message<?>) - Method in class org.springframework.integration.adapter.file.AbstractDirectorySource
 
onSend(Message<?>) - Method in class org.springframework.integration.adapter.file.FileSource
 
onSend(Message<?>) - Method in class org.springframework.integration.adapter.ftp.FtpSource
 
onSend(Message<?>) - Method in interface org.springframework.integration.message.MessageDeliveryAware
Callback method invoked after a message is sent successfully.
openFolder() - Method in class org.springframework.integration.adapter.mail.DefaultFolderConnection
 
openSession() - Method in class org.springframework.integration.adapter.mail.DefaultFolderConnection
 
order - Variable in class org.springframework.integration.handler.AbstractMessageHandler
 
order - Variable in class org.springframework.integration.security.ChannelInterceptorRegisteringBeanPostProcessor
 
orderChannel - Variable in class org.springframework.integration.samples.cafe.Cafe
 
OrderedIncludeExcludeList - Interface in org.springframework.integration.security.config
 
OrderSplitter - Class in org.springframework.integration.samples.cafe
 
OrderSplitter() - Constructor for class org.springframework.integration.samples.cafe.OrderSplitter
 
org.springframework.integration - package org.springframework.integration
 
org.springframework.integration.adapter - package org.springframework.integration.adapter
 
org.springframework.integration.adapter.config - package org.springframework.integration.adapter.config
 
org.springframework.integration.adapter.event - package org.springframework.integration.adapter.event
 
org.springframework.integration.adapter.file - package org.springframework.integration.adapter.file
 
org.springframework.integration.adapter.file.config - package org.springframework.integration.adapter.file.config
 
org.springframework.integration.adapter.ftp - package org.springframework.integration.adapter.ftp
 
org.springframework.integration.adapter.ftp.config - package org.springframework.integration.adapter.ftp.config
 
org.springframework.integration.adapter.httpinvoker - package org.springframework.integration.adapter.httpinvoker
 
org.springframework.integration.adapter.httpinvoker.config - package org.springframework.integration.adapter.httpinvoker.config
 
org.springframework.integration.adapter.jms - package org.springframework.integration.adapter.jms
 
org.springframework.integration.adapter.jms.config - package org.springframework.integration.adapter.jms.config
 
org.springframework.integration.adapter.mail - package org.springframework.integration.adapter.mail
 
org.springframework.integration.adapter.mail.config - package org.springframework.integration.adapter.mail.config
 
org.springframework.integration.adapter.mail.monitor - package org.springframework.integration.adapter.mail.monitor
 
org.springframework.integration.adapter.rmi - package org.springframework.integration.adapter.rmi
 
org.springframework.integration.adapter.rmi.config - package org.springframework.integration.adapter.rmi.config
 
org.springframework.integration.adapter.stream - package org.springframework.integration.adapter.stream
 
org.springframework.integration.adapter.stream.config - package org.springframework.integration.adapter.stream.config
 
org.springframework.integration.aggregator - package org.springframework.integration.aggregator
 
org.springframework.integration.annotation - package org.springframework.integration.annotation
 
org.springframework.integration.aop - package org.springframework.integration.aop
 
org.springframework.integration.bus - package org.springframework.integration.bus
 
org.springframework.integration.channel - package org.springframework.integration.channel
 
org.springframework.integration.channel.factory - package org.springframework.integration.channel.factory
 
org.springframework.integration.channel.interceptor - package org.springframework.integration.channel.interceptor
 
org.springframework.integration.config - package org.springframework.integration.config
 
org.springframework.integration.config.annotation - package org.springframework.integration.config.annotation
 
org.springframework.integration.dispatcher - package org.springframework.integration.dispatcher
 
org.springframework.integration.endpoint - package org.springframework.integration.endpoint
 
org.springframework.integration.endpoint.interceptor - package org.springframework.integration.endpoint.interceptor
 
org.springframework.integration.gateway - package org.springframework.integration.gateway
 
org.springframework.integration.gateway.config - package org.springframework.integration.gateway.config
 
org.springframework.integration.handler - package org.springframework.integration.handler
 
org.springframework.integration.handler.annotation - package org.springframework.integration.handler.annotation
 
org.springframework.integration.handler.config - package org.springframework.integration.handler.config
 
org.springframework.integration.message - package org.springframework.integration.message
 
org.springframework.integration.message.selector - package org.springframework.integration.message.selector
 
org.springframework.integration.quartz - package org.springframework.integration.quartz
 
org.springframework.integration.router - package org.springframework.integration.router
 
org.springframework.integration.samples.cafe - package org.springframework.integration.samples.cafe
 
org.springframework.integration.samples.filecopy - package org.springframework.integration.samples.filecopy
 
org.springframework.integration.samples.helloworld - package org.springframework.integration.samples.helloworld
 
org.springframework.integration.samples.oddeven - package org.springframework.integration.samples.oddeven
 
org.springframework.integration.samples.quartzoddeven - package org.springframework.integration.samples.quartzoddeven
 
org.springframework.integration.samples.quote - package org.springframework.integration.samples.quote
 
org.springframework.integration.samples.ws - package org.springframework.integration.samples.ws
 
org.springframework.integration.scheduling - package org.springframework.integration.scheduling
 
org.springframework.integration.scheduling.spi - package org.springframework.integration.scheduling.spi
 
org.springframework.integration.security - package org.springframework.integration.security
 
org.springframework.integration.security.channel - package org.springframework.integration.security.channel
 
org.springframework.integration.security.config - package org.springframework.integration.security.config
 
org.springframework.integration.security.endpoint - package org.springframework.integration.security.endpoint
 
org.springframework.integration.splitter - package org.springframework.integration.splitter
 
org.springframework.integration.test - package org.springframework.integration.test
 
org.springframework.integration.transformer - package org.springframework.integration.transformer
 
org.springframework.integration.transformer.config - package org.springframework.integration.transformer.config
 
org.springframework.integration.util - package org.springframework.integration.util
 
org.springframework.integration.ws.config - package org.springframework.integration.ws.config
 
org.springframework.integration.ws.handler - package org.springframework.integration.ws.handler
 
org.springframework.integration.xml.config - package org.springframework.integration.xml.config
 
org.springframework.integration.xml.result - package org.springframework.integration.xml.result
 
org.springframework.integration.xml.router - package org.springframework.integration.xml.router
 
org.springframework.integration.xml.source - package org.springframework.integration.xml.source
 
org.springframework.integration.xml.transformer - package org.springframework.integration.xml.transformer
 
OutboundChannelAdapter - Class in org.springframework.integration.endpoint
A Channel Adapter implementation for connecting a MessageChannel to a MessageTarget.
OutboundChannelAdapter() - Constructor for class org.springframework.integration.endpoint.OutboundChannelAdapter
 
OUTPUT_CHANNEL_ATTRIBUTE - Static variable in class org.springframework.integration.config.AbstractMessageEndpointParser
 
OUTPUT_CHANNEL_ATTRIBUTE - Static variable in class org.springframework.integration.config.ResequencerParser
 
outputChannel - Variable in class org.springframework.integration.aggregator.AbstractMessageBarrierHandler
 
outputChannelName - Variable in class org.springframework.integration.endpoint.AbstractRequestReplyEndpoint
 

P

parameterMetadata - Variable in class org.springframework.integration.handler.annotation.MethodArgumentMessageMapper
 
parameterNameDiscoverer - Variable in class org.springframework.integration.handler.annotation.MethodArgumentMessageMapper
 
parentDirectory - Variable in class org.springframework.integration.adapter.file.SimpleFileMessageMapper
 
ParityResolver - Class in org.springframework.integration.samples.oddeven
 
ParityResolver() - Constructor for class org.springframework.integration.samples.oddeven.ParityResolver
 
ParityResolver - Class in org.springframework.integration.samples.quartzoddeven
 
ParityResolver() - Constructor for class org.springframework.integration.samples.quartzoddeven.ParityResolver
 
parse(Element, ParserContext) - Method in class org.springframework.integration.config.annotation.AnnotationDrivenParser
 
parse(Element, ParserContext) - Method in interface org.springframework.integration.config.BeanDefinitionRegisteringParser
 
parse(Element, ParserContext) - Method in class org.springframework.integration.config.ConcurrencyInterceptorParser
 
parse(Element, ParserContext) - Method in class org.springframework.integration.config.HandlerParser
 
parse(Element, ParserContext) - Method in class org.springframework.integration.config.TransactionInterceptorParser
 
parse(Element, ParserContext) - Method in class org.springframework.integration.config.WireTapParser
 
parseAcknowledgeMode(Element) - Static method in class org.springframework.integration.adapter.jms.config.JmsAdapterParserUtils
 
parseAdapter(String, String, Element, ParserContext) - Method in class org.springframework.integration.config.AbstractMessageEndpointParser
 
parseAdapter(String, String, Element, ParserContext) - Method in class org.springframework.integration.config.AggregatorParser
 
parseBeanDefinitionElement(Element, ParserContext) - Static method in class org.springframework.integration.config.IntegrationNamespaceUtils
 
parseConcurrencyPolicy(Element) - Method in class org.springframework.integration.config.ConcurrencyInterceptorParser
 
parseHandler(Element, ParserContext, ManagedList) - Method in class org.springframework.integration.config.HandlerParser
 
parseHandlerAdapter(String, String, String, ParserContext, boolean) - Method in class org.springframework.integration.config.HandlerParser
 
parseHandlerChain(Element, ParserContext) - Method in class org.springframework.integration.config.HandlerParser
 
parseInterceptors(Element, ParserContext) - Method in class org.springframework.integration.config.AbstractInterceptorParser
 
parseInternal(Element, ParserContext) - Method in class org.springframework.integration.adapter.jms.config.JmsSourceParser
 
parseInternal(Element, ParserContext) - Method in class org.springframework.integration.config.ChannelAdapterParser
 
parseMethodInvokingAdapter(String, String, Class<?>, BeanDefinitionRegistry) - Method in class org.springframework.integration.config.ChannelAdapterParser
 
parsePayloadTransformer(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.integration.transformer.config.AbstractPayloadTransformerParser
 
parsePayloadTransformer(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.integration.xml.config.XmlMarshallingTransformerParser
 
parsePayloadTransformer(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.integration.xml.config.XmlUnmarshallingTransformerParser
 
parsePayloadTransformer(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.integration.xml.config.XsltPayloadTransformerParser
 
parsePoller(String, Element, ParserContext) - Static method in class org.springframework.integration.config.IntegrationNamespaceUtils
Parse a "poller" element and return the bean name of the poller instance.
parsers - Variable in class org.springframework.integration.config.AbstractInterceptorParser
 
password - Variable in class org.springframework.integration.adapter.ftp.QueuedFTPClientPool
 
pattern - Variable in class org.springframework.integration.adapter.file.RegexPatternFilenameFilter
 
pattern - Variable in class org.springframework.integration.security.config.IncludeExcludePattern
 
patternHolders - Variable in class org.springframework.integration.security.config.JdkRegExpOrderedIncludeExcludeList
 
payload - Variable in class org.springframework.integration.message.GenericMessage
 
payload - Variable in class org.springframework.integration.message.MessageBuilder
 
PayloadTransformer<T,U> - Interface in org.springframework.integration.transformer
 
PayloadTransformingMessageHandler - Class in org.springframework.integration.transformer
 
PayloadTransformingMessageHandler(PayloadTransformer) - Constructor for class org.springframework.integration.transformer.PayloadTransformingMessageHandler
 
payloadType - Variable in class org.springframework.integration.aop.MessagePublishingInterceptor
 
PayloadTypeRouter - Class in org.springframework.integration.router
A router implementation that resolves the MessageChannel based on the Message's payload type.
PayloadTypeRouter() - Constructor for class org.springframework.integration.router.PayloadTypeRouter
 
PayloadTypeRouter.PayloadTypeChannelResolver - Class in org.springframework.integration.router
 
PayloadTypeRouter.PayloadTypeChannelResolver() - Constructor for class org.springframework.integration.router.PayloadTypeRouter.PayloadTypeChannelResolver
 
PayloadTypeSelector - Class in org.springframework.integration.message.selector
A MessageSelector implementation that checks the type of the Message payload.
PayloadTypeSelector(Class<?>...) - Constructor for class org.springframework.integration.message.selector.PayloadTypeSelector
Create a selector for the provided types.
pendingTasks - Variable in class org.springframework.integration.scheduling.spi.ProviderTaskScheduler
 
period - Variable in class org.springframework.integration.scheduling.PollingSchedule
 
placeOrder(DrinkOrder) - Method in class org.springframework.integration.samples.cafe.Cafe
 
pointcut - Variable in class org.springframework.integration.aop.PublisherAnnotationAdvisor
 
Pollable - Annotation Type in org.springframework.integration.annotation
Indicates that a method is capable of producing messages.
PollableAnnotationPostProcessor - Class in org.springframework.integration.config.annotation
Post-processor for methods annotated with @Pollable.
PollableAnnotationPostProcessor(MessageBus, ClassLoader) - Constructor for class org.springframework.integration.config.annotation.PollableAnnotationPostProcessor
 
PollableChannel - Interface in org.springframework.integration.channel
 
PollableSource<T> - Interface in org.springframework.integration.message
Base interface for any source of Messages that can be polled.
Poller - Annotation Type in org.springframework.integration.annotation
Annotation that can be specified at class-level alongside a @MessageEndpoint annotation in order to provide the polling metadata and scheduling information for that endpoint.
poller - Variable in class org.springframework.integration.config.PollingDispatcherFactoryBean
 
POLLER_ELEMENT - Static variable in class org.springframework.integration.config.AbstractMessageEndpointParser
 
polling - Variable in class org.springframework.integration.adapter.mail.DefaultFolderConnection
 
PollingDispatcher - Class in org.springframework.integration.dispatcher
 
PollingDispatcher(PollableSource<?>, Schedule) - Constructor for class org.springframework.integration.dispatcher.PollingDispatcher
Create a PollingDispatcher for the provided PollableSource.
PollingDispatcher(PollableSource<?>, Schedule, MessageDispatcher) - Constructor for class org.springframework.integration.dispatcher.PollingDispatcher
 
PollingDispatcher(PollableSource<?>, Schedule, MessageDispatcher, MessageExchangeTemplate) - Constructor for class org.springframework.integration.dispatcher.PollingDispatcher
 
PollingDispatcherFactoryBean - Class in org.springframework.integration.config
 
PollingDispatcherFactoryBean() - Constructor for class org.springframework.integration.config.PollingDispatcherFactoryBean
 
pollingDispatchers - Variable in class org.springframework.integration.bus.DefaultMessageBus
 
PollingMailSource - Class in org.springframework.integration.adapter.mail
MessageSource implementation which delegates to a MonitoringStrategy to poll a mailbox.
PollingMailSource(FolderConnection) - Constructor for class org.springframework.integration.adapter.mail.PollingMailSource
 
PollingMailSourceParser - Class in org.springframework.integration.adapter.mail.config
 
PollingMailSourceParser() - Constructor for class org.springframework.integration.adapter.mail.config.PollingMailSourceParser
 
PollingMonitoringStrategy - Class in org.springframework.integration.adapter.mail.monitor
Implementation of the MonitoringStrategy interface that uses a simple polling mechanism.
PollingMonitoringStrategy() - Constructor for class org.springframework.integration.adapter.mail.monitor.PollingMonitoringStrategy
 
PollingSchedule - Class in org.springframework.integration.scheduling
Scheduling metadata for a task that repeats at a regular interval.
PollingSchedule(long) - Constructor for class org.springframework.integration.scheduling.PollingSchedule
Create a fixed-delay schedule with no initial delay.
pool - Variable in class org.springframework.integration.adapter.ftp.QueuedFTPClientPool
 
POOL_ATTRIBUTE_HOST - Static variable in class org.springframework.integration.adapter.ftp.config.FtpSourceParser
 
POOL_ATTRIBUTE_HOST - Static variable in class org.springframework.integration.adapter.ftp.config.FtpTargetParser
 
POOL_ATTRIBUTE_PASS - Static variable in class org.springframework.integration.adapter.ftp.config.FtpSourceParser
 
POOL_ATTRIBUTE_PASS - Static variable in class org.springframework.integration.adapter.ftp.config.FtpTargetParser
 
POOL_ATTRIBUTE_PORT - Static variable in class org.springframework.integration.adapter.ftp.config.FtpSourceParser
 
POOL_ATTRIBUTE_PORT - Static variable in class org.springframework.integration.adapter.ftp.config.FtpTargetParser
 
POOL_ATTRIBUTE_REMOTEDIR - Static variable in class org.springframework.integration.adapter.ftp.config.FtpSourceParser
 
POOL_ATTRIBUTE_REMOTEDIR - Static variable in class org.springframework.integration.adapter.ftp.config.FtpTargetParser
 
POOL_ATTRIBUTE_USER - Static variable in class org.springframework.integration.adapter.ftp.config.FtpSourceParser
 
POOL_ATTRIBUTE_USER - Static variable in class org.springframework.integration.adapter.ftp.config.FtpTargetParser
 
PoolExecutorParser - Class in org.springframework.integration.config
 
PoolExecutorParser() - Constructor for class org.springframework.integration.config.PoolExecutorParser
 
Pop3PollingMonitoringStrategy - Class in org.springframework.integration.adapter.mail.monitor
Implementation of the MonitoringStrategy interface that uses a simple polling mechanism suitable for POP3 servers.
Pop3PollingMonitoringStrategy() - Constructor for class org.springframework.integration.adapter.mail.monitor.Pop3PollingMonitoringStrategy
 
populateMailMessageHeader(MailMessage, Message<?>) - Method in class org.springframework.integration.adapter.mail.AbstractMailHeaderGenerator
Populate the mail message using the results of the template methods.
populateMailMessageHeader(MailMessage, Message<?>) - Method in interface org.springframework.integration.adapter.mail.MailHeaderGenerator
Populate the e-mail message header based on the content of the integration message.
populateSnapshot(Map<String, FileInfo>) - Method in class org.springframework.integration.adapter.file.AbstractDirectorySource
Constructs the snapshot by iterating files.
populateSnapshot(Map<String, FileInfo>) - Method in class org.springframework.integration.adapter.file.FileSource
 
populateSnapshot(Map<String, FileInfo>) - Method in class org.springframework.integration.adapter.ftp.FtpSource
 
port - Variable in class org.springframework.integration.adapter.ftp.QueuedFTPClientPool
 
postHandle(Message<?>) - Method in interface org.springframework.integration.endpoint.EndpointInterceptor
 
postHandle(Message<?>) - Method in class org.springframework.integration.endpoint.interceptor.EndpointInterceptorAdapter
 
postProcess(BeanDefinitionBuilder, Element) - Method in class org.springframework.integration.adapter.config.AbstractRemotingGatewayParser
 
postProcess(BeanDefinitionBuilder, Element) - Method in class org.springframework.integration.adapter.config.AbstractRemotingHandlerParser
 
postProcess(BeanDefinitionBuilder, Element) - Method in class org.springframework.integration.adapter.file.config.AbstractDirectorySourceParser
 
postProcess(BeanDefinitionBuilder, Element) - Method in class org.springframework.integration.adapter.file.config.FileSourceParser
 
postProcess(BeanDefinitionBuilder, Element) - Method in class org.springframework.integration.adapter.ftp.config.FtpSourceParser
 
postProcess(BeanDefinitionBuilder, Element) - Method in class org.springframework.integration.adapter.ftp.config.FtpTargetParser
 
postProcess(BeanDefinitionBuilder, Element) - Method in class org.springframework.integration.config.AbstractChannelParser
 
postProcess(Object, String, Class<?>) - Method in class org.springframework.integration.config.annotation.AbstractAnnotationMethodPostProcessor
 
postProcess(Object, String, Class<?>) - Method in interface org.springframework.integration.config.annotation.AnnotationMethodPostProcessor
 
postProcess(BeanDefinitionBuilder, Element) - Method in class org.springframework.integration.config.MessageBusParser
 
postProcess(BeanDefinitionBuilder, Element) - Method in class org.springframework.integration.config.PoolExecutorParser
 
postProcess(BeanDefinitionBuilder, Element) - Method in class org.springframework.integration.config.PriorityChannelParser
 
postProcess(BeanDefinitionBuilder, Element) - Method in class org.springframework.integration.config.PublishSubscribeChannelParser
 
postProcess(BeanDefinitionBuilder, Element) - Method in class org.springframework.integration.config.QueueChannelParser
 
postProcess(BeanDefinitionBuilder, Element) - Method in class org.springframework.integration.config.ResequencerParser
 
postProcess(BeanDefinitionBuilder, Element) - Method in class org.springframework.integration.gateway.config.GatewayParser
 
postProcessAdapterBean(BeanDefinitionBuilder, Element, ParserContext) - Method in class org.springframework.integration.config.AbstractMessageEndpointParser
 
postProcessAfterInitialization(Object, String) - Method in class org.springframework.integration.bus.MessageBusAwareBeanPostProcessor
 
postProcessAfterInitialization(Object, String) - Method in class org.springframework.integration.config.annotation.MessagingAnnotationPostProcessor
 
postProcessAfterInitialization(Object, String) - Method in class org.springframework.integration.config.annotation.PublisherAnnotationPostProcessor
 
postProcessAfterInitialization(Object, String) - Method in class org.springframework.integration.config.annotation.SubscriberAnnotationPostProcessor
 
postProcessAfterInitialization(Object, String) - Method in class org.springframework.integration.security.ChannelInterceptorRegisteringBeanPostProcessor
 
postProcessAfterInitialization(Object, String) - Method in class org.springframework.integration.security.config.SecurityPropagatingBeanPostProcessor
 
postProcessBeforeInitialization(Object, String) - Method in class org.springframework.integration.bus.MessageBusAwareBeanPostProcessor
 
postProcessBeforeInitialization(Object, String) - Method in class org.springframework.integration.config.annotation.MessagingAnnotationPostProcessor
 
postProcessBeforeInitialization(Object, String) - Method in class org.springframework.integration.config.annotation.PublisherAnnotationPostProcessor
 
postProcessBeforeInitialization(Object, String) - Method in class org.springframework.integration.config.annotation.SubscriberAnnotationPostProcessor
 
postProcessBeforeInitialization(Object, String) - Method in class org.springframework.integration.security.ChannelInterceptorRegisteringBeanPostProcessor
 
postProcessBeforeInitialization(Object, String) - Method in class org.springframework.integration.security.config.SecurityPropagatingBeanPostProcessor
 
postProcessEndpointBean(BeanDefinitionBuilder, Element, ParserContext) - Method in class org.springframework.integration.config.AbstractMessageEndpointParser
 
postProcessIfNecessary(Object) - Method in class org.springframework.integration.bus.MessageBusAwareBeanPostProcessor
 
postProcessors - Variable in class org.springframework.integration.config.annotation.MessagingAnnotationPostProcessor
 
postProcessReplyMessage(Message<?>, Message<?>) - Method in class org.springframework.integration.handler.AbstractMessageHandler
Subclasses must implement this method to process a return value that is already a Message instance.
postProcessReplyMessage(Message<?>, Message<?>) - Method in class org.springframework.integration.handler.DefaultMessageHandler
 
postProcessReplyMessage(Message<?>, Message<?>) - Method in class org.springframework.integration.handler.MethodInvokingTarget
 
postProcessReplyMessage(Message<?>, Message<?>) - Method in class org.springframework.integration.router.RouterMessageHandler
 
postProcessReplyMessage(Message<?>, Message<?>) - Method in class org.springframework.integration.splitter.SplitterMessageHandler
 
postProcessReplyMessage(Message<?>, Message<?>) - Method in class org.springframework.integration.transformer.TransformerMessageHandler
 
postReceive(Message<?>, MessageChannel) - Method in class org.springframework.integration.channel.AbstractMessageChannel.ChannelInterceptorList
 
postReceive(Message<?>, MessageChannel) - Method in interface org.springframework.integration.channel.ChannelInterceptor
 
postReceive(Message<?>, MessageChannel) - Method in class org.springframework.integration.channel.interceptor.ChannelInterceptorAdapter
 
postReceive(Message<?>, MessageChannel) - Method in class org.springframework.integration.channel.interceptor.MessageStoringInterceptor
 
postReceive(Message<?>, MessageChannel) - Method in class org.springframework.integration.transformer.MessageTransformingChannelInterceptor
 
postSend(Message<?>, MessageChannel, boolean) - Method in class org.springframework.integration.bus.DefaultErrorChannel.ErrorLoggingInterceptor
 
postSend(Message<?>, MessageChannel, boolean) - Method in class org.springframework.integration.channel.AbstractMessageChannel.ChannelInterceptorList
 
postSend(Message<?>, MessageChannel, boolean) - Method in interface org.springframework.integration.channel.ChannelInterceptor
 
postSend(Message<?>, MessageChannel, boolean) - Method in class org.springframework.integration.channel.interceptor.ChannelInterceptorAdapter
 
postStart() - Method in class org.springframework.integration.bus.DefaultMessageBus.MessageBusInterceptorsList
 
postStart(MessageBus) - Method in interface org.springframework.integration.bus.MessageBusInterceptor
 
postStart(MessageBus) - Method in class org.springframework.integration.bus.MessageBusInterceptorAdapter
 
postStop() - Method in class org.springframework.integration.bus.DefaultMessageBus.MessageBusInterceptorsList
 
postStop(MessageBus) - Method in interface org.springframework.integration.bus.MessageBusInterceptor
 
postStop(MessageBus) - Method in class org.springframework.integration.bus.MessageBusInterceptorAdapter
 
prefersShortLivedTasks() - Method in class org.springframework.integration.scheduling.spi.ProviderTaskScheduler
 
preHandle(Message<?>) - Method in interface org.springframework.integration.endpoint.EndpointInterceptor
 
preHandle(Message<?>) - Method in class org.springframework.integration.endpoint.interceptor.EndpointInterceptorAdapter
 
preHandle(Message<?>) - Method in class org.springframework.integration.security.endpoint.SecurityEndpointInterceptor
 
prepareColdDrink(Drink) - Method in class org.springframework.integration.samples.cafe.Barista
 
prepareHotDrink(Drink) - Method in class org.springframework.integration.samples.cafe.Barista
 
prepareReplyMessage(MessageBuilder<?>, MessageHeaders) - Method in class org.springframework.integration.handler.DefaultMessageHandler
 
preReceive(MessageChannel) - Method in class org.springframework.integration.channel.AbstractMessageChannel.ChannelInterceptorList
 
preReceive(MessageChannel) - Method in interface org.springframework.integration.channel.ChannelInterceptor
 
preReceive(MessageChannel) - Method in class org.springframework.integration.channel.interceptor.ChannelInterceptorAdapter
 
preReceive(MessageChannel) - Method in class org.springframework.integration.channel.interceptor.MessageStoringInterceptor
 
preReceive(MessageChannel) - Method in class org.springframework.integration.security.channel.SecurityEnforcingChannelInterceptor
 
preSend(Message<?>, MessageChannel) - Method in class org.springframework.integration.bus.DefaultErrorChannel.ErrorLoggingInterceptor
Even if the error channel has no subscribers, errors are at least visible at debug level.
preSend(Message<?>, MessageChannel) - Method in class org.springframework.integration.channel.AbstractMessageChannel.ChannelInterceptorList
 
preSend(Message<?>, MessageChannel) - Method in interface org.springframework.integration.channel.ChannelInterceptor
 
preSend(Message<?>, MessageChannel) - Method in class org.springframework.integration.channel.interceptor.ChannelInterceptorAdapter
 
preSend(Message<?>, MessageChannel) - Method in class org.springframework.integration.channel.interceptor.MessageSelectingInterceptor
 
preSend(Message<?>, MessageChannel) - Method in class org.springframework.integration.channel.interceptor.MessageStoringInterceptor
 
preSend(Message<?>, MessageChannel) - Method in class org.springframework.integration.channel.interceptor.WireTap
Intercept the Message and, if accepted by the MessageSelector, send it to the secondary target.
preSend(Message<?>, MessageChannel) - Method in class org.springframework.integration.security.channel.SecurityContextPropagatingChannelInterceptor
 
preSend(Message<?>, MessageChannel) - Method in class org.springframework.integration.security.channel.SecurityEnforcingChannelInterceptor
 
preSend(Message<?>, MessageChannel) - Method in class org.springframework.integration.transformer.MessageTransformingChannelInterceptor
 
preStart() - Method in class org.springframework.integration.bus.DefaultMessageBus.MessageBusInterceptorsList
 
preStart(MessageBus) - Method in interface org.springframework.integration.bus.MessageBusInterceptor
 
preStart(MessageBus) - Method in class org.springframework.integration.bus.MessageBusInterceptorAdapter
 
preStop() - Method in class org.springframework.integration.bus.DefaultMessageBus.MessageBusInterceptorsList
 
preStop(MessageBus) - Method in interface org.springframework.integration.bus.MessageBusInterceptor
 
preStop(MessageBus) - Method in class org.springframework.integration.bus.MessageBusInterceptorAdapter
 
previousSnapshot - Variable in class org.springframework.integration.adapter.file.Backlog
 
price - Variable in class org.springframework.integration.samples.quote.Quote
 
PRIORITY - Static variable in class org.springframework.integration.message.MessageHeaders
 
PriorityChannel - Class in org.springframework.integration.channel
A message channel that prioritizes messages based on a PriorityChannel.MessagePriorityComparator.
PriorityChannel(int, Comparator<Message<?>>) - Constructor for class org.springframework.integration.channel.PriorityChannel
Create a channel with the specified queue capacity.
PriorityChannel(int) - Constructor for class org.springframework.integration.channel.PriorityChannel
Create a channel with the specified queue capacity.
PriorityChannel() - Constructor for class org.springframework.integration.channel.PriorityChannel
Create a channel with the default queue capacity and dispatcher policy.
PriorityChannel.MessagePriorityComparator - Class in org.springframework.integration.channel
 
PriorityChannel.MessagePriorityComparator() - Constructor for class org.springframework.integration.channel.PriorityChannel.MessagePriorityComparator
 
PriorityChannelFactory - Class in org.springframework.integration.channel.factory
A ChannelFactory for creating PriorityChannel instances.
PriorityChannelFactory() - Constructor for class org.springframework.integration.channel.factory.PriorityChannelFactory
 
PriorityChannelParser - Class in org.springframework.integration.config
Parser for the <priority-channel> element.
PriorityChannelParser() - Constructor for class org.springframework.integration.config.PriorityChannelParser
 
processChildElements(BeanDefinitionBuilder, Element) - Method in class org.springframework.integration.config.MessageBusParser
 
processingBuffer - Variable in class org.springframework.integration.adapter.file.Backlog
This is the storage for backlog that is being processed by a specific thread.
processingFailed() - Method in class org.springframework.integration.adapter.file.Backlog
 
processMethod(Object, Method, Annotation) - Method in class org.springframework.integration.config.annotation.AbstractAnnotationMethodPostProcessor
 
processMethod(Object, Method, Annotation) - Method in class org.springframework.integration.config.annotation.HandlerAnnotationPostProcessor
 
processMethod(Object, Method, Annotation) - Method in class org.springframework.integration.config.annotation.PollableAnnotationPostProcessor
 
processMethod(Object, Method, Annotation) - Method in class org.springframework.integration.config.annotation.TargetAnnotationPostProcessor
 
processPatterns(NodeList) - Method in class org.springframework.integration.security.config.SecuredChannelsParser
 
processReleasedMessages(Object, List<Message<?>>) - Method in class org.springframework.integration.aggregator.AbstractMessageBarrierHandler
Implements the logic for transforming the released Messages.
processReleasedMessages(Object, List<Message<?>>) - Method in class org.springframework.integration.aggregator.AggregatingMessageHandler
 
processReleasedMessages(Object, List<Message<?>>) - Method in class org.springframework.integration.aggregator.ResequencingMessageHandler
 
processResults(List<T>) - Method in class org.springframework.integration.config.annotation.AbstractAnnotationMethodPostProcessor
 
processResults(List<MessageHandler>) - Method in class org.springframework.integration.config.annotation.HandlerAnnotationPostProcessor
 
processResults(List<MessageSource<?>>) - Method in class org.springframework.integration.config.annotation.PollableAnnotationPostProcessor
 
processResults(List<MessageTarget>) - Method in class org.springframework.integration.config.annotation.TargetAnnotationPostProcessor
 
processSnapshot(Map<String, T>) - Method in class org.springframework.integration.adapter.file.Backlog
 
propagationBehaviorName - Variable in class org.springframework.integration.config.PollingDispatcherFactoryBean
 
propagationBehaviorName - Variable in class org.springframework.integration.endpoint.interceptor.TransactionInterceptor
 
propagationBehaviorName - Variable in class org.springframework.integration.message.MessageExchangeTemplate
 
ProviderTaskScheduler - Class in org.springframework.integration.scheduling.spi
An implementation of TaskScheduler that understands PollingSchedules and delegates to a ScheduleServiceProvider instance.
ProviderTaskScheduler(ScheduleServiceProvider) - Constructor for class org.springframework.integration.scheduling.spi.ProviderTaskScheduler
 
ProviderTaskScheduler.TaskRunner - Class in org.springframework.integration.scheduling.spi
 
ProviderTaskScheduler.TaskRunner(Runnable) - Constructor for class org.springframework.integration.scheduling.spi.ProviderTaskScheduler.TaskRunner
 
Publisher - Annotation Type in org.springframework.integration.aop
Indicates that the method's return value, thrown exception, or invocation arguments should be published to the specified channel.
PUBLISHER_ANNOTATION_POST_PROCESSOR_BEAN_NAME - Static variable in class org.springframework.integration.config.annotation.AnnotationDrivenParser
 
PublisherAnnotationAdvisor - Class in org.springframework.integration.aop
Advisor whose pointcut matches a method annotation and whose advice will publish a message to the channel provided by that annotation.
PublisherAnnotationAdvisor(ChannelRegistry) - Constructor for class org.springframework.integration.aop.PublisherAnnotationAdvisor
 
PublisherAnnotationAdvisor(Class<? extends Annotation>, String, ChannelRegistry) - Constructor for class org.springframework.integration.aop.PublisherAnnotationAdvisor
 
PublisherAnnotationPostProcessor - Class in org.springframework.integration.config.annotation
A BeanPostProcessor that adds a message publishing interceptor when it discovers annotated methods.
PublisherAnnotationPostProcessor() - Constructor for class org.springframework.integration.config.annotation.PublisherAnnotationPostProcessor
 
publisherAnnotationType - Variable in class org.springframework.integration.aop.AnnotationAwareMessagePublishingInterceptor
 
publisherAnnotationType - Variable in class org.springframework.integration.config.annotation.PublisherAnnotationPostProcessor
 
PublishSubscribeChannel - Class in org.springframework.integration.channel
 
PublishSubscribeChannel(TaskExecutor) - Constructor for class org.springframework.integration.channel.PublishSubscribeChannel
Create a PublishSubscribeChannel that will use a TaskExecutor to publish its Messages.
PublishSubscribeChannel() - Constructor for class org.springframework.integration.channel.PublishSubscribeChannel
 
PublishSubscribeChannelParser - Class in org.springframework.integration.config
Parser for the <publish-subscribe-channel> element.
PublishSubscribeChannelParser() - Constructor for class org.springframework.integration.config.PublishSubscribeChannelParser
 
purge() - Method in class org.springframework.integration.channel.ChannelPurger
 
purge(MessageSelector) - Method in class org.springframework.integration.channel.NullChannel
 
purge(MessageSelector) - Method in interface org.springframework.integration.channel.PollableChannel
Remove any Messages that are not accepted by the provided selector.
purge(MessageSelector) - Method in class org.springframework.integration.channel.QueueChannel
 
purge(MessageSelector) - Method in class org.springframework.integration.channel.ThreadLocalChannel
Remove and return any messages that are stored for the current thread and do not match the provided selector.
put(String, Object) - Method in class org.springframework.integration.message.MessageHeaders
 
put(Object, Message<?>) - Method in interface org.springframework.integration.message.MessageStore
 
put(Object, Message<?>) - Method in class org.springframework.integration.message.RetrievalBlockingMessageStore
 
put(Object, Message<?>) - Method in class org.springframework.integration.message.SimpleMessageStore
 
putAll(Map<? extends String, ? extends Object>) - Method in class org.springframework.integration.message.MessageHeaders
 

Q

QuartzScheduleServiceProvider - Class in org.springframework.integration.quartz
A Quartz-based implementation of the ScheduleServiceProvider.
QuartzScheduleServiceProvider(Scheduler) - Constructor for class org.springframework.integration.quartz.QuartzScheduleServiceProvider
 
QuartzScheduleServiceProvider.FixedDelayJobListener - Class in org.springframework.integration.quartz
JobListener used for re-scheduling a fixed delay task, as Quartz does not support fixed delay tasks out of the box.
QuartzScheduleServiceProvider.FixedDelayJobListener() - Constructor for class org.springframework.integration.quartz.QuartzScheduleServiceProvider.FixedDelayJobListener
 
QuartzScheduleServiceProvider.InterruptableMethodInvokingJob - Class in org.springframework.integration.quartz
Wrapper class allowing for Quartz jobs to be interrupted.
QuartzScheduleServiceProvider.InterruptableMethodInvokingJob() - Constructor for class org.springframework.integration.quartz.QuartzScheduleServiceProvider.InterruptableMethodInvokingJob
 
QuartzScheduleServiceProvider.ScheduledFutureJobWrapper - Class in org.springframework.integration.quartz
Wrapper class for a Quartz Job, allowing running Quartz jobs top be manipulated via the ScheduledFuture interface.
QuartzScheduleServiceProvider.ScheduledFutureJobWrapper(Scheduler, JobDetail, Trigger) - Constructor for class org.springframework.integration.quartz.QuartzScheduleServiceProvider.ScheduledFutureJobWrapper
 
QuartzSchedulingException - Exception in org.springframework.integration.quartz
 
QuartzSchedulingException() - Constructor for exception org.springframework.integration.quartz.QuartzSchedulingException
 
QuartzSchedulingException(Throwable) - Constructor for exception org.springframework.integration.quartz.QuartzSchedulingException
 
QuartzSchedulingException(String) - Constructor for exception org.springframework.integration.quartz.QuartzSchedulingException
 
queue - Variable in class org.springframework.integration.channel.QueueChannel
 
queueCapacity - Variable in class org.springframework.integration.channel.factory.QueueChannelFactory
 
queueCapacity - Variable in class org.springframework.integration.endpoint.ConcurrencyPolicy
 
QueueChannel - Class in org.springframework.integration.channel
Simple implementation of a message channel.
QueueChannel(BlockingQueue<Message<?>>) - Constructor for class org.springframework.integration.channel.QueueChannel
Create a channel with the specified queue.
QueueChannel(int) - Constructor for class org.springframework.integration.channel.QueueChannel
Create a channel with the specified queue capacity.
QueueChannel() - Constructor for class org.springframework.integration.channel.QueueChannel
Create a channel with the default queue capacity.
QueueChannelFactory - Class in org.springframework.integration.channel.factory
Default implementation of a ChannelFactory, which will create instances of a QueueChannel.
QueueChannelFactory() - Constructor for class org.springframework.integration.channel.factory.QueueChannelFactory
 
QueueChannelParser - Class in org.springframework.integration.config
Parser for the <queue-channel> element.
QueueChannelParser() - Constructor for class org.springframework.integration.config.QueueChannelParser
 
QueuedFTPClientPool - Class in org.springframework.integration.adapter.ftp
FTPClientPool implementation based on a Queue.
QueuedFTPClientPool() - Constructor for class org.springframework.integration.adapter.ftp.QueuedFTPClientPool
 
QueuedFTPClientPool(int) - Constructor for class org.springframework.integration.adapter.ftp.QueuedFTPClientPool
 
QueuedFTPClientPool.DefaultFactory - Class in org.springframework.integration.adapter.ftp
 
QueuedFTPClientPool.DefaultFactory() - Constructor for class org.springframework.integration.adapter.ftp.QueuedFTPClientPool.DefaultFactory
 
Quote - Class in org.springframework.integration.samples.quote
 
Quote(String, BigDecimal) - Constructor for class org.springframework.integration.samples.quote.Quote
 
QuoteDemo - Class in org.springframework.integration.samples.quote
 
QuoteDemo() - Constructor for class org.springframework.integration.samples.quote.QuoteDemo
 
QuoteService - Class in org.springframework.integration.samples.quote
 
QuoteService() - Constructor for class org.springframework.integration.samples.quote.QuoteService
 

R

RandomUuidGenerator - Class in org.springframework.integration.util
An id generator that generates random UUIDs.
RandomUuidGenerator() - Constructor for class org.springframework.integration.util.RandomUuidGenerator
 
reader - Variable in class org.springframework.integration.adapter.stream.CharacterStreamSource
 
readMessagePayload(File) - Method in class org.springframework.integration.adapter.file.AbstractFileMessageCreator
 
readMessagePayload(File) - Method in class org.springframework.integration.adapter.file.ByteArrayFileMessageCreator
 
readMessagePayload(File) - Method in class org.springframework.integration.adapter.file.FileMessageCreator
 
readMessagePayload(File) - Method in class org.springframework.integration.adapter.file.TextFileMessageCreator
 
readOnly - Variable in class org.springframework.integration.endpoint.interceptor.TransactionInterceptor
 
readOnly - Variable in class org.springframework.integration.message.MessageExchangeTemplate
 
REAPER_INTERVAL - Static variable in class org.springframework.integration.aggregator.AggregatorMessageHandlerCreator
 
REAPER_INTERVAL_ATTRIBUTE - Static variable in class org.springframework.integration.config.AggregatorParser
 
reaperInterval - Variable in class org.springframework.integration.aggregator.AbstractMessageBarrierHandler
 
receive() - Method in class org.springframework.integration.adapter.file.AbstractDirectorySource
 
receive() - Method in class org.springframework.integration.adapter.jms.JmsSource
 
receive() - Method in class org.springframework.integration.adapter.mail.DefaultFolderConnection
 
receive() - Method in interface org.springframework.integration.adapter.mail.FolderConnection
 
receive(Folder) - Method in class org.springframework.integration.adapter.mail.monitor.AbstractMonitoringStrategy
Monitors the given folder, and returns any new messages when they arrive.
receive(Folder) - Method in interface org.springframework.integration.adapter.mail.monitor.MonitoringStrategy
Monitors the given folder, and returns any new messages when they arrive.
receive() - Method in class org.springframework.integration.adapter.mail.PollingMailSource
 
receive() - Method in class org.springframework.integration.adapter.stream.ByteStreamSource
 
receive() - Method in class org.springframework.integration.adapter.stream.CharacterStreamSource
 
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.NullChannel
 
receive(long) - Method in class org.springframework.integration.channel.NullChannel
 
receive() - Method in interface org.springframework.integration.endpoint.MessagingGateway
 
receive() - Method in class org.springframework.integration.gateway.SimpleMessagingGateway
 
receive(PollableSource<?>) - Method in class org.springframework.integration.message.AsyncMessageExchangeTemplate
Receive an AsyncMessage from the provided source.
receive() - Method in interface org.springframework.integration.message.BlockingSource
Receive a message, blocking indefinitely if necessary.
receive(long) - Method in interface org.springframework.integration.message.BlockingSource
Receive a message, blocking until either a message is available or the specified timeout period elapses.
receive(PollableSource<?>) - Method in class org.springframework.integration.message.MessageExchangeTemplate
 
receive() - Method in class org.springframework.integration.message.MessageExchangeTemplate.TemporaryReturnAddress
 
receive(long) - Method in class org.springframework.integration.message.MessageExchangeTemplate.TemporaryReturnAddress
 
receive() - Method in class org.springframework.integration.message.MethodInvokingSource
 
receive() - Method in interface org.springframework.integration.message.PollableSource
Retrieve a message from this source or null if no message is available.
receiveAndForward() - Method in interface org.springframework.integration.endpoint.MessagingGateway
 
receiveAndForward() - Method in class org.springframework.integration.gateway.SimpleMessagingGateway
 
receiveAndForward(PollableSource<?>, MessageTarget) - Method in class org.springframework.integration.message.AsyncMessageExchangeTemplate
Receive a Message from the provided source and if not null, send it to the given target.
receiveAndForward(PollableSource<?>, MessageTarget) - Method in class org.springframework.integration.message.MessageExchangeTemplate
 
receiveSecurityAttributes - Variable in class org.springframework.integration.security.channel.SecurityEnforcingChannelInterceptor
 
receiveTimeout - Variable in class org.springframework.integration.config.PollingDispatcherFactoryBean
 
receiveTimeout - Variable in class org.springframework.integration.message.MessageExchangeTemplate
 
receiveTimeout - Variable in class org.springframework.integration.message.MessageExchangeTemplate.TemporaryReturnAddress
 
RecipientListRouter - Class in org.springframework.integration.router
A simple extension of MultiChannelRouter that routes to a statically configured list of recipients.
RecipientListRouter() - Constructor for class org.springframework.integration.router.RecipientListRouter
 
RecipientListRouter.RecipientListChannelNameResolver - Class in org.springframework.integration.router
 
RecipientListRouter.RecipientListChannelNameResolver(String[]) - Constructor for class org.springframework.integration.router.RecipientListRouter.RecipientListChannelNameResolver
 
RecipientListRouter.RecipientListChannelResolver - Class in org.springframework.integration.router
 
RecipientListRouter.RecipientListChannelResolver(List<MessageChannel>) - Constructor for class org.springframework.integration.router.RecipientListRouter.RecipientListChannelResolver
 
REDELIVERED - Static variable in class org.springframework.integration.adapter.jms.JmsHeaders
 
REF_ATTRIBUTE - Static variable in class org.springframework.integration.config.AbstractMessageEndpointParser
 
REFERENCE_ATTRIBUTE - Static variable in class org.springframework.integration.config.MessageBusParser
 
referenceAttributes - Static variable in class org.springframework.integration.gateway.config.GatewayParser
 
refreshSnapshotAndMarkProcessing(Backlog<FileInfo>) - Method in class org.springframework.integration.adapter.file.AbstractDirectorySource
Naive implementation that ignores thread safety.
refreshSnapshotAndMarkProcessing(Backlog<FileInfo>) - Method in class org.springframework.integration.adapter.ftp.FtpSource
 
RegexPatternFilenameFilter - Class in org.springframework.integration.adapter.file
A FilenameFilter implementation for matching against a regular expression Pattern.
RegexPatternFilenameFilter() - Constructor for class org.springframework.integration.adapter.file.RegexPatternFilenameFilter
 
regexpPatterns - Variable in class org.springframework.integration.security.ChannelInterceptorRegisteringBeanPostProcessor
 
registerChannel(MessageChannel) - Method in class org.springframework.integration.bus.DefaultMessageBus
 
registerChannel(MessageChannel) - Method in interface org.springframework.integration.channel.ChannelRegistry
 
registerChannel(MessageChannel) - Method in class org.springframework.integration.channel.DefaultChannelRegistry
 
registerChannels(ApplicationContext) - Method in class org.springframework.integration.bus.DefaultMessageBus
 
registerEndpoint(MessageEndpoint) - Method in class org.springframework.integration.bus.DefaultMessageBus
 
registerEndpoint(MessageEndpoint) - Method in class org.springframework.integration.endpoint.DefaultEndpointRegistry
 
registerEndpoint(MessageEndpoint) - Method in interface org.springframework.integration.endpoint.EndpointRegistry
 
registerEndpoints(ApplicationContext) - Method in class org.springframework.integration.bus.DefaultMessageBus
 
registerGateway(String, MessagingGateway) - Method in class org.springframework.integration.bus.DefaultMessageBus
 
registerGateways(ApplicationContext) - Method in class org.springframework.integration.bus.DefaultMessageBus
 
registerMessageBusAwarePostProcessor(ParserContext) - Method in class org.springframework.integration.config.MessageBusParser
 
registerMessagingAnnotationPostProcessor(ParserContext) - Method in class org.springframework.integration.config.annotation.AnnotationDrivenParser
 
registerPublisherPostProcessor(ParserContext) - Method in class org.springframework.integration.config.annotation.AnnotationDrivenParser
 
registerReplyMessageCorrelator() - Method in class org.springframework.integration.gateway.SimpleMessagingGateway
 
registerSubscriberPostProcessor(ParserContext) - Method in class org.springframework.integration.config.annotation.AnnotationDrivenParser
 
registryHost - Variable in class org.springframework.integration.adapter.rmi.RmiGateway
 
registryPort - Variable in class org.springframework.integration.adapter.rmi.RmiGateway
 
REJECTION_POLICY_ATTRIBUTE - Static variable in class org.springframework.integration.config.PoolExecutorParser
 
releaseAvailableMessages() - Method in class org.springframework.integration.aggregator.AbstractMessageBarrier
Subclasses must implement this method to return the messages that can be released by this barrier after the receipt of a given message.
releaseAvailableMessages() - Method in class org.springframework.integration.aggregator.AggregationBarrier
 
releaseAvailableMessages() - Method in class org.springframework.integration.aggregator.ResequencingMessageBarrier
 
releaseClient(FTPClient) - Method in interface org.springframework.integration.adapter.ftp.FTPClientPool
Releases the client back to the pool.
releaseClient(FTPClient) - Method in class org.springframework.integration.adapter.ftp.QueuedFTPClientPool
 
releasePartialSequences - Variable in class org.springframework.integration.aggregator.ResequencingMessageBarrier
 
releasePartialSequences - Variable in class org.springframework.integration.aggregator.ResequencingMessageHandler
 
REMOTE_INVOCATION_EXECUTOR_ATTRIBUTE - Static variable in class org.springframework.integration.adapter.rmi.config.RmiGatewayParser
 
remoteInvocationExecutor - Variable in class org.springframework.integration.adapter.rmi.RmiGateway
 
remoteWorkingDirectory - Variable in class org.springframework.integration.adapter.ftp.QueuedFTPClientPool
 
remove(MessageBusInterceptor) - Method in class org.springframework.integration.bus.DefaultMessageBus.MessageBusInterceptorsList
 
remove(Object) - Method in class org.springframework.integration.message.MessageHeaders
 
remove(Object) - Method in interface org.springframework.integration.message.MessageStore
 
remove(Object) - Method in class org.springframework.integration.message.RetrievalBlockingMessageStore
 
remove(Object, long) - Method in class org.springframework.integration.message.RetrievalBlockingMessageStore
 
remove(Object) - Method in class org.springframework.integration.message.SimpleMessageStore
 
removeBarrier(Object) - Method in class org.springframework.integration.aggregator.AbstractMessageBarrierHandler
 
removeEldestEntry(Map.Entry<K, V>) - Method in class org.springframework.integration.util.BoundedHashMap
 
removeInterceptor(MessageBusInterceptor) - Method in class org.springframework.integration.bus.DefaultMessageBus
 
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
 
RendezvousChannelFactory - Class in org.springframework.integration.channel.factory
A ChannelFactory for creating RendezvousChannel instances.
RendezvousChannelFactory() - Constructor for class org.springframework.integration.channel.factory.RendezvousChannelFactory
 
RendezvousChannelParser - Class in org.springframework.integration.config
Parser for the <rendezvous-channel> element.
RendezvousChannelParser() - Constructor for class org.springframework.integration.config.RendezvousChannelParser
 
REPLY_TO - Static variable in class org.springframework.integration.adapter.jms.JmsHeaders
 
REPLY_TO - Static variable in class org.springframework.integration.adapter.mail.MailHeaders
 
replyChannel - Variable in class org.springframework.integration.gateway.SimpleMessagingGateway
 
replyMapCapacity - Variable in class org.springframework.integration.gateway.SimpleMessagingGateway
 
replyMessageCorrelator - Variable in class org.springframework.integration.gateway.SimpleMessagingGateway
 
ReplyMessageCorrelator - Class in org.springframework.integration.handler
A handler for receiving messages from a "reply channel".
ReplyMessageCorrelator(int) - Constructor for class org.springframework.integration.handler.ReplyMessageCorrelator
 
replyMessageCorrelatorMonitor - Variable in class org.springframework.integration.gateway.SimpleMessagingGateway
 
replyTimeout - Variable in class org.springframework.integration.gateway.SimpleMessagingGateway
 
replyTo - Variable in class org.springframework.integration.adapter.mail.StaticMailHeaderGenerator
 
requestCallback - Variable in class org.springframework.integration.ws.handler.AbstractWebServiceHandler
 
requestChannel - Variable in class org.springframework.integration.gateway.SimpleMessagingGateway
 
requestChannelName - Variable in class org.springframework.integration.adapter.rmi.RmiGateway
 
requestMessage - Variable in exception org.springframework.integration.endpoint.MessageEndpointReplyException
 
required - Variable in class org.springframework.integration.handler.annotation.MethodArgumentMessageMapper.MethodParameterMetadata
 
requiresClassProxying(Class<?>) - Method in class org.springframework.integration.config.annotation.PublisherAnnotationPostProcessor
 
requiresReply - Variable in class org.springframework.integration.endpoint.AbstractRequestReplyEndpoint
 
ResequencerParser - Class in org.springframework.integration.config
Parser for the <resequencer> element.
ResequencerParser() - Constructor for class org.springframework.integration.config.ResequencerParser
 
resequencingComparator - Variable in class org.springframework.integration.aggregator.ResequencingMessageBarrier
 
ResequencingMessageBarrier - Class in org.springframework.integration.aggregator
MessageBarrier implementation for resequencing.
ResequencingMessageBarrier(boolean) - Constructor for class org.springframework.integration.aggregator.ResequencingMessageBarrier
 
ResequencingMessageHandler - Class in org.springframework.integration.aggregator
An AbstractMessageBarrierHandler that waits for a group of Messages to arrive and re-sends them in order, sorted by their sequenceNumber.
ResequencingMessageHandler() - Constructor for class org.springframework.integration.aggregator.ResequencingMessageHandler
 
ResequencingMessageHandler(ScheduledExecutorService) - Constructor for class org.springframework.integration.aggregator.ResequencingMessageHandler
 
resolutionRequired - Variable in class org.springframework.integration.router.AbstractRoutingMessageHandler
 
resolve(Message<?>) - Method in interface org.springframework.integration.router.ChannelNameResolver
 
resolve(Message<?>) - Method in interface org.springframework.integration.router.ChannelResolver
 
resolve(Message<?>) - Method in interface org.springframework.integration.router.MultiChannelNameResolver
 
resolve(Message<?>) - Method in interface org.springframework.integration.router.MultiChannelResolver
 
resolve(Message<?>) - Method in class org.springframework.integration.router.PayloadTypeRouter.PayloadTypeChannelResolver
 
resolve(Message<?>) - Method in class org.springframework.integration.router.RecipientListRouter.RecipientListChannelNameResolver
 
resolve(Message<?>) - Method in class org.springframework.integration.router.RecipientListRouter.RecipientListChannelResolver
 
resolve(Message<?>) - Method in class org.springframework.integration.router.RootCauseErrorMessageRouter.RootCauseResolver
 
resolve(Message<?>) - Method in class org.springframework.integration.xml.router.XPathMultiChannelNameResolver
 
resolve(Message<?>) - Method in class org.springframework.integration.xml.router.XPathSingleChannelNameResolver
 
resolveChannel(MethodInvocation) - Method in class org.springframework.integration.aop.AnnotationAwareMessagePublishingInterceptor
 
resolveChannel(MethodInvocation) - Method in class org.springframework.integration.aop.MessagePublishingInterceptor
Subclasses may override this method to provide custom behavior.
resolveChannel(Message<?>) - Method in class org.springframework.integration.router.SingleChannelRouter
 
resolveChannels(Message<?>) - Method in class org.springframework.integration.router.AbstractRoutingMessageHandler
 
resolveChannels(Message<?>) - Method in class org.springframework.integration.router.MultiChannelRouter
 
resolveChannels(Message<?>) - Method in class org.springframework.integration.router.SingleChannelRouter
 
resolveDrinkChannel(Drink) - Method in class org.springframework.integration.samples.cafe.DrinkRouter
 
resolveId(Element, AbstractBeanDefinition, ParserContext) - Method in class org.springframework.integration.adapter.config.AbstractRemotingGatewayParser
 
resolveId(Element, AbstractBeanDefinition, ParserContext) - Method in class org.springframework.integration.config.ChannelAdapterParser
 
resolveId(Element, AbstractBeanDefinition, ParserContext) - Method in class org.springframework.integration.config.MessageBusParser
 
resolveId(Element, AbstractBeanDefinition, ParserContext) - Method in class org.springframework.integration.security.config.SecurityPropagatingChannelsParser
 
resolveParameterNameIfNecessary(String, MethodParameter) - Method in class org.springframework.integration.handler.annotation.MethodArgumentMessageMapper
 
resolveReplyTarget(Message<?>, MessageHeaders) - Method in class org.springframework.integration.endpoint.DefaultEndpoint
 
resolveReplyTargetFromMessage(Message<?>) - Method in class org.springframework.integration.aggregator.AbstractMessageBarrierHandler
 
resolveTargetAttribute(Object) - Method in class org.springframework.integration.endpoint.DefaultEndpoint
 
ResultFactory - Interface in org.springframework.integration.xml.result
Factory to create a Result possibly taking into account the provided message payload instance.
resultFactory - Variable in class org.springframework.integration.xml.transformer.XmlPayloadMarshallingTransformer
 
resultFactory - Variable in class org.springframework.integration.xml.transformer.XsltPayloadTransformer
 
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
 
resultTransformer - Variable in class org.springframework.integration.xml.transformer.XmlPayloadMarshallingTransformer
 
resultTransformer - Variable in class org.springframework.integration.xml.transformer.XsltPayloadTransformer
 
RetrievalBlockingMessageStore - Class in org.springframework.integration.message
A MessageStore implementation whose get and remove methods block until a message is available.
RetrievalBlockingMessageStore(MessageStore) - Constructor for class org.springframework.integration.message.RetrievalBlockingMessageStore
Create a wrapper for the provided MessageStore so that its retrieval methods will block.
RetrievalBlockingMessageStore(int) - Constructor for class org.springframework.integration.message.RetrievalBlockingMessageStore
Create a wrapper for a SimpleMessageStore so that its retrieval methods will block.
RetrievalBlockingMessageStore.MessageHolder - Class in org.springframework.integration.message
A wrapper class to enable null messages in the queue.
RetrievalBlockingMessageStore.MessageHolder(Message<?>) - Constructor for class org.springframework.integration.message.RetrievalBlockingMessageStore.MessageHolder
 
retrieveAsString(MessageHeaders, String) - Method in class org.springframework.integration.adapter.mail.AbstractMailHeaderMapper
 
retrieveAsString(Message<?>, String) - Method in class org.springframework.integration.adapter.mail.DefaultMailHeaderGenerator
 
retrieveAsStringArray(MessageHeaders, String) - Method in class org.springframework.integration.adapter.mail.AbstractMailHeaderMapper
 
retrieveAsStringArray(Message<?>, String) - Method in class org.springframework.integration.adapter.mail.DefaultMailHeaderGenerator
 
retrieveNextPayload() - Method in class org.springframework.integration.adapter.file.AbstractDirectorySource
Returns the next file, based on the backlog data.
retrieveNextPayload() - Method in class org.springframework.integration.adapter.file.FileSource
 
retrieveNextPayload() - Method in class org.springframework.integration.adapter.ftp.FtpSource
 
RETURN_ADDRESS - Static variable in class org.springframework.integration.message.MessageHeaders
 
RETURN_ADDRESS_OVERRIDES_ATTRIBUTE - Static variable in class org.springframework.integration.config.AbstractMessageEndpointParser
 
RmiGateway - Class in org.springframework.integration.adapter.rmi
A gateway adapter for RMI-based remoting.
RmiGateway(MessageChannel) - Constructor for class org.springframework.integration.adapter.rmi.RmiGateway
Create an RmiGateway that sends to the provided request channel.
RmiGatewayParser - Class in org.springframework.integration.adapter.rmi.config
Parser for the <rmi-gateway/> element.
RmiGatewayParser() - Constructor for class org.springframework.integration.adapter.rmi.config.RmiGatewayParser
 
RmiHandler - Class in org.springframework.integration.adapter.rmi
A MessageHandler adapter for RMI-based remoting.
RmiHandler(String) - Constructor for class org.springframework.integration.adapter.rmi.RmiHandler
 
RmiHandlerParser - Class in org.springframework.integration.adapter.rmi.config
Parser for the <rmi-handler/> element.
RmiHandlerParser() - Constructor for class org.springframework.integration.adapter.rmi.config.RmiHandlerParser
 
RootCauseErrorMessageRouter - Class in org.springframework.integration.router
A router implementation that resolves the MessageChannel for messages whose payload is an Exception.
RootCauseErrorMessageRouter() - Constructor for class org.springframework.integration.router.RootCauseErrorMessageRouter
 
RootCauseErrorMessageRouter.RootCauseResolver - Class in org.springframework.integration.router
 
RootCauseErrorMessageRouter.RootCauseResolver() - Constructor for class org.springframework.integration.router.RootCauseErrorMessageRouter.RootCauseResolver
 
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.
RouterMessageHandler - Class in org.springframework.integration.router
MessageHandler adapter for methods annotated with @Router.
RouterMessageHandler(Object, Method) - Constructor for class org.springframework.integration.router.RouterMessageHandler
 
RouterMessageHandler(Object, String) - Constructor for class org.springframework.integration.router.RouterMessageHandler
 
RouterMessageHandler() - Constructor for class org.springframework.integration.router.RouterMessageHandler
 
RouterMessageHandlerCreator - Class in org.springframework.integration.router
Creates a MessageHandler adapter for router methods.
RouterMessageHandlerCreator() - Constructor for class org.springframework.integration.router.RouterMessageHandlerCreator
 
RouterParser - Class in org.springframework.integration.config
Parser for the <router/> element.
RouterParser() - Constructor for class org.springframework.integration.config.RouterParser
 
run() - Method in class org.springframework.integration.adapter.mail.SubscribableMailSource.MonitorRunnable
 
run() - Method in class org.springframework.integration.aggregator.AbstractMessageBarrierHandler.ReaperTask
 
run() - Method in class org.springframework.integration.dispatcher.PollingDispatcher
 
run() - Method in class org.springframework.integration.scheduling.spi.ProviderTaskScheduler.TaskRunner
 
RUN_METHOD_NAME - Static variable in class org.springframework.integration.quartz.QuartzScheduleServiceProvider
 
RUNNABLE_INSTANCE - Static variable in class org.springframework.integration.quartz.QuartzScheduleServiceProvider
 
running - Variable in class org.springframework.integration.bus.DefaultMessageBus
 
running - Variable in class org.springframework.integration.channel.interceptor.WireTap
 
running - Variable in class org.springframework.integration.scheduling.spi.ProviderTaskScheduler
 

S

sayHello(String) - Method in class org.springframework.integration.samples.helloworld.HelloService
 
SchedulableTask - Interface in org.springframework.integration.scheduling
An extension of runnable that provides metadata for a TaskScheduler.
schedule - Variable in class org.springframework.integration.config.PollingDispatcherFactoryBean
 
schedule - Variable in class org.springframework.integration.dispatcher.PollingDispatcher
 
schedule - Variable in class org.springframework.integration.endpoint.AbstractEndpoint
 
Schedule - Interface in org.springframework.integration.scheduling
A marker interface for scheduling metadata.
schedule(SchedulableTask) - Method in class org.springframework.integration.scheduling.spi.ProviderTaskScheduler
 
schedule - Variable in exception org.springframework.integration.scheduling.spi.UnschedulableTaskException
 
schedule(SchedulableTask) - Method in interface org.springframework.integration.scheduling.TaskScheduler
 
scheduleAtFixedRate(Runnable, long, long, TimeUnit) - Method in class org.springframework.integration.quartz.QuartzScheduleServiceProvider
 
scheduleAtFixedRate(Runnable, long, long, TimeUnit) - Method in interface org.springframework.integration.scheduling.spi.ScheduleServiceProvider
 
scheduleAtFixedRate(Runnable, long, long, TimeUnit) - Method in class org.springframework.integration.scheduling.spi.SimpleScheduleServiceProvider
 
scheduledTasks - Variable in class org.springframework.integration.scheduling.spi.ProviderTaskScheduler
 
scheduler - Variable in class org.springframework.integration.quartz.QuartzScheduleServiceProvider.ScheduledFutureJobWrapper
 
scheduler - Variable in class org.springframework.integration.quartz.QuartzScheduleServiceProvider
 
scheduleServiceProvider - Variable in class org.springframework.integration.scheduling.spi.ProviderTaskScheduler
 
ScheduleServiceProvider - Interface in org.springframework.integration.scheduling.spi
An SPI interface providing an abstraction of thread pooling and scheduling operations, allowing to switch between different platforms (such as Java 5's java.util.concurrent, Quartz, etc) at runtime.
scheduleWithCronExpression(Runnable, String) - Method in class org.springframework.integration.quartz.QuartzScheduleServiceProvider
 
scheduleWithCronExpression(Runnable, String) - Method in interface org.springframework.integration.scheduling.spi.ScheduleServiceProvider
 
scheduleWithCronExpression(Runnable, String) - Method in class org.springframework.integration.scheduling.spi.SimpleScheduleServiceProvider
 
scheduleWithFixedDelay(Runnable, long, long, TimeUnit) - Method in class org.springframework.integration.quartz.QuartzScheduleServiceProvider
 
scheduleWithFixedDelay(Runnable, long, long, TimeUnit) - Method in interface org.springframework.integration.scheduling.spi.ScheduleServiceProvider
 
scheduleWithFixedDelay(Runnable, long, long, TimeUnit) - Method in class org.springframework.integration.scheduling.spi.SimpleScheduleServiceProvider
 
scheduleWithInitialDelay(Runnable, long, TimeUnit) - Method in class org.springframework.integration.quartz.QuartzScheduleServiceProvider
 
scheduleWithInitialDelay(Runnable, long, TimeUnit) - Method in interface org.springframework.integration.scheduling.spi.ScheduleServiceProvider
 
scheduleWithInitialDelay(Runnable, long, TimeUnit) - Method in class org.springframework.integration.scheduling.spi.SimpleScheduleServiceProvider
 
scheduleWithTrigger(Runnable, Trigger, String[]) - Method in class org.springframework.integration.quartz.QuartzScheduleServiceProvider
 
searchForNewMessages(Folder) - Method in class org.springframework.integration.adapter.mail.monitor.AbstractMonitoringStrategy
Retrieves new messages from the given folder.
searchForNewMessages(Folder) - Method in class org.springframework.integration.adapter.mail.monitor.Pop3PollingMonitoringStrategy
Simply returns Folder.getMessages().
SecuredChannelsParser - Class in org.springframework.integration.security.config
Determines SecurityContext propagation behaviour for the parent element channel, and creates a SecurityEnforcingChannelInterceptor to control send and receive access if send-access and/or receive-access is specified.
SecuredChannelsParser() - Constructor for class org.springframework.integration.security.config.SecuredChannelsParser
 
SECURITY_CONTEXT_HEADER_ATTRIBUTE - Static variable in class org.springframework.integration.security.SecurityContextUtils
 
SECURITY_PROPAGATING_BEAN_POST_PROCESSOR_NAME - Static variable in class org.springframework.integration.security.config.SecurityPropagatingBeanPostProcessor
 
SecurityContextPropagatingChannelInterceptor - Class in org.springframework.integration.security.channel
Propagates the SecurityContext associated with the current thread (if any) by adding it to the header of sent messages.
SecurityContextPropagatingChannelInterceptor() - Constructor for class org.springframework.integration.security.channel.SecurityContextPropagatingChannelInterceptor
 
SecurityContextUtils - Class in org.springframework.integration.security
 
SecurityContextUtils() - Constructor for class org.springframework.integration.security.SecurityContextUtils
 
SecurityEndpointInterceptor - Class in org.springframework.integration.security.endpoint
 
SecurityEndpointInterceptor(ConfigAttributeDefinition, AccessDecisionManager) - Constructor for class org.springframework.integration.security.endpoint.SecurityEndpointInterceptor
 
SecurityEndpointInterceptorParser - Class in org.springframework.integration.security.config
 
SecurityEndpointInterceptorParser() - Constructor for class org.springframework.integration.security.config.SecurityEndpointInterceptorParser
 
SecurityEnforcingChannelInterceptor - Class in org.springframework.integration.security.channel
Delegates to the provided instance of AccessDecisionManager to enforce the security on the send and receive calls of the MessageChannel.
SecurityEnforcingChannelInterceptor(AccessDecisionManager) - Constructor for class org.springframework.integration.security.channel.SecurityEnforcingChannelInterceptor
 
SecurityPropagatingBeanPostProcessor - Class in org.springframework.integration.security.config
Post processes channels applying appropriate propagation behaviour.
SecurityPropagatingBeanPostProcessor(OrderedIncludeExcludeList) - Constructor for class org.springframework.integration.security.config.SecurityPropagatingBeanPostProcessor
 
SecurityPropagatingChannelsParser - Class in org.springframework.integration.security.config
Interprets the <secure-channels> element which controls default SecurityContext propagation behaviour.
SecurityPropagatingChannelsParser() - Constructor for class org.springframework.integration.security.config.SecurityPropagatingChannelsParser
 
selector - Variable in class org.springframework.integration.channel.ChannelPurger
 
selector - Variable in class org.springframework.integration.channel.interceptor.WireTap
 
selector - Variable in class org.springframework.integration.endpoint.DefaultEndpoint
 
selector - Variable in class org.springframework.integration.handler.MessageFilter
 
SELECTOR_ATTRIBUTE - Static variable in class org.springframework.integration.config.AbstractMessageEndpointParser
 
SelectorChainParser - Class in org.springframework.integration.config
Parser for the <selector-chain/> element.
SelectorChainParser() - Constructor for class org.springframework.integration.config.SelectorChainParser
 
selectors - Variable in class org.springframework.integration.channel.interceptor.MessageSelectingInterceptor
 
selectors - Variable in class org.springframework.integration.message.selector.MessageSelectorChain
 
semaphore - Variable in class org.springframework.integration.channel.PriorityChannel
 
send(Message<?>) - Method in class org.springframework.integration.adapter.event.ApplicationEventTarget
 
send(Message) - Method in class org.springframework.integration.adapter.file.FileTarget
 
send(Message) - Method in class org.springframework.integration.adapter.ftp.FtpTarget
 
send(Message<?>) - Method in class org.springframework.integration.adapter.jms.JmsTarget
 
send(Message<?>) - Method in class org.springframework.integration.adapter.mail.MailTarget
 
send(Message) - Method in class org.springframework.integration.adapter.stream.ByteStreamTarget
 
send(Message) - Method in class org.springframework.integration.adapter.stream.CharacterStreamTarget
 
send(Message<?>) - Method in class org.springframework.integration.channel.AbstractMessageChannel
Send a message on this channel.
send(Message<?>, long) - Method in class org.springframework.integration.channel.AbstractMessageChannel
Send a message on this channel.
send(Message<?>) - Method in class org.springframework.integration.channel.NullChannel
 
send(Message<?>, long) - Method in class org.springframework.integration.channel.NullChannel
 
send(Message<?>) - Method in class org.springframework.integration.dispatcher.BroadcastingDispatcher
 
send(Message<?>) - Method in interface org.springframework.integration.dispatcher.MessageDispatcher
 
send(Message<?>) - Method in class org.springframework.integration.dispatcher.SimpleDispatcher
 
send(Message<?>) - Method in class org.springframework.integration.endpoint.AbstractEndpoint
 
send(Object) - Method in interface org.springframework.integration.endpoint.MessagingGateway
 
send(Object) - Method in class org.springframework.integration.gateway.SimpleMessagingGateway
 
send(Message<?>) - Method in class org.springframework.integration.handler.MethodInvokingTarget
 
send(Message<?>, MessageTarget) - Method in class org.springframework.integration.message.AsyncMessageExchangeTemplate
Send the provided message to the given target.
send(Message<?>) - Method in interface org.springframework.integration.message.BlockingTarget
Send a message, blocking indefinitely if necessary.
send(Message<?>, long) - Method in interface org.springframework.integration.message.BlockingTarget
Send a message, blocking until either the message is accepted or the specified timeout period elapses.
send(Message<?>, MessageTarget) - Method in class org.springframework.integration.message.MessageExchangeTemplate
 
send(Message<?>) - Method in class org.springframework.integration.message.MessageExchangeTemplate.TemporaryReturnAddress
 
send(Message<?>) - Method in interface org.springframework.integration.message.MessageTarget
Send a Message to this target.
SEND_PARTIAL_RESULT_ON_TIMEOUT_ATTRIBUTE - Static variable in class org.springframework.integration.config.AggregatorParser
 
SEND_PARTIAL_RESULTS_ON_TIMEOUT - Static variable in class org.springframework.integration.aggregator.AggregatorMessageHandlerCreator
 
SEND_TIMEOUT - Static variable in class org.springframework.integration.aggregator.AggregatorMessageHandlerCreator
 
SEND_TIMEOUT_ATTRIBUTE - Static variable in class org.springframework.integration.config.AggregatorParser
 
sendAndReceive(Object) - Method in interface org.springframework.integration.endpoint.MessagingGateway
 
sendAndReceive(Object) - Method in class org.springframework.integration.gateway.SimpleMessagingGateway
 
sendAndReceive(Object, boolean) - Method in class org.springframework.integration.gateway.SimpleMessagingGateway
 
sendAndReceive(Message<?>, MessageTarget) - Method in class org.springframework.integration.message.AsyncMessageExchangeTemplate
Send the provided message to the given target and receive the result as an AsyncMessage.
sendAndReceive(Message<?>, MessageTarget) - Method in class org.springframework.integration.message.MessageExchangeTemplate
 
sendAndReceiveMessage(Object) - Method in interface org.springframework.integration.endpoint.MessagingGateway
 
sendAndReceiveMessage(Object) - Method in class org.springframework.integration.gateway.SimpleMessagingGateway
 
sendAndReceiveMessage(Message<?>) - Method in class org.springframework.integration.gateway.SimpleMessagingGateway
 
sendAndReceiveWithReplyMessageCorrelator(Message<?>) - Method in class org.springframework.integration.gateway.SimpleMessagingGateway
 
sendInternal(Message<?>) - Method in class org.springframework.integration.endpoint.AbstractEndpoint
 
sendInternal(Message<?>) - Method in class org.springframework.integration.endpoint.AbstractRequestReplyEndpoint
 
sendInternal(Message<?>) - Method in class org.springframework.integration.endpoint.InboundChannelAdapter
 
sendInternal(Message<?>) - Method in class org.springframework.integration.endpoint.OutboundChannelAdapter
 
sendMailMessage(MailMessage) - Method in class org.springframework.integration.adapter.mail.MailTarget
 
sendMesage(Message<?>, MessageChannel) - Method in class org.springframework.integration.router.AbstractRoutingMessageHandler
 
sendMessage(ApplicationEvent) - Method in class org.springframework.integration.adapter.event.ApplicationEventSource
 
sendMessage(Object, MethodInvocation) - Method in class org.springframework.integration.aop.MessagePublishingInterceptor
 
sendMessageToTarget(Message<?>, MessageTarget) - Method in class org.springframework.integration.dispatcher.AbstractDispatcher
A convenience method for subclasses to send a Message to a single target.
sendPartialResultOnTimeout - Variable in class org.springframework.integration.aggregator.AbstractMessageBarrierHandler
 
sendReplyMessage(Message<?>, Message<?>) - Method in class org.springframework.integration.endpoint.AbstractRequestReplyEndpoint
 
sendReplyMessage(Message<?>, Message<?>) - Method in class org.springframework.integration.endpoint.DefaultEndpoint
 
sendReplyMessage(Message<?>, Message<?>) - Method in class org.springframework.integration.endpoint.MessagingBridge
 
sendSecurityAttributes - Variable in class org.springframework.integration.security.channel.SecurityEnforcingChannelInterceptor
 
sendTimeout - Variable in class org.springframework.integration.aggregator.AbstractMessageBarrierHandler
 
sendTimeout - Variable in class org.springframework.integration.channel.MessagePublishingErrorHandler
 
sendTimeout - Variable in class org.springframework.integration.config.PollingDispatcherFactoryBean
 
sendTimeout - Variable in class org.springframework.integration.message.MessageExchangeTemplate
 
sendToDiscardChannelIfAvailable(Message<?>) - Method in class org.springframework.integration.aggregator.AbstractMessageBarrierHandler
 
SEQUENCE_NUMBER - Static variable in class org.springframework.integration.message.MessageHeaders
 
SEQUENCE_SIZE - Static variable in class org.springframework.integration.message.MessageHeaders
 
sequenceNumber - Static variable in class org.springframework.integration.quartz.QuartzScheduleServiceProvider
 
SequenceSizeCompletionStrategy - Class in org.springframework.integration.aggregator
An implementation of CompletionStrategy that simply compares the current size of the message list to the expected 'sequenceSize' according to the first Message in the list.
SequenceSizeCompletionStrategy() - Constructor for class org.springframework.integration.aggregator.SequenceSizeCompletionStrategy
 
SERVICE_NAME_PREFIX - Static variable in class org.springframework.integration.adapter.rmi.RmiGateway
 
ServiceActivatorParser - Class in org.springframework.integration.config
Parser for the <service-activator> element.
ServiceActivatorParser() - Constructor for class org.springframework.integration.config.ServiceActivatorParser
 
serviceInterface - Variable in class org.springframework.integration.gateway.GatewayProxyFactoryBean
 
serviceProxy - Variable in class org.springframework.integration.gateway.GatewayProxyFactoryBean
 
session - Variable in class org.springframework.integration.adapter.mail.DefaultFolderConnection
 
sessionAcknowledgeMode - Variable in class org.springframework.integration.adapter.jms.JmsGateway
 
sessionTransacted - Variable in class org.springframework.integration.adapter.jms.JmsGateway
 
set(List<MessageBusInterceptor>) - Method in class org.springframework.integration.bus.DefaultMessageBus.MessageBusInterceptorsList
 
set(List<ChannelInterceptor>) - Method in class org.springframework.integration.channel.AbstractMessageChannel.ChannelInterceptorList
 
setAlwaysUseSourceFactory(boolean) - Method in class org.springframework.integration.xml.transformer.XmlPayloadUnmarshallingTransformer
If true always delegate to the SourceFactory
setAlwaysUseSourceResultFactories(boolean) - Method in class org.springframework.integration.xml.transformer.XsltPayloadTransformer
Forces use of ResultFactory and SourceFactory even for directly supported payloads such as String and Document
setApplicationContext(ApplicationContext) - Method in class org.springframework.integration.bus.DefaultChannelFactoryBean
 
setApplicationContext(ApplicationContext) - Method in class org.springframework.integration.bus.DefaultMessageBus
 
setApplicationEventPublisher(ApplicationEventPublisher) - Method in class org.springframework.integration.adapter.event.ApplicationEventTarget
 
setApplySequence(boolean) - Method in class org.springframework.integration.adapter.mail.SubscribableMailSource
 
setApplySequence(boolean) - Method in class org.springframework.integration.channel.PublishSubscribeChannel
 
setApplySequence(boolean) - Method in class org.springframework.integration.dispatcher.BroadcastingDispatcher
Specify whether to apply sequence numbers to the messages prior to sending to the targets.
setAttachmentFilename(String) - Method in class org.springframework.integration.adapter.mail.ByteArrayMailMessageMapper
 
setAutoStartup(boolean) - Method in class org.springframework.integration.bus.DefaultMessageBus
Set whether to automatically start the bus after initialization.
setBcc(String[]) - Method in class org.springframework.integration.adapter.mail.StaticMailHeaderGenerator
 
setBeanClassLoader(ClassLoader) - Method in class org.springframework.integration.config.annotation.MessagingAnnotationPostProcessor
 
setBeanClassLoader(ClassLoader) - Method in class org.springframework.integration.config.annotation.PublisherAnnotationPostProcessor
 
setBeanClassLoader(ClassLoader) - Method in class org.springframework.integration.gateway.GatewayProxyFactoryBean
 
setBeanFactory(BeanFactory) - Method in class org.springframework.integration.gateway.GatewayProxyFactoryBean
 
setBeanName(String) - Method in class org.springframework.integration.bus.DefaultChannelFactoryBean
 
setBeanName(String) - Method in class org.springframework.integration.channel.AbstractMessageChannel
Set the name of this channel.
setBeanName(String) - Method in class org.springframework.integration.endpoint.AbstractEndpoint
 
setByteArrayMessageMapper(MessageMapper<byte[], MailMessage>) - Method in class org.springframework.integration.adapter.mail.MailTarget
 
setBytesPerMessage(int) - Method in class org.springframework.integration.adapter.stream.ByteStreamSource
 
setCapacity(int) - Method in class org.springframework.integration.channel.factory.PriorityChannelFactory
 
setCc(String[]) - Method in class org.springframework.integration.adapter.mail.StaticMailHeaderGenerator
 
setChannelMappings(Map<Class<?>, MessageChannel>) - Method in class org.springframework.integration.router.PayloadTypeRouter
 
setChannelMappings(Map<Class<? extends Throwable>, MessageChannel>) - Method in class org.springframework.integration.router.RootCauseErrorMessageRouter
 
setChannelNameAttribute(String) - Method in class org.springframework.integration.config.annotation.PublisherAnnotationPostProcessor
 
setChannelNameAttribute(String) - Method in class org.springframework.integration.config.annotation.SubscriberAnnotationPostProcessor
 
setChannelNameResolver(MultiChannelNameResolver) - Method in class org.springframework.integration.router.MultiChannelRouter
 
setChannelNameResolver(ChannelNameResolver) - Method in class org.springframework.integration.router.SingleChannelRouter
 
setChannelNames(String[]) - Method in class org.springframework.integration.router.RecipientListRouter
 
setChannelRegistry(ChannelRegistry) - Method in interface org.springframework.integration.channel.ChannelRegistryAware
 
setChannelRegistry(ChannelRegistry) - Method in class org.springframework.integration.config.annotation.PublisherAnnotationPostProcessor
 
setChannelRegistry(ChannelRegistry) - Method in class org.springframework.integration.endpoint.DefaultEndpoint
 
setChannelRegistry(ChannelRegistry) - Method in class org.springframework.integration.endpoint.interceptor.ConcurrencyInterceptor
 
setChannelRegistry(ChannelRegistry) - Method in class org.springframework.integration.router.AbstractRoutingMessageHandler
 
setChannelResolver(MultiChannelResolver) - Method in class org.springframework.integration.router.MultiChannelRouter
 
setChannelResolver(ChannelResolver) - Method in class org.springframework.integration.router.SingleChannelRouter
 
setChannels(List<MessageChannel>) - Method in class org.springframework.integration.router.RecipientListRouter
 
setColdDrinkDelay(long) - Method in class org.springframework.integration.samples.cafe.Barista
 
setComparator(Comparator<Message<?>>) - Method in class org.springframework.integration.channel.factory.PriorityChannelFactory
 
setCompletionStrategy(CompletionStrategy) - Method in class org.springframework.integration.aggregator.AggregatingMessageHandler
Strategy to determine whether the group of messages is complete.
setConcurrentConsumers(int) - Method in class org.springframework.integration.adapter.jms.JmsGateway
 
setConfig(FTPClientConfig) - Method in class org.springframework.integration.adapter.ftp.QueuedFTPClientPool
 
setConfigureAsyncEventMulticaster(boolean) - Method in class org.springframework.integration.bus.DefaultMessageBus
Set whether the bus should configure its asynchronous task executor to also be used by the ApplicationContext's 'applicationEventMulticaster'.
setConnectionFactory(ConnectionFactory) - Method in class org.springframework.integration.adapter.jms.AbstractJmsTemplateBasedAdapter
 
setConnectionFactory(ConnectionFactory) - Method in class org.springframework.integration.adapter.jms.JmsGateway
 
setContainer(AbstractMessageListenerContainer) - Method in class org.springframework.integration.adapter.jms.JmsGateway
 
setContext(SecurityContext) - Method in class org.springframework.integration.security.StackBasedSecurityContextHolderStrategy
 
setConverter(MailMessageConverter) - Method in class org.springframework.integration.adapter.mail.PollingMailSource
 
setConverter(MailMessageConverter) - Method in class org.springframework.integration.adapter.mail.SubscribableMailSource
 
setCoreSize(int) - Method in class org.springframework.integration.endpoint.ConcurrencyPolicy
 
setCorrelationId(Object) - Method in class org.springframework.integration.message.MessageBuilder
 
setCustomHandlerCreators(Map<Class<? extends Annotation>, MessageHandlerCreator>) - Method in class org.springframework.integration.config.annotation.HandlerAnnotationPostProcessor
 
setDefaultChannel(MessageChannel) - Method in class org.springframework.integration.aop.MessagePublishingInterceptor
 
setDefaultChannel(MessageChannel) - Method in class org.springframework.integration.router.PayloadTypeRouter
 
setDefaultChannel(MessageChannel) - Method in class org.springframework.integration.router.RootCauseErrorMessageRouter
 
setDefaultChannel(MessageChannel) - Method in class org.springframework.integration.router.RouterMessageHandler
 
setDefaultTimeout(long) - Method in class org.springframework.integration.handler.ReplyMessageCorrelator
 
setDeleteMessages(boolean) - Method in class org.springframework.integration.adapter.mail.monitor.AbstractMonitoringStrategy
Sets whether messages should be marked as DELETED after they have been read.
setDeleteMessages(boolean) - Method in class org.springframework.integration.adapter.mail.monitor.Pop3PollingMonitoringStrategy
 
setDelimiters(String) - Method in class org.springframework.integration.splitter.SplitterMessageHandler
Set delimiters to use for tokenizing String values.
setDestination(Destination) - Method in class org.springframework.integration.adapter.jms.AbstractJmsTemplateBasedAdapter
 
setDestination(Destination) - Method in class org.springframework.integration.adapter.jms.JmsGateway
 
setDestinationName(String) - Method in class org.springframework.integration.adapter.jms.AbstractJmsTemplateBasedAdapter
 
setDestinationName(String) - Method in class org.springframework.integration.adapter.jms.JmsGateway
 
setDiscardChannel(MessageChannel) - Method in class org.springframework.integration.aggregator.AbstractMessageBarrierHandler
Specify a channel for sending Messages that arrive after their aggregation group has either completed or timed-out.
setErrorChannel(MessageChannel) - Method in class org.springframework.integration.channel.MessagePublishingErrorHandler
 
setErrorHandler(ErrorHandler) - Method in class org.springframework.integration.endpoint.AbstractEndpoint
Provide an error handler for any Exceptions that occur upon invocation of this endpoint.
setErrorHandler(ErrorHandler) - Method in class org.springframework.integration.endpoint.interceptor.ConcurrencyInterceptor
 
setErrorHandler(ErrorHandler) - Method in class org.springframework.integration.scheduling.spi.ProviderTaskScheduler
 
setErrorHandler(ErrorHandler) - Method in interface org.springframework.integration.scheduling.TaskScheduler
 
setEventTypes(List<Class<? extends ApplicationEvent>>) - Method in class org.springframework.integration.adapter.event.ApplicationEventSource
Set the list of event types (classes that extend ApplicationEvent) that this adapter should send to the message channel.
setExpectReply(boolean) - Method in class org.springframework.integration.adapter.AbstractRemotingGateway
Specify whether the gateway should be expected to return a reply.
setExpectReply(boolean) - Method in class org.springframework.integration.adapter.jms.JmsGateway
 
setExpirationDate(Date) - Method in class org.springframework.integration.message.MessageBuilder
 
setFactory(FTPClientFactory) - Method in class org.springframework.integration.adapter.ftp.QueuedFTPClientPool
 
setFaultMessageResolver(FaultMessageResolver) - Method in class org.springframework.integration.ws.handler.AbstractWebServiceHandler
 
setFileFilter(FileFilter) - Method in class org.springframework.integration.adapter.file.FileSource
 
setFilenameFilter(FilenameFilter) - Method in class org.springframework.integration.adapter.file.FileSource
 
setFileNameGenerator(FileNameGenerator) - Method in class org.springframework.integration.adapter.file.SimpleFileMessageMapper
 
setFixedRate(boolean) - Method in class org.springframework.integration.scheduling.PollingSchedule
 
setFrom(String) - Method in class org.springframework.integration.adapter.mail.StaticMailHeaderGenerator
 
setHandler(MessageHandler) - Method in class org.springframework.integration.handler.MessageHandlerDecorator
 
setHandlers(List<MessageHandler>) - Method in class org.springframework.integration.handler.MessageHandlerChain
 
setHeader(String, Object) - Method in class org.springframework.integration.message.MessageBuilder
Set the value for the given header name.
setHeaderGenerator(MailHeaderGenerator) - Method in class org.springframework.integration.adapter.mail.MailTarget
 
setHeaderIfAbsent(String, Object) - Method in class org.springframework.integration.message.MessageBuilder
Set the value for the given header name only if the header name is not already associated with a value.
setHeaderMapper(MessageHeaderMapper<Message>) - Method in class org.springframework.integration.adapter.jms.AbstractJmsTemplateBasedAdapter
 
setHost(String) - Method in class org.springframework.integration.adapter.ftp.QueuedFTPClientPool
 
setHotDrinkDelay(long) - Method in class org.springframework.integration.samples.cafe.Barista
 
setIdleTaskExecutionLimit(int) - Method in class org.springframework.integration.adapter.jms.JmsGateway
 
setInitialDelay(long) - Method in class org.springframework.integration.scheduling.PollingSchedule
 
setInputChannelName(String) - Method in class org.springframework.integration.endpoint.AbstractRequestReplyEndpoint
 
setInputChannelName(String) - Method in class org.springframework.integration.endpoint.InboundChannelAdapter
 
setInputChannelName(String) - Method in interface org.springframework.integration.endpoint.MessageEndpoint
 
setInputChannelName(String) - Method in class org.springframework.integration.endpoint.OutboundChannelAdapter
 
setInterceptors(List<ChannelInterceptor>) - Method in class org.springframework.integration.bus.DefaultChannelFactoryBean
 
setInterceptors(List<MessageBusInterceptor>) - Method in class org.springframework.integration.bus.DefaultMessageBus
 
setInterceptors(List<ChannelInterceptor>) - Method in class org.springframework.integration.channel.AbstractMessageChannel
Set the list of channel interceptors.
setInterceptors(List<EndpointInterceptor>) - Method in class org.springframework.integration.endpoint.DefaultEndpoint
 
setIsolationLevelName(String) - Method in class org.springframework.integration.config.PollingDispatcherFactoryBean
 
setIsolationLevelName(String) - Method in class org.springframework.integration.endpoint.interceptor.TransactionInterceptor
 
setIsolationLevelName(String) - Method in class org.springframework.integration.message.MessageExchangeTemplate
 
setJavaMailProperties(Properties) - Method in class org.springframework.integration.adapter.mail.DefaultFolderConnection
 
setJmsTemplate(JmsTemplate) - Method in class org.springframework.integration.adapter.jms.AbstractJmsTemplateBasedAdapter
 
setKeepAliveSeconds(int) - Method in class org.springframework.integration.endpoint.ConcurrencyPolicy
 
setLocalWorkingDirectory(File) - Method in class org.springframework.integration.adapter.ftp.FtpSource
 
setMailMessageStore(LocalMailMessageStore) - Method in class org.springframework.integration.adapter.mail.PollingMailSource
 
setMaxConcurrentConsumers(int) - Method in class org.springframework.integration.adapter.jms.JmsGateway
 
setMaxMessagePerDownload(int) - Method in class org.springframework.integration.adapter.mail.monitor.AbstractMonitoringStrategy
 
setMaxMessagesPerPayload(int) - Method in class org.springframework.integration.adapter.ftp.FtpSource
 
setMaxMessagesPerPoll(int) - Method in class org.springframework.integration.config.PollingDispatcherFactoryBean
 
setMaxMessagesPerPoll(int) - Method in class org.springframework.integration.dispatcher.PollingDispatcher
Set the maximum number of messages to receive for each poll.
setMaxMessagesPerTask(int) - Method in class org.springframework.integration.adapter.jms.JmsGateway
 
setMaxSize(int) - Method in class org.springframework.integration.endpoint.ConcurrencyPolicy
 
setMessageBus(MessageBus) - Method in interface org.springframework.integration.bus.MessageBusAware
 
setMessageBus(MessageBus) - Method in class org.springframework.integration.config.annotation.SubscriberAnnotationPostProcessor
 
setMessageBus(MessageBus) - Method in class org.springframework.integration.gateway.SimpleMessagingGateway
 
setMessageConverter(MessageConverter) - Method in class org.springframework.integration.adapter.jms.JmsGateway
 
setMessageCreator(MessageCreator) - Method in class org.springframework.integration.aop.MessagePublishingInterceptor
Specify the MessageCreator to use when creating a message from the return value Object.
setMessageCreator(MessageCreator<?, ?>) - Method in class org.springframework.integration.gateway.SimpleMessagingGateway
 
setMessageFactory(WebServiceMessageFactory) - Method in class org.springframework.integration.ws.handler.AbstractWebServiceHandler
 
setMessageMapper(MessageMapper<?, ?>) - Method in class org.springframework.integration.gateway.SimpleMessagingGateway
 
setMethod(Method) - Method in class org.springframework.integration.handler.AbstractMessageHandler
 
setMethod(Method) - Method in class org.springframework.integration.handler.MessageListMethodAdapter
 
setMethod(Method) - Method in class org.springframework.integration.message.MethodInvokingSource
 
setMethodName(String) - Method in class org.springframework.integration.handler.AbstractMessageHandler
 
setMethodName(String) - Method in class org.springframework.integration.message.MethodInvokingSource
 
setMethodName(String) - Method in class org.springframework.integration.transformer.MethodInvokingPayloadTransformer
 
setMethodValidator(MethodValidator) - Method in class org.springframework.integration.util.NameResolvingMethodInvoker
 
setMultipartMode(int) - Method in class org.springframework.integration.adapter.mail.ByteArrayMailMessageMapper
 
setName(String) - Method in class org.springframework.integration.channel.NullChannel
The channel name cannot be set.
setNextTarget(MessageTarget) - Method in class org.springframework.integration.message.MessageBuilder
 
setNextTarget(String) - Method in class org.springframework.integration.message.MessageBuilder
 
setNodeMapper(NodeMapper) - Method in class org.springframework.integration.xml.router.XPathMultiChannelNameResolver
 
setObject(Object) - Method in class org.springframework.integration.handler.AbstractMessageHandler
 
setObject(Object) - Method in class org.springframework.integration.message.MethodInvokingSource
 
setObject(Object) - Method in class org.springframework.integration.transformer.MethodInvokingPayloadTransformer
 
setObjectMessageMapper(MessageMapper<Object, MailMessage>) - Method in class org.springframework.integration.adapter.mail.MailTarget
 
setOrder(int) - Method in class org.springframework.integration.handler.AbstractMessageHandler
 
setOrder(int) - Method in class org.springframework.integration.security.ChannelInterceptorRegisteringBeanPostProcessor
 
setOrderChannel(MessageChannel) - Method in class org.springframework.integration.samples.cafe.Cafe
 
setOutputChannel(MessageChannel) - Method in class org.springframework.integration.aggregator.AbstractMessageBarrierHandler
Set the output channel for sending aggregated Messages.
setOutputChannel(MessageChannel) - Method in class org.springframework.integration.endpoint.DefaultEndpoint
Specify the channel where reply Messages should be sent if no 'nextTarget' header value is available on the reply Message.
setOutputChannelName(String) - Method in class org.springframework.integration.endpoint.AbstractRequestReplyEndpoint
 
setPassword(String) - Method in class org.springframework.integration.adapter.ftp.QueuedFTPClientPool
 
setPattern(Pattern) - Method in class org.springframework.integration.adapter.file.RegexPatternFilenameFilter
 
setPayloadType(MessagePublishingInterceptor.PayloadType) - Method in class org.springframework.integration.aop.MessagePublishingInterceptor
 
setPeriod(long) - Method in class org.springframework.integration.scheduling.PollingSchedule
Set the polling period.
setPort(int) - Method in class org.springframework.integration.adapter.ftp.QueuedFTPClientPool
 
setPriority(MessagePriority) - Method in class org.springframework.integration.message.MessageBuilder
 
setPropagationBehaviorName(String) - Method in class org.springframework.integration.config.PollingDispatcherFactoryBean
 
setPropagationBehaviorName(String) - Method in class org.springframework.integration.endpoint.interceptor.TransactionInterceptor
 
setPropagationBehaviorName(String) - Method in class org.springframework.integration.message.MessageExchangeTemplate
 
setPublisherAnnotationType(Class<? extends Annotation>) - Method in class org.springframework.integration.config.annotation.PublisherAnnotationPostProcessor
 
setQueueCapacity(int) - Method in class org.springframework.integration.channel.factory.QueueChannelFactory
Sets the queue capacity for the newly created channels.
setQueueCapacity(int) - Method in class org.springframework.integration.endpoint.ConcurrencyPolicy
 
setReadOnly(boolean) - Method in class org.springframework.integration.endpoint.interceptor.TransactionInterceptor
 
setReaperInterval(long) - Method in class org.springframework.integration.aggregator.AbstractMessageBarrierHandler
Set the interval in milliseconds for the reaper thread.
setReceiveSecurityAttributes(ConfigAttributeDefinition) - Method in class org.springframework.integration.security.channel.SecurityEnforcingChannelInterceptor
 
setReceiveTimeout(long) - Method in class org.springframework.integration.config.PollingDispatcherFactoryBean
 
setReceiveTimeout(long) - Method in class org.springframework.integration.dispatcher.PollingDispatcher
Specify the timeout to use when receiving from the source (in milliseconds).
setReceiveTimeout(long) - Method in class org.springframework.integration.message.MessageExchangeTemplate
Specify the timeout value to use for receive operations.
setReferenceIfAttributeDefined(BeanDefinitionBuilder, Element, String, String) - Static method in class org.springframework.integration.config.IntegrationNamespaceUtils
Populates the specified bean definition property with the reference to a bean.
setReferenceIfAttributeDefined(BeanDefinitionBuilder, Element, String) - Static method in class org.springframework.integration.config.IntegrationNamespaceUtils
Populates the bean definition property corresponding to the specified attributeName with the reference to a bean identified by the value of that attribute if the attribute is defined in the given element.
setRegistryHost(String) - Method in class org.springframework.integration.adapter.rmi.RmiGateway
 
setRegistryPort(int) - Method in class org.springframework.integration.adapter.rmi.RmiGateway
 
setReleasePartialSequences(boolean) - Method in class org.springframework.integration.aggregator.ResequencingMessageHandler
 
setRemoteInvocationExecutor(RemoteInvocationExecutor) - Method in class org.springframework.integration.adapter.rmi.RmiGateway
 
setRemoteWorkingDirectory(String) - Method in class org.springframework.integration.adapter.ftp.QueuedFTPClientPool
 
setReplyChannel(PollableChannel) - Method in class org.springframework.integration.gateway.SimpleMessagingGateway
Set the reply channel.
setReplyMapCapacity(int) - Method in class org.springframework.integration.gateway.SimpleMessagingGateway
Set the max capacity for the map that is used to store replies until requested by the correlationId.
setReplyTimeout(long) - Method in class org.springframework.integration.endpoint.DefaultEndpoint
Specify the timeout for sending reply Messages to the reply target.
setReplyTimeout(long) - Method in class org.springframework.integration.gateway.MessagingGatewaySupport
Set the timeout value for receiving reply messages.
setReplyTimeout(long) - Method in class org.springframework.integration.gateway.SimpleMessagingGateway
 
setReplyTo(String) - Method in class org.springframework.integration.adapter.mail.StaticMailHeaderGenerator
 
setRequestCallback(WebServiceMessageCallback) - Method in class org.springframework.integration.ws.handler.AbstractWebServiceHandler
 
setRequestChannel(MessageChannel) - Method in class org.springframework.integration.gateway.SimpleMessagingGateway
Set the request channel.
setRequestTimeout(long) - Method in class org.springframework.integration.gateway.MessagingGatewaySupport
Set the timeout value for sending request messages.
setRequiresReply(boolean) - Method in class org.springframework.integration.endpoint.AbstractRequestReplyEndpoint
Specify whether this endpoint should throw an Exception when it returns an invalid reply Message after handling the request.
setResolutionRequired(boolean) - Method in class org.springframework.integration.router.AbstractRoutingMessageHandler
Set whether this router should always be required to resolve at least one channel.
setResultFactory(ResultFactory) - Method in class org.springframework.integration.xml.transformer.XmlPayloadMarshallingTransformer
 
setResultFactory(ResultFactory) - Method in class org.springframework.integration.xml.transformer.XsltPayloadTransformer
 
setReturnAddress(MessageTarget) - Method in class org.springframework.integration.message.MessageBuilder
 
setReturnAddress(String) - Method in class org.springframework.integration.message.MessageBuilder
 
setReturnAddressOverrides(boolean) - Method in class org.springframework.integration.endpoint.DefaultEndpoint
 
setSchedule(Schedule) - Method in class org.springframework.integration.config.PollingDispatcherFactoryBean
 
setSchedule(Schedule) - Method in class org.springframework.integration.endpoint.AbstractEndpoint
 
setSchedule(Schedule) - Method in interface org.springframework.integration.endpoint.MessageEndpoint
 
setSecurityContextHeader(SecurityContext, Message<?>) - Static method in class org.springframework.integration.security.SecurityContextUtils
 
setSelector(MessageSelector) - Method in class org.springframework.integration.endpoint.DefaultEndpoint
 
setSelectors(List<MessageSelector>) - Method in class org.springframework.integration.message.selector.MessageSelectorChain
Initialize the selector chain.
setSendPartialResultOnTimeout(boolean) - Method in class org.springframework.integration.aggregator.AbstractMessageBarrierHandler
Specify whether to aggregate and send the resulting Message when the timeout elapses prior to the CompletionStrategy.
setSendSecurityAttributes(ConfigAttributeDefinition) - Method in class org.springframework.integration.security.channel.SecurityEnforcingChannelInterceptor
 
setSendTimeout(long) - Method in class org.springframework.integration.aggregator.AbstractMessageBarrierHandler
Set the timeout for sending aggregation results and discarded Messages.
setSendTimeout(long) - Method in class org.springframework.integration.config.PollingDispatcherFactoryBean
 
setSendTimeout(long) - Method in class org.springframework.integration.dispatcher.AbstractDispatcher
 
setSendTimeout(long) - Method in interface org.springframework.integration.dispatcher.MessageDispatcher
Specify the timeout for sending to a target (in milliseconds).
setSendTimeout(long) - Method in class org.springframework.integration.dispatcher.PollingDispatcher
Specify the timeout to use when sending to a target (in milliseconds).
setSendTimeout(long) - Method in class org.springframework.integration.message.MessageExchangeTemplate
Specify the timeout value to use for send operations.
setSequenceNumber(Integer) - Method in class org.springframework.integration.message.MessageBuilder
 
setSequenceSize(Integer) - Method in class org.springframework.integration.message.MessageBuilder
 
setServiceInterface(Class<?>) - Method in class org.springframework.integration.gateway.GatewayProxyFactoryBean
 
setSessionAcknowledgeMode(int) - Method in class org.springframework.integration.adapter.jms.JmsGateway
 
setSessionTransacted(boolean) - Method in class org.springframework.integration.adapter.jms.JmsGateway
 
setShouldAppendNewLine(boolean) - Method in class org.springframework.integration.adapter.stream.CharacterStreamTarget
 
setShouldRepeat(boolean) - Method in class org.springframework.integration.scheduling.spi.ProviderTaskScheduler.TaskRunner
 
setShouldTruncate(boolean) - Method in class org.springframework.integration.adapter.stream.ByteStreamSource
 
setSource(MessageSource<?>) - Method in class org.springframework.integration.config.PollingDispatcherFactoryBean
 
setSource(MessageSource<?>) - Method in class org.springframework.integration.endpoint.AbstractEndpoint
 
setSource(MessageSource<?>) - Method in class org.springframework.integration.endpoint.AbstractRequestReplyEndpoint
 
setSource(MessageSource<?>) - Method in interface org.springframework.integration.endpoint.MessageEndpoint
 
setSourceFactory(SourceFactory) - Method in class org.springframework.integration.xml.transformer.XmlPayloadUnmarshallingTransformer
 
setSourceFactory(SourceFactory) - Method in class org.springframework.integration.xml.transformer.XsltPayloadTransformer
 
setSplitMessageHeaders(MessageBuilder<?>, Object, int, int) - Method in class org.springframework.integration.splitter.SplitterMessageHandler
 
setSubject(String) - Method in class org.springframework.integration.adapter.mail.StaticMailHeaderGenerator
 
setSubscriberAnnotationType(Class<? extends Annotation>) - Method in class org.springframework.integration.config.annotation.SubscriberAnnotationPostProcessor
 
setTarget(MessageTarget) - Method in class org.springframework.integration.endpoint.AbstractEndpoint
 
setTarget(MessageTarget) - Method in class org.springframework.integration.endpoint.AbstractRequestReplyEndpoint
 
setTarget(MessageTarget) - Method in interface org.springframework.integration.endpoint.MessageEndpoint
 
setTaskExecutor(TaskExecutor) - Method in class org.springframework.integration.adapter.jms.JmsGateway
 
setTaskExecutor(TaskExecutor) - Method in class org.springframework.integration.config.PollingDispatcherFactoryBean
 
setTaskExecutor(TaskExecutor) - Method in class org.springframework.integration.dispatcher.AbstractDispatcher
Specify a TaskExecutor for invoking the target endpoints.
setTaskScheduler(TaskScheduler) - Method in class org.springframework.integration.bus.DefaultMessageBus
Set the TaskScheduler to use for scheduling message dispatchers.
setTextMessageMapper(MessageMapper<String, MailMessage>) - Method in class org.springframework.integration.adapter.mail.MailTarget
 
setTimeout(long) - Method in class org.springframework.integration.aggregator.AbstractMessageBarrierHandler
Maximum time to wait (in milliseconds) for the completion strategy to become true.
setTimeout(long) - Method in class org.springframework.integration.channel.interceptor.WireTap
Specify the timeout value for sending to the intercepting target.
setTimeout(int) - Method in class org.springframework.integration.endpoint.interceptor.TransactionInterceptor
 
setTimeout(long) - Method in class org.springframework.integration.router.AbstractRoutingMessageHandler
Set the timeout for sending a message to the resolved channel.
setTimeUnit(TimeUnit) - Method in class org.springframework.integration.scheduling.PollingSchedule
 
setTo(String[]) - Method in class org.springframework.integration.adapter.mail.StaticMailHeaderGenerator
 
setTrackedCorrelationIdCapacity(int) - Method in class org.springframework.integration.aggregator.AbstractMessageBarrierHandler
Set the number of completed correlationIds to track.
setTransactionManager(PlatformTransactionManager) - Method in class org.springframework.integration.adapter.jms.JmsGateway
 
setTransactionManager(PlatformTransactionManager) - Method in class org.springframework.integration.config.PollingDispatcherFactoryBean
 
setTransactionManager(PlatformTransactionManager) - Method in class org.springframework.integration.message.MessageExchangeTemplate
Specify a transaction manager to use for all exchange operations.
setTransactionReadOnly(boolean) - Method in class org.springframework.integration.config.PollingDispatcherFactoryBean
 
setTransactionReadOnly(boolean) - Method in class org.springframework.integration.message.MessageExchangeTemplate
 
setTransactionTimeout(int) - Method in class org.springframework.integration.config.PollingDispatcherFactoryBean
 
setTransactionTimeout(int) - Method in class org.springframework.integration.message.MessageExchangeTemplate
 
setTransformOnSend(boolean) - Method in class org.springframework.integration.transformer.MessageTransformingChannelInterceptor
 
setTypeConverter(TypeConverter) - Method in class org.springframework.integration.gateway.GatewayProxyFactoryBean
 
setTypeConverter(TypeConverter) - Method in class org.springframework.integration.util.DefaultMethodInvoker
 
setupDirectories() - Static method in class org.springframework.integration.samples.filecopy.FileCopyDemoCommon
 
setUsername(String) - Method in class org.springframework.integration.adapter.ftp.QueuedFTPClientPool
 
setValueIfAttributeDefined(BeanDefinitionBuilder, Element, String, String) - Static method in class org.springframework.integration.config.IntegrationNamespaceUtils
Populates the specified bean definition property with the value of the attribute whose name is provided if that attribute is defined in the given element.
setValueIfAttributeDefined(BeanDefinitionBuilder, Element, String) - Static method in class org.springframework.integration.config.IntegrationNamespaceUtils
Populates the bean definition property corresponding to the specified attributeName with the value of that attribute if it is defined in the given element.
setWaitForTasksToCompleteOnShutdown(boolean) - Method in class org.springframework.integration.scheduling.spi.ProviderTaskScheduler
 
shots - Variable in class org.springframework.integration.samples.cafe.Drink
 
shouldAppendNewLine - Variable in class org.springframework.integration.adapter.stream.CharacterStreamTarget
 
shouldCreateAdapter(Element) - Method in class org.springframework.integration.config.AbstractMessageEndpointParser
 
shouldCreateAdapter(Element) - Method in class org.springframework.integration.config.AggregatorParser
 
shouldGenerateId() - Method in class org.springframework.integration.adapter.config.AbstractRemotingHandlerParser
 
shouldGenerateId() - Method in class org.springframework.integration.adapter.jms.config.JmsGatewayParser
 
shouldGenerateId() - Method in class org.springframework.integration.adapter.jms.config.JmsSourceParser
 
shouldGenerateId() - Method in class org.springframework.integration.adapter.jms.config.JmsTargetParser
 
shouldGenerateId() - Method in class org.springframework.integration.adapter.mail.config.MailTargetParser
 
shouldGenerateId() - Method in class org.springframework.integration.adapter.mail.config.PollingMailSourceParser
 
shouldGenerateId() - Method in class org.springframework.integration.adapter.mail.config.SubscribableImapIdleMailSourceParser
 
shouldGenerateId() - Method in class org.springframework.integration.adapter.rmi.config.RmiHandlerParser
 
shouldGenerateId() - Method in class org.springframework.integration.adapter.stream.config.ConsoleSourceParser
 
shouldGenerateId() - Method in class org.springframework.integration.adapter.stream.config.ConsoleTargetParser
 
shouldGenerateId() - Method in class org.springframework.integration.config.AbstractChannelParser
 
shouldGenerateId() - Method in class org.springframework.integration.config.AbstractMessageEndpointParser
 
shouldGenerateId() - Method in class org.springframework.integration.security.config.SecuredChannelsParser
 
shouldGenerateId() - Method in class org.springframework.integration.security.config.SecurityEndpointInterceptorParser
 
shouldGenerateId() - Method in class org.springframework.integration.transformer.config.AbstractPayloadTransformerParser
 
shouldGenerateId() - Method in class org.springframework.integration.ws.config.WebServiceHandlerParser
 
shouldGenerateId() - Method in class org.springframework.integration.xml.config.XPathRouterParser
 
shouldGenerateIdAsFallback() - Method in class org.springframework.integration.adapter.config.AbstractRemotingHandlerParser
 
shouldGenerateIdAsFallback() - Method in class org.springframework.integration.adapter.jms.config.JmsGatewayParser
 
shouldGenerateIdAsFallback() - Method in class org.springframework.integration.adapter.jms.config.JmsSourceParser
 
shouldGenerateIdAsFallback() - Method in class org.springframework.integration.adapter.jms.config.JmsTargetParser
 
shouldGenerateIdAsFallback() - Method in class org.springframework.integration.adapter.mail.config.MailTargetParser
 
shouldGenerateIdAsFallback() - Method in class org.springframework.integration.adapter.mail.config.PollingMailSourceParser
 
shouldGenerateIdAsFallback() - Method in class org.springframework.integration.adapter.mail.config.SubscribableImapIdleMailSourceParser
 
shouldGenerateIdAsFallback() - Method in class org.springframework.integration.adapter.rmi.config.RmiHandlerParser
 
shouldGenerateIdAsFallback() - Method in class org.springframework.integration.adapter.stream.config.ConsoleSourceParser
 
shouldGenerateIdAsFallback() - Method in class org.springframework.integration.adapter.stream.config.ConsoleTargetParser
 
shouldGenerateIdAsFallback() - Method in class org.springframework.integration.config.AbstractChannelParser
 
shouldGenerateIdAsFallback() - Method in class org.springframework.integration.config.AbstractMessageEndpointParser
 
shouldGenerateIdAsFallback() - Method in class org.springframework.integration.security.config.SecuredChannelsParser
 
shouldGenerateIdAsFallback() - Method in class org.springframework.integration.security.config.SecurityEndpointInterceptorParser
 
shouldGenerateIdAsFallback() - Method in class org.springframework.integration.transformer.config.AbstractPayloadTransformerParser
 
shouldGenerateIdAsFallback() - Method in class org.springframework.integration.ws.config.WebServiceHandlerParser
 
shouldGenerateIdAsFallback() - Method in class org.springframework.integration.xml.config.XPathRouterParser
 
shouldRepeat - Variable in class org.springframework.integration.scheduling.spi.ProviderTaskScheduler.TaskRunner
 
shouldTruncate - Variable in class org.springframework.integration.adapter.stream.ByteStreamSource
 
shutdown(boolean) - Method in class org.springframework.integration.quartz.QuartzScheduleServiceProvider
 
shutdown(boolean) - Method in interface org.springframework.integration.scheduling.spi.ScheduleServiceProvider
 
shutdown(boolean) - Method in class org.springframework.integration.scheduling.spi.SimpleScheduleServiceProvider
 
SimpleDispatcher - Class in org.springframework.integration.dispatcher
Basic implementation of MessageDispatcher that will attempt to send a Message to one of its targets.
SimpleDispatcher() - Constructor for class org.springframework.integration.dispatcher.SimpleDispatcher
 
SimpleFileMessageMapper - Class in org.springframework.integration.adapter.file
A default MessageMapper for FileTarget, converting payloads of the File, byte[] and String types to files.
SimpleFileMessageMapper(String) - Constructor for class org.springframework.integration.adapter.file.SimpleFileMessageMapper
 
SimpleFileMessageMapper(File) - Constructor for class org.springframework.integration.adapter.file.SimpleFileMessageMapper
 
SimpleMessageStore - Class in org.springframework.integration.message
Map-based implementation of MessageStore that enforces capacity.
SimpleMessageStore(int) - Constructor for class org.springframework.integration.message.SimpleMessageStore
 
SimpleMessagingGateway - Class in org.springframework.integration.gateway
A general purpose class that supports a variety of message exchanges.
SimpleMessagingGateway(MessageChannel) - Constructor for class org.springframework.integration.gateway.SimpleMessagingGateway
 
SimpleMessagingGateway() - Constructor for class org.springframework.integration.gateway.SimpleMessagingGateway
 
SimpleScheduleServiceProvider - Class in org.springframework.integration.scheduling.spi
A ScheduleServiceProvider implementation using an underlying ScheduledExecutorService.
SimpleScheduleServiceProvider(ScheduledExecutorService) - Constructor for class org.springframework.integration.scheduling.spi.SimpleScheduleServiceProvider
 
SimpleWebServiceHandler - Class in org.springframework.integration.ws.handler
A MessageHandler adapter for invoking a Web Service.
SimpleWebServiceHandler(URI) - Constructor for class org.springframework.integration.ws.handler.SimpleWebServiceHandler
 
SimpleWebServiceHandler(URI, SourceExtractor) - Constructor for class org.springframework.integration.ws.handler.SimpleWebServiceHandler
 
SimpleWebServiceHandler(URI, SourceExtractor, WebServiceMessageFactory) - Constructor for class org.springframework.integration.ws.handler.SimpleWebServiceHandler
 
SimpleWebServiceHandler.DefaultSourceExtractor - Class in org.springframework.integration.ws.handler
 
SimpleWebServiceHandler.DefaultSourceExtractor() - Constructor for class org.springframework.integration.ws.handler.SimpleWebServiceHandler.DefaultSourceExtractor
 
SingleChannelRouter - Class in org.springframework.integration.router
A router implementation for sending to at most one MessageChannel.
SingleChannelRouter() - Constructor for class org.springframework.integration.router.SingleChannelRouter
 
size - Variable in class org.springframework.integration.adapter.file.FileInfo
 
size() - Method in class org.springframework.integration.message.MessageHeaders
 
size() - Method in interface org.springframework.integration.message.MessageStore
 
size() - Method in class org.springframework.integration.message.RetrievalBlockingMessageStore
 
size() - Method in class org.springframework.integration.message.SimpleMessageStore
 
SOAP_ACTION_PROPERTY_KEY - Static variable in class org.springframework.integration.ws.handler.AbstractWebServiceHandler
 
source - Variable in class org.springframework.integration.config.PollingDispatcherFactoryBean
 
source - Variable in class org.springframework.integration.dispatcher.PollingDispatcher
 
source - Variable in class org.springframework.integration.endpoint.AbstractEndpoint
 
SourceCreatingTransformer - Class in org.springframework.integration.xml.transformer
Transforms the payload to a Source using a SourceFactory.
SourceCreatingTransformer() - Constructor for class org.springframework.integration.xml.transformer.SourceCreatingTransformer
 
SourceCreatingTransformer(SourceFactory) - Constructor for class org.springframework.integration.xml.transformer.SourceCreatingTransformer
 
sourceExtractor - Variable in class org.springframework.integration.ws.handler.SimpleWebServiceHandler
 
SourceFactory - Interface in org.springframework.integration.xml.source
Factory to create a Source possibly taking into account the provided message payload instance.
sourceFactory - Variable in class org.springframework.integration.xml.transformer.SourceCreatingTransformer
 
sourceFactory - Variable in class org.springframework.integration.xml.transformer.XmlPayloadUnmarshallingTransformer
 
sourceFactory - Variable in class org.springframework.integration.xml.transformer.XsltPayloadTransformer
 
split(DrinkOrder) - Method in class org.springframework.integration.samples.cafe.OrderSplitter
 
Splitter - Annotation Type in org.springframework.integration.annotation
Indicates that a method is capable of splitting a single message or message payload to produce multiple messages or payloads.
SplitterMessageHandler - Class in org.springframework.integration.splitter
A MessageHandler implementation for splitting a single Message into multiple reply Messages.
SplitterMessageHandler(Object, Method) - Constructor for class org.springframework.integration.splitter.SplitterMessageHandler
 
SplitterMessageHandler(Object, String) - Constructor for class org.springframework.integration.splitter.SplitterMessageHandler
 
SplitterMessageHandler() - Constructor for class org.springframework.integration.splitter.SplitterMessageHandler
 
SplitterMessageHandlerCreator - Class in org.springframework.integration.splitter
Creates a MessageHandler adapter for splitter methods.
SplitterMessageHandlerCreator() - Constructor for class org.springframework.integration.splitter.SplitterMessageHandlerCreator
 
SplitterParser - Class in org.springframework.integration.config
Parser for the <splitter/> element.
SplitterParser() - Constructor for class org.springframework.integration.config.SplitterParser
 
StackBasedSecurityContextHolderStrategy - Class in org.springframework.integration.security
Covers scenarios where direct channels are used and ensures that an existing SecurityContext is not unintentionally cleared
StackBasedSecurityContextHolderStrategy() - Constructor for class org.springframework.integration.security.StackBasedSecurityContextHolderStrategy
 
start() - Method in class org.springframework.integration.adapter.jms.JmsGateway
 
start() - Method in class org.springframework.integration.adapter.mail.DefaultFolderConnection
 
start() - Method in class org.springframework.integration.adapter.mail.SubscribableMailSource
 
start() - Method in class org.springframework.integration.bus.DefaultMessageBus
 
start() - Method in class org.springframework.integration.channel.interceptor.WireTap
Restart the wire tap if it has been stopped.
start() - Method in class org.springframework.integration.scheduling.spi.ProviderTaskScheduler
 
starting - Variable in class org.springframework.integration.bus.DefaultMessageBus
 
startMonitor() - Method in class org.springframework.integration.adapter.mail.SubscribableMailSource
 
StaticMailHeaderGenerator - Class in org.springframework.integration.adapter.mail
Mail header generator implementation that populates a mail message header from statically configured properties.
StaticMailHeaderGenerator() - Constructor for class org.springframework.integration.adapter.mail.StaticMailHeaderGenerator
 
stderr() - Static method in class org.springframework.integration.adapter.stream.CharacterStreamTarget
Factory method that creates a target for stderr (System.err) with the default charset encoding.
stderr(String) - Static method in class org.springframework.integration.adapter.stream.CharacterStreamTarget
Factory method that creates a target for stderr (System.err) with the specified charset encoding.
stdin() - Static method in class org.springframework.integration.adapter.stream.CharacterStreamSource
 
stdin(String) - Static method in class org.springframework.integration.adapter.stream.CharacterStreamSource
 
stdout() - Static method in class org.springframework.integration.adapter.stream.CharacterStreamTarget
Factory method that creates a target for stdout (System.out) with the default charset encoding.
stdout(String) - Static method in class org.springframework.integration.adapter.stream.CharacterStreamTarget
Factory method that creates a target for stdout (System.out) with the specified charset encoding.
stop() - Method in class org.springframework.integration.adapter.jms.JmsGateway
 
stop() - Method in class org.springframework.integration.adapter.mail.DefaultFolderConnection
 
stop() - Method in class org.springframework.integration.adapter.mail.SubscribableMailSource
 
stop() - Method in class org.springframework.integration.bus.DefaultMessageBus
 
stop() - Method in class org.springframework.integration.channel.interceptor.WireTap
Stop the wire tap.
stop() - Method in class org.springframework.integration.scheduling.spi.ProviderTaskScheduler
 
stopMonitor() - Method in class org.springframework.integration.adapter.mail.SubscribableMailSource
 
store - Variable in class org.springframework.integration.adapter.mail.DefaultFolderConnection
 
storeUri - Variable in class org.springframework.integration.adapter.mail.DefaultFolderConnection
 
stream - Variable in class org.springframework.integration.adapter.stream.ByteStreamSource
 
stream - Variable in class org.springframework.integration.adapter.stream.ByteStreamTarget
 
streamMonitor - Variable in class org.springframework.integration.adapter.stream.ByteStreamSource
 
StringMessage - Class in org.springframework.integration.message
A message implementation that accepts a String payload.
StringMessage(String) - Constructor for class org.springframework.integration.message.StringMessage
 
StringResultFactory - Class in org.springframework.integration.xml.result
 
StringResultFactory() - Constructor for class org.springframework.integration.xml.result.StringResultFactory
 
StringSourceFactory - Class in org.springframework.integration.xml.source
SourceFactory implementation which supports creation of a StringSource from either a Document or String payload
StringSourceFactory() - Constructor for class org.springframework.integration.xml.source.StringSourceFactory
 
StringSourceFactory(TransformerFactory) - Constructor for class org.springframework.integration.xml.source.StringSourceFactory
 
SUBJECT - Static variable in class org.springframework.integration.adapter.mail.MailHeaders
 
subject - Variable in class org.springframework.integration.adapter.mail.StaticMailHeaderGenerator
 
SUBJECT_PATTERN - Static variable in class org.springframework.integration.adapter.mail.monitor.MailTransportUtils
 
SubscribableImapIdleMailSourceParser - Class in org.springframework.integration.adapter.mail.config
 
SubscribableImapIdleMailSourceParser() - Constructor for class org.springframework.integration.adapter.mail.config.SubscribableImapIdleMailSourceParser
 
SubscribableMailSource - Class in org.springframework.integration.adapter.mail
Broadcasts all mail messages recovered to subscribed MessageTargets.
SubscribableMailSource(FolderConnection, TaskExecutor) - Constructor for class org.springframework.integration.adapter.mail.SubscribableMailSource
 
SubscribableMailSource.MonitorRunnable - Class in org.springframework.integration.adapter.mail
 
SubscribableMailSource.MonitorRunnable(FolderConnection) - Constructor for class org.springframework.integration.adapter.mail.SubscribableMailSource.MonitorRunnable
 
SubscribableSource - Interface in org.springframework.integration.message
Interface for any source of messages that accepts subscribers.
subscribe(MessageTarget) - Method in class org.springframework.integration.adapter.mail.SubscribableMailSource
 
subscribe(MessageTarget) - Method in class org.springframework.integration.channel.DirectChannel
 
subscribe(MessageTarget) - Method in class org.springframework.integration.channel.PublishSubscribeChannel
 
subscribe(MessageTarget) - Method in class org.springframework.integration.dispatcher.AbstractDispatcher
 
subscribe(MessageTarget) - Method in interface org.springframework.integration.dispatcher.MessageDispatcher
 
subscribe(MessageTarget) - Method in class org.springframework.integration.dispatcher.PollingDispatcher
 
subscribe(MessageTarget) - Method in interface org.springframework.integration.message.SubscribableSource
Register a MessageTarget as a subscriber to this source.
Subscriber - Annotation Type in org.springframework.integration.annotation
Indicates that a method-invoking handler adapter should delegate to this method.
SUBSCRIBER_ANNOTATION_POST_PROCESSOR_BEAN_NAME - Static variable in class org.springframework.integration.config.annotation.AnnotationDrivenParser
 
SubscriberAnnotationPostProcessor - Class in org.springframework.integration.config.annotation
A BeanPostProcessor that creates a method-invoking handler adapter when it discovers methods annotated with @Subscriber.
SubscriberAnnotationPostProcessor() - Constructor for class org.springframework.integration.config.annotation.SubscriberAnnotationPostProcessor
 
subscriberAnnotationType - Variable in class org.springframework.integration.config.annotation.SubscriberAnnotationPostProcessor
 
SUPPORTED_PROPERTY_TYPES - Static variable in class org.springframework.integration.adapter.jms.DefaultJmsHeaderMapper
 
supports(Message<?>) - Method in class org.springframework.integration.endpoint.DefaultEndpoint
 

T

target - Variable in class org.springframework.integration.channel.interceptor.WireTap
 
target - Variable in class org.springframework.integration.endpoint.AbstractEndpoint
 
TargetAnnotationPostProcessor - Class in org.springframework.integration.config.annotation
Post-processor for classes annotated with @MessageTarget.
TargetAnnotationPostProcessor(MessageBus, ClassLoader) - Constructor for class org.springframework.integration.config.annotation.TargetAnnotationPostProcessor
 
targetMessageStore - Variable in class org.springframework.integration.message.RetrievalBlockingMessageStore
 
targets - Variable in class org.springframework.integration.dispatcher.AbstractDispatcher
 
targetSecurityAttributes - Variable in class org.springframework.integration.security.endpoint.SecurityEndpointInterceptor
 
task - Variable in class org.springframework.integration.scheduling.spi.ProviderTaskScheduler.TaskRunner
 
TASK_SCHEDULER_ATTRIBUTE - Static variable in class org.springframework.integration.config.MessageBusParser
 
taskExecutor - Variable in class org.springframework.integration.adapter.jms.JmsGateway
 
taskExecutor - Variable in class org.springframework.integration.adapter.mail.SubscribableMailSource
 
taskExecutor - Variable in class org.springframework.integration.config.PollingDispatcherFactoryBean
 
taskExecutor - Variable in class org.springframework.integration.dispatcher.AbstractDispatcher
 
taskExecutor - Variable in class org.springframework.integration.message.AsyncMessageExchangeTemplate
 
taskScheduler - Variable in class org.springframework.integration.bus.DefaultMessageBus
 
TaskScheduler - Interface in org.springframework.integration.scheduling
Base interface for scheduling messaging tasks.
templates - Variable in class org.springframework.integration.xml.transformer.XsltPayloadTransformer
 
TestMessage - Class in org.springframework.integration.test
 
TestMessage(String) - Constructor for class org.springframework.integration.test.TestMessage
 
TextFileCopyDemo - Class in org.springframework.integration.samples.filecopy
Demo of file source and target adapters.
TextFileCopyDemo() - Constructor for class org.springframework.integration.samples.filecopy.TextFileCopyDemo
 
TextFileMessageCreator - Class in org.springframework.integration.adapter.file
A MessageCreator implementation for creating messages with a String payload from a File.
TextFileMessageCreator(boolean) - Constructor for class org.springframework.integration.adapter.file.TextFileMessageCreator
Specifies whether the file should be removed after the message has been created.
TextMailMessageMapper - Class in org.springframework.integration.adapter.mail
Message mapper for transforming integration messages into simple text e-mail messages.
TextMailMessageMapper() - Constructor for class org.springframework.integration.adapter.mail.TextMailMessageMapper
 
textMessageMapper - Variable in class org.springframework.integration.adapter.mail.MailTarget
 
thread - Variable in class org.springframework.integration.adapter.mail.SubscribableMailSource.MonitorRunnable
 
ThreadLocalChannel - Class in org.springframework.integration.channel
A channel implementation that stores messages in a thread-bound queue.
ThreadLocalChannel() - Constructor for class org.springframework.integration.channel.ThreadLocalChannel
 
ThreadLocalChannel.ThreadLocalMessageHolder - Class in org.springframework.integration.channel
 
ThreadLocalChannel.ThreadLocalMessageHolder() - Constructor for class org.springframework.integration.channel.ThreadLocalChannel.ThreadLocalMessageHolder
 
ThreadLocalChannelFactory - Class in org.springframework.integration.channel.factory
A ChannelFactory implementation for creating ThreadLocalChannel instances.
ThreadLocalChannelFactory() - Constructor for class org.springframework.integration.channel.factory.ThreadLocalChannelFactory
 
ThreadLocalChannelParser - Class in org.springframework.integration.config
Parser for the <thread-local-channel> element.
ThreadLocalChannelParser() - Constructor for class org.springframework.integration.config.ThreadLocalChannelParser
 
ticker - Variable in class org.springframework.integration.samples.quote.Quote
 
TickerStream - Class in org.springframework.integration.samples.quote
 
TickerStream() - Constructor for class org.springframework.integration.samples.quote.TickerStream
 
TIME_UNIT_PARAMETER - Static variable in class org.springframework.integration.quartz.QuartzScheduleServiceProvider
 
timeout - Variable in class org.springframework.integration.aggregator.AbstractMessageBarrierHandler
 
TIMEOUT - Static variable in class org.springframework.integration.aggregator.AggregatorMessageHandlerCreator
 
timeout - Variable in class org.springframework.integration.channel.interceptor.WireTap
 
timeout - Variable in class org.springframework.integration.endpoint.interceptor.TransactionInterceptor
 
timeout - Variable in class org.springframework.integration.router.AbstractRoutingMessageHandler
 
TIMEOUT_ATTRIBUTE - Static variable in class org.springframework.integration.config.AggregatorParser
 
timestamp - Variable in class org.springframework.integration.aggregator.AbstractMessageBarrier
 
TIMESTAMP - Static variable in class org.springframework.integration.message.MessageHeaders
 
timeUnit - Variable in class org.springframework.integration.scheduling.PollingSchedule
 
TO - Static variable in class org.springframework.integration.adapter.mail.MailHeaders
 
to - Variable in class org.springframework.integration.adapter.mail.StaticMailHeaderGenerator
 
TO_PATTERN - Static variable in class org.springframework.integration.adapter.mail.monitor.MailTransportUtils
 
toMessage(Object, Session) - Method in class org.springframework.integration.adapter.jms.HeaderMappingMessageConverter
 
toMessage(MailMessage) - Method in class org.springframework.integration.adapter.mail.MailTarget.DefaultObjectMailMessageMapper
 
toPasswordProtectedString(URLName) - Static method in class org.springframework.integration.adapter.mail.monitor.MailTransportUtils
Returns a string representation of the given URLName, where the password has been protected.
toString() - Method in class org.springframework.integration.channel.AbstractMessageChannel
 
toString() - Method in class org.springframework.integration.dispatcher.PollingDispatcher
 
toString() - Method in class org.springframework.integration.endpoint.AbstractEndpoint
 
toString() - Method in class org.springframework.integration.endpoint.ConcurrencyPolicy
 
toString() - Method in class org.springframework.integration.message.GenericMessage
 
toString() - Method in class org.springframework.integration.message.MessageHeaders
 
toString() - Method in class org.springframework.integration.samples.cafe.Drink
 
toString() - Method in class org.springframework.integration.samples.quote.Quote
 
toString() - Method in class org.springframework.integration.scheduling.PollingSchedule
 
toUri(InternetAddress, String) - Static method in class org.springframework.integration.adapter.mail.monitor.MailTransportUtils
Converts the given internet address into a mailto URI.
TRACKED_CORRELATION_ID_CAPACITY - Static variable in class org.springframework.integration.aggregator.AggregatorMessageHandlerCreator
 
TRACKED_CORRELATION_ID_CAPACITY_ATTRIBUTE - Static variable in class org.springframework.integration.config.AggregatorParser
 
trackedCorrelationIdCapacity - Variable in class org.springframework.integration.aggregator.AbstractMessageBarrierHandler
 
trackedCorrelationIds - Variable in class org.springframework.integration.aggregator.AbstractMessageBarrierHandler
 
TransactionInterceptor - Class in org.springframework.integration.endpoint.interceptor
An EndpointInterceptor implementation that provides transactional behavior with a PlatformTransactionManager.
TransactionInterceptor(PlatformTransactionManager) - Constructor for class org.springframework.integration.endpoint.interceptor.TransactionInterceptor
 
TransactionInterceptorParser - Class in org.springframework.integration.config
Parser for the transaction-interceptor element.
TransactionInterceptorParser() - Constructor for class org.springframework.integration.config.TransactionInterceptorParser
 
transactionManager - Variable in class org.springframework.integration.adapter.jms.JmsGateway
 
transactionManager - Variable in class org.springframework.integration.config.PollingDispatcherFactoryBean
 
transactionManager - Variable in class org.springframework.integration.endpoint.interceptor.TransactionInterceptor
 
transactionManager - Variable in class org.springframework.integration.message.MessageExchangeTemplate
 
transactionReadOnly - Variable in class org.springframework.integration.config.PollingDispatcherFactoryBean
 
transactionTemplate - Variable in class org.springframework.integration.endpoint.interceptor.TransactionInterceptor
 
transactionTemplate - Variable in class org.springframework.integration.message.MessageExchangeTemplate
 
transactionTimeout - Variable in class org.springframework.integration.config.PollingDispatcherFactoryBean
 
transactionTimeout - Variable in class org.springframework.integration.message.MessageExchangeTemplate
 
transfomer - Variable in class org.springframework.integration.transformer.MessageTransformingChannelInterceptor
 
transform(Map<String, Object>) - Method in interface org.springframework.integration.transformer.HeaderTransformer
 
transform(Object) - Method in class org.springframework.integration.transformer.MethodInvokingPayloadTransformer
 
transform(T) - Method in interface org.springframework.integration.transformer.PayloadTransformer
 
transform(Object) - Method in class org.springframework.integration.xml.transformer.SourceCreatingTransformer
 
transform(Object) - Method in class org.springframework.integration.xml.transformer.XmlPayloadMarshallingTransformer
 
transform(Object) - Method in class org.springframework.integration.xml.transformer.XmlPayloadUnmarshallingTransformer
 
transform(Object) - Method in class org.springframework.integration.xml.transformer.XsltPayloadTransformer
 
transformDocument(Document) - Method in class org.springframework.integration.xml.transformer.XsltPayloadTransformer
 
Transformer - Annotation Type in org.springframework.integration.annotation
Indicates that a method is capable of transforming a message, message header, or message payload.
transformer - Variable in class org.springframework.integration.transformer.HeaderTransformingMessageHandler
 
transformer - Variable in class org.springframework.integration.transformer.PayloadTransformingMessageHandler
 
transformerFactory - Variable in class org.springframework.integration.xml.source.StringSourceFactory
 
transformerFactory - Variable in class org.springframework.integration.xml.transformer.ResultToStringTransformer
 
TransformerMessageHandler - Class in org.springframework.integration.transformer
 
TransformerMessageHandler() - Constructor for class org.springframework.integration.transformer.TransformerMessageHandler
 
TransformerMessageHandlerCreator - Class in org.springframework.integration.transformer.config
 
TransformerMessageHandlerCreator() - Constructor for class org.springframework.integration.transformer.config.TransformerMessageHandlerCreator
 
transformOnSend - Variable in class org.springframework.integration.transformer.MessageTransformingChannelInterceptor
 
transformResult(Result) - Method in class org.springframework.integration.xml.transformer.ResultToDocumentTransformer
 
transformResult(Result) - Method in class org.springframework.integration.xml.transformer.ResultToStringTransformer
 
transformResult(Result) - Method in interface org.springframework.integration.xml.transformer.ResultTransformer
 
transformSource(Source, Object) - Method in class org.springframework.integration.xml.transformer.XsltPayloadTransformer
 
transformString(String) - Method in class org.springframework.integration.xml.transformer.XsltPayloadTransformer
 
transformUsingFactories(Object) - Method in class org.springframework.integration.xml.transformer.XsltPayloadTransformer
 
TRANSFPORT_PREFIX - Static variable in class org.springframework.integration.adapter.jms.JmsHeaders
Prefix for any message header that should be passed for usage by the JMS transport.
TRANSFPORT_PREFIX - Static variable in class org.springframework.integration.adapter.mail.MailHeaders
 
trigger - Variable in class org.springframework.integration.quartz.QuartzScheduleServiceProvider.ScheduledFutureJobWrapper
 
TRIGGER_NAME_PARAMETER - Static variable in class org.springframework.integration.quartz.QuartzScheduleServiceProvider
 
TYPE - Static variable in class org.springframework.integration.adapter.jms.JmsHeaders
 
type - Variable in class org.springframework.integration.handler.annotation.MethodArgumentMessageMapper.MethodParameterMetadata
 
type - Variable in class org.springframework.integration.samples.cafe.Drink
 
TYPE_ATTRIBUTE - Static variable in class org.springframework.integration.adapter.file.config.AbstractDirectorySourceParser
 
typeConverter - Variable in class org.springframework.integration.gateway.GatewayProxyFactoryBean
 
typeConverter - Variable in class org.springframework.integration.util.DefaultMethodInvoker
 

U

UnexpiredMessageSelector - Class in org.springframework.integration.message.selector
A MessageSelector that accepts Messages that are not expired.
UnexpiredMessageSelector() - Constructor for class org.springframework.integration.message.selector.UnexpiredMessageSelector
 
unmarshaller - Variable in class org.springframework.integration.xml.transformer.XmlPayloadUnmarshallingTransformer
 
unregisterChannel(String) - Method in class org.springframework.integration.bus.DefaultMessageBus
 
unregisterChannel(String) - Method in interface org.springframework.integration.channel.ChannelRegistry
 
unregisterChannel(String) - Method in class org.springframework.integration.channel.DefaultChannelRegistry
 
unregisterEndpoint(String) - Method in class org.springframework.integration.bus.DefaultMessageBus
 
unregisterEndpoint(String) - Method in class org.springframework.integration.endpoint.DefaultEndpointRegistry
 
unregisterEndpoint(String) - Method in interface org.springframework.integration.endpoint.EndpointRegistry
 
UnschedulableTaskException - Exception in org.springframework.integration.scheduling.spi
An exception indicating that a SchedulableTask could not be scheduled.
UnschedulableTaskException(Throwable, Schedule) - Constructor for exception org.springframework.integration.scheduling.spi.UnschedulableTaskException
 
UnschedulableTaskException(String, Schedule) - Constructor for exception org.springframework.integration.scheduling.spi.UnschedulableTaskException
 
unsubscribe(MessageTarget) - Method in class org.springframework.integration.adapter.mail.SubscribableMailSource
 
unsubscribe(MessageTarget) - Method in class org.springframework.integration.channel.DirectChannel
 
unsubscribe(MessageTarget) - Method in class org.springframework.integration.channel.PublishSubscribeChannel
 
unsubscribe(MessageTarget) - Method in class org.springframework.integration.dispatcher.AbstractDispatcher
 
unsubscribe(MessageTarget) - Method in interface org.springframework.integration.dispatcher.MessageDispatcher
 
unsubscribe(MessageTarget) - Method in class org.springframework.integration.dispatcher.PollingDispatcher
 
unsubscribe(MessageTarget) - Method in interface org.springframework.integration.message.SubscribableSource
Remove a MessageTarget from the subscribers of this source.
USER_PREFIX - Static variable in class org.springframework.integration.adapter.jms.JmsHeaders
Prefix for any user-defined message header that should be passed within JMS properties.
username - Variable in class org.springframework.integration.adapter.ftp.QueuedFTPClientPool
 

V

validate(Method) - Method in class org.springframework.integration.message.MethodInvokingSource.MessageReceivingMethodValidator
 
validate() - Method in class org.springframework.integration.router.AbstractRoutingMessageHandler
 
validate() - Method in class org.springframework.integration.router.MultiChannelRouter
 
validate() - Method in class org.springframework.integration.router.SingleChannelRouter
 
validate(Method) - Method in interface org.springframework.integration.util.MethodValidator
 
validated - Variable in class org.springframework.integration.config.PollingDispatcherFactoryBean
 
valueOf(String) - Static method in enum org.springframework.integration.aop.MessagePublishingInterceptor.PayloadType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.integration.message.MessagePriority
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.integration.samples.cafe.DrinkType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.springframework.integration.aop.MessagePublishingInterceptor.PayloadType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Method in class org.springframework.integration.message.MessageHeaders
 
values() - Static method in enum org.springframework.integration.message.MessagePriority
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.springframework.integration.samples.cafe.DrinkType
Returns an array containing the constants of this enum type, in the order they're declared.
verifyAtMostOneAttributeSpecified(String...) - Method in class org.springframework.integration.adapter.file.config.FileSourceParser
 
verifySerializability(Message<?>) - Method in class org.springframework.integration.adapter.AbstractRemotingHandler
 

W

waitForMessage(Object, long, boolean) - Method in class org.springframework.integration.message.RetrievalBlockingMessageStore
 
waitForNewMessages(Folder) - Method in interface org.springframework.integration.adapter.mail.monitor.AsyncMonitoringStrategy
 
waitForNewMessages(Folder) - Method in class org.springframework.integration.adapter.mail.monitor.ImapIdleMonitoringStrategy
 
waitForTasksToCompleteOnShutdown - Variable in class org.springframework.integration.scheduling.spi.ProviderTaskScheduler
 
WebServiceDemo - Class in org.springframework.integration.samples.ws
Demonstrating a web service invocation through a Web Service MessageHandler.
WebServiceDemo() - Constructor for class org.springframework.integration.samples.ws.WebServiceDemo
 
WebServiceHandlerParser - Class in org.springframework.integration.ws.config
Parser for the <ws-handler/> element.
WebServiceHandlerParser() - Constructor for class org.springframework.integration.ws.config.WebServiceHandlerParser
 
webServiceTemplate - Variable in class org.springframework.integration.ws.handler.AbstractWebServiceHandler
 
WireTap - Class in org.springframework.integration.channel.interceptor
A ChannelInterceptor that publishes a copy of the intercepted message to a secondary target while still sending the original message to the main channel.
WireTap(MessageTarget) - Constructor for class org.springframework.integration.channel.interceptor.WireTap
Create a new wire tap with no MessageSelector.
WireTap(MessageTarget, MessageSelector) - Constructor for class org.springframework.integration.channel.interceptor.WireTap
Create a new wire tap with the provided MessageSelector.
WireTapParser - Class in org.springframework.integration.config
Parser for the <wire-tap> element.
WireTapParser() - Constructor for class org.springframework.integration.config.WireTapParser
 
wrapAsJobDetail(Runnable) - Static method in class org.springframework.integration.quartz.QuartzScheduleServiceProvider
 
writer - Variable in class org.springframework.integration.adapter.stream.CharacterStreamTarget
 
writeToFile(File, Object) - Method in class org.springframework.integration.adapter.file.SimpleFileMessageMapper
 

X

XmlMarshallingTransformerParser - Class in org.springframework.integration.xml.config
 
XmlMarshallingTransformerParser() - Constructor for class org.springframework.integration.xml.config.XmlMarshallingTransformerParser
 
XmlPayloadMarshallingTransformer - Class in org.springframework.integration.xml.transformer
An implementation of PayloadTransformer that delegates to an OXM Marshaller.
XmlPayloadMarshallingTransformer(Marshaller, ResultTransformer) - Constructor for class org.springframework.integration.xml.transformer.XmlPayloadMarshallingTransformer
 
XmlPayloadMarshallingTransformer(Marshaller) - Constructor for class org.springframework.integration.xml.transformer.XmlPayloadMarshallingTransformer
 
XmlPayloadUnmarshallingTransformer - Class in org.springframework.integration.xml.transformer
An implementation of PayloadTransformer that delegates to an OXM Unmarshaller.
XmlPayloadUnmarshallingTransformer(Unmarshaller) - Constructor for class org.springframework.integration.xml.transformer.XmlPayloadUnmarshallingTransformer
 
XmlUnmarshallingTransformerParser - Class in org.springframework.integration.xml.config
 
XmlUnmarshallingTransformerParser() - Constructor for class org.springframework.integration.xml.config.XmlUnmarshallingTransformerParser
 
xPathExpression - Variable in class org.springframework.integration.xml.router.XPathMultiChannelNameResolver
 
xPathExpression - Variable in class org.springframework.integration.xml.router.XPathSingleChannelNameResolver
 
XPathMultiChannelNameResolver - Class in org.springframework.integration.xml.router
 
XPathMultiChannelNameResolver(XPathExpression) - Constructor for class org.springframework.integration.xml.router.XPathMultiChannelNameResolver
 
XPathMultiChannelNameResolver.TextContentNodeMapper - Class in org.springframework.integration.xml.router
 
XPathMultiChannelNameResolver.TextContentNodeMapper() - Constructor for class org.springframework.integration.xml.router.XPathMultiChannelNameResolver.TextContentNodeMapper
 
XPathRouterParser - Class in org.springframework.integration.xml.config
 
XPathRouterParser() - Constructor for class org.springframework.integration.xml.config.XPathRouterParser
 
XPathSingleChannelNameResolver - Class in org.springframework.integration.xml.router
 
XPathSingleChannelNameResolver(XPathExpression) - Constructor for class org.springframework.integration.xml.router.XPathSingleChannelNameResolver
 
XsltPayloadTransformer - Class in org.springframework.integration.xml.transformer
XSLT transformer implementation which returns a transformed Source, Document, or String.
XsltPayloadTransformer(Templates) - Constructor for class org.springframework.integration.xml.transformer.XsltPayloadTransformer
 
XsltPayloadTransformer(Templates, ResultTransformer) - Constructor for class org.springframework.integration.xml.transformer.XsltPayloadTransformer
 
XsltPayloadTransformer(Resource) - Constructor for class org.springframework.integration.xml.transformer.XsltPayloadTransformer
 
XsltPayloadTransformer(Resource, ResultTransformer) - Constructor for class org.springframework.integration.xml.transformer.XsltPayloadTransformer
 
XsltPayloadTransformerParser - Class in org.springframework.integration.xml.config
 
XsltPayloadTransformerParser() - Constructor for class org.springframework.integration.xml.config.XsltPayloadTransformerParser
 

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