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.channel.config
Base class for channel parsers.
AbstractChannelParser() - Constructor for class org.springframework.integration.channel.config.AbstractChannelParser
 
AbstractDirectorySource - Class in org.springframework.integration.adapter.file
Base class for implementing a Source that creates messages from files in a directory, either local or remote.
AbstractDirectorySource(MessageCreator<File, ?>) - 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
Base class for MessageEndpoint 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
 
AbstractHandlerEndpointParser - Class in org.springframework.integration.config
Base class parser for elements that create handler-invoking endpoints.
AbstractHandlerEndpointParser() - Constructor for class org.springframework.integration.config.AbstractHandlerEndpointParser
 
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
 
AbstractMessageBarrier - Class in org.springframework.integration.router
Default implementation for a MessageBarrier.
AbstractMessageBarrier() - Constructor for class org.springframework.integration.router.AbstractMessageBarrier
 
AbstractMessageBarrierHandler - Class in org.springframework.integration.router
Base class for MessageBarrier-based MessageHandlers.
AbstractMessageBarrierHandler(ScheduledExecutorService) - Constructor for class org.springframework.integration.router.AbstractMessageBarrierHandler
 
AbstractMessageBarrierHandler.ReaperTask - Class in org.springframework.integration.router
 
AbstractMessageBarrierHandler.ReaperTask() - Constructor for class org.springframework.integration.router.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
 
AbstractMessageHandlerAdapter - Class in org.springframework.integration.handler
An implementation of the MessageHandler interface that invokes the specified method and target object.
AbstractMessageHandlerAdapter() - Constructor for class org.springframework.integration.handler.AbstractMessageHandlerAdapter
 
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
 
AbstractMethodInvokingAdapter - Class in org.springframework.integration.util
An base class for adapters that invoke a specified method and target object.
AbstractMethodInvokingAdapter() - Constructor for class org.springframework.integration.util.AbstractMethodInvokingAdapter
 
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
 
AbstractRoutingMessageHandler - Class in org.springframework.integration.router
Base class for message router implementations.
AbstractRoutingMessageHandler() - Constructor for class org.springframework.integration.router.AbstractRoutingMessageHandler
 
AbstractTaskScheduler - Class in org.springframework.integration.scheduling
Base class for TaskScheduler implementations.
AbstractTaskScheduler() - Constructor for class org.springframework.integration.scheduling.AbstractTaskScheduler
 
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
 
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.
add(MessageTransformer) - Method in class org.springframework.integration.transformer.MessageTransformerChain
Add a transformer to the end of the chain.
add(int, MessageTransformer) - Method in class org.springframework.integration.transformer.MessageTransformerChain
Add a transformer to the chain at the specified index.
addAndRelease(Message<?>) - Method in class org.springframework.integration.router.AbstractMessageBarrier
Adds a message to the aggregation group and releases if available.
addAndRelease(Message<?>) - Method in interface org.springframework.integration.router.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.AbstractEndpoint
 
addMessage(Message<?>) - Method in class org.springframework.integration.router.AbstractMessageBarrier
 
addMessage(Message<?>) - Method in class org.springframework.integration.router.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
addTarget(MessageTarget) - Method in class org.springframework.integration.dispatcher.AbstractDispatcher
 
addTarget(MessageTarget) - Method in interface org.springframework.integration.dispatcher.MessageDispatcher
 
addTarget(MessageTarget) - Method in class org.springframework.integration.dispatcher.PollingDispatcher
 
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.file.FileSource
 
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.MailTarget
 
afterPropertiesSet() - Method in class org.springframework.integration.adapter.rmi.RmiGateway
 
afterPropertiesSet() - Method in class org.springframework.integration.config.annotation.MessagingAnnotationPostProcessor
 
afterPropertiesSet() - Method in class org.springframework.integration.endpoint.AbstractEndpoint
 
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.message.MethodInvokingSource
 
afterPropertiesSet() - Method in class org.springframework.integration.router.AbstractMessageBarrierHandler
Initialize this handler.
afterPropertiesSet() - Method in class org.springframework.integration.router.AbstractRoutingMessageHandler
 
afterPropertiesSet() - Method in class org.springframework.integration.util.AbstractMethodInvokingAdapter
 
afterRelease(Object, List<Message<?>>) - Method in class org.springframework.integration.router.AbstractMessageBarrierHandler
 
aggregate(List<Message<?>>) - Method in interface org.springframework.integration.router.Aggregator
 
aggregate(List<Message<?>>) - Method in class org.springframework.integration.router.AggregatorAdapter
 
AggregatingMessageHandler - Class in org.springframework.integration.router
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.router.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.router.AggregatingMessageHandler
 
AggregationBarrier - Class in org.springframework.integration.router
MessageBarrier implementation for message aggregation.
AggregationBarrier(CompletionStrategy) - Constructor for class org.springframework.integration.router.AggregationBarrier
 
Aggregator - Annotation Type in org.springframework.integration.annotation
Indicates that a method is capable of aggregating messages.
aggregator - Variable in class org.springframework.integration.router.AggregatingMessageHandler
 
Aggregator - Interface in org.springframework.integration.router
Strategy interface for aggregating a list of Messages into a single Message.
AGGREGATOR_ELEMENT - Static variable in class org.springframework.integration.config.AggregatorParser
 
AggregatorAdapter - Class in org.springframework.integration.router
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.router.AggregatorAdapter
 
AggregatorAdapter(Object, String) - Constructor for class org.springframework.integration.router.AggregatorAdapter
 
AggregatorMessageHandlerCreator - Class in org.springframework.integration.router.config
Creates an AggregatorAdapter for methods that aggregate messages.
AggregatorMessageHandlerCreator(ChannelRegistry) - Constructor for class org.springframework.integration.router.config.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
 
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
 
AnnotationMethodMessageMapper - Class in org.springframework.integration.handler.annotation
A MessageMapper implementation for annotated handler methods.
AnnotationMethodMessageMapper(Method) - Constructor for class org.springframework.integration.handler.annotation.AnnotationMethodMessageMapper
 
AnnotationMethodMessageMapper.MethodParameterMetadata - Class in org.springframework.integration.handler.annotation
 
AnnotationMethodMessageMapper.MethodParameterMetadata(Class<?>, String, boolean) - Constructor for class org.springframework.integration.handler.annotation.AnnotationMethodMessageMapper.MethodParameterMetadata
 
AnnotationMethodPostProcessor - Interface in org.springframework.integration.config.annotation
Strategy interface for post-processing annotated methods.
AnnotationMethodTransformerAdapter - Class in org.springframework.integration.transformer
 
AnnotationMethodTransformerAdapter() - Constructor for class org.springframework.integration.transformer.AnnotationMethodTransformerAdapter
 
annotationType - Variable in class org.springframework.integration.config.annotation.AbstractAnnotationMethodPostProcessor
 
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
 
aroundSend(Message<?>, MessageTarget) - Method in interface org.springframework.integration.endpoint.EndpointInterceptor
 
aroundSend(Message<?>, MessageTarget) - Method in class org.springframework.integration.endpoint.interceptor.ConcurrencyInterceptor
 
aroundSend(Message<?>, MessageTarget) - Method in class org.springframework.integration.endpoint.interceptor.EndpointInterceptorAdapter
 
aroundSend(Message<?>, MessageTarget) - Method in class org.springframework.integration.endpoint.interceptor.TransactionInterceptor
 
aroundSend(Message<?>, MessageTarget) - Method in class org.springframework.integration.security.endpoint.SecurityEndpointInterceptor
 
assertMethodReturnsBoolean() - Method in class org.springframework.integration.router.CompletionStrategyAdapter
 
attachmentFilename - Variable in class org.springframework.integration.adapter.mail.ByteArrayMailMessageMapper
 
attributes - Variable in class org.springframework.integration.message.DefaultMessageHeader
 
autoCreateChannels - Variable in class org.springframework.integration.bus.DefaultMessageBus
 
autoStartup - Variable in class org.springframework.integration.bus.DefaultMessageBus
 
autoStartup - Variable in class org.springframework.integration.endpoint.AbstractEndpoint
 

B

backlog - Variable in class org.springframework.integration.adapter.file.DirectoryContentManager
 
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.router.AbstractMessageBarrierHandler
 
BCC - Static variable in class org.springframework.integration.adapter.mail.MailAttributeKeys
 
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
 
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(Runnable, boolean) - Method in class org.springframework.integration.scheduling.SimpleTaskScheduler
 
cancel(Runnable, boolean) - Method in interface org.springframework.integration.scheduling.TaskScheduler
 
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.MailAttributeKeys
 
cc - Variable in class org.springframework.integration.adapter.mail.StaticMailHeaderGenerator
 
channel - Variable in class org.springframework.integration.channel.ChannelPublisher
 
CHANNEL_FACTORY_ATTRIBUTE - Static variable in class org.springframework.integration.config.MessageBusParser
 
ChannelAdapterParser - Class in org.springframework.integration.config
Parser for the element.
ChannelAdapterParser() - Constructor for class org.springframework.integration.config.ChannelAdapterParser
 
channelAttributeName - Variable in class org.springframework.integration.aop.AnnotationAwareMessagePublishingInterceptor
 
channelFactory - Variable in class org.springframework.integration.bus.DefaultChannelFactoryBean
 
channelFactory - Variable in class org.springframework.integration.bus.DefaultMessageBus
 
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
 
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
 
ChannelPublisher - Class in org.springframework.integration.channel
Sends to a channel and provides a configurable timeout.
ChannelPublisher() - Constructor for class org.springframework.integration.channel.ChannelPublisher
 
ChannelPublisher(MessageChannel) - Constructor for class org.springframework.integration.channel.ChannelPublisher
 
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 MessageChannels.
ChannelPurger(MessageChannel...) - Constructor for class org.springframework.integration.channel.ChannelPurger
 
ChannelPurger(MessageSelector, MessageChannel...) - Constructor for class org.springframework.integration.channel.ChannelPurger
 
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.AbstractEndpoint
 
channelRegistry - Variable in class org.springframework.integration.endpoint.interceptor.ConcurrencyInterceptor
 
channelRegistry - Variable in class org.springframework.integration.handler.AbstractMessageHandlerAdapter
 
channelRegistry - Variable in class org.springframework.integration.router.AbstractRoutingMessageHandler
 
channelRegistry - Variable in class org.springframework.integration.router.config.AggregatorMessageHandlerCreator
 
channelRegistry - Variable in class org.springframework.integration.router.RouterMessageHandlerAdapter
 
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 interface org.springframework.integration.channel.MessageChannel
Remove all Messages from this channel.
clear() - Method in class org.springframework.integration.channel.NullChannel
 
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.dispatcher.DirectChannel
 
clear() - Method in class org.springframework.integration.dispatcher.PublishSubscribeChannel
 
clear() - Method in class org.springframework.integration.gateway.RequestReplyTemplate.ReplyHandlingChannelAdapter
 
clearContext() - Method in class org.springframework.integration.security.StackBasedSecurityContextHolderStrategy
 
clearStack() - Method in class org.springframework.integration.security.StackBasedSecurityContextHolderStrategy
 
client - Variable in class org.springframework.integration.adapter.ftp.FtpSource
 
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.channel.PriorityChannel.MessagePriorityComparator
 
compare(Message<?>, Message<?>) - Method in class org.springframework.integration.router.MessageSequenceComparator
 
compiledPattern - Variable in class org.springframework.integration.security.config.JdkRegExpOrderedIncludeExcludeList.PatternHolder
 
complete - Variable in class org.springframework.integration.router.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 - 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.
completionStrategy - Variable in class org.springframework.integration.router.AggregatingMessageHandler
 
completionStrategy - Variable in class org.springframework.integration.router.AggregationBarrier
 
CompletionStrategy - Interface in org.springframework.integration.router
Strategy for determining when a group of messages reaches a state of completion (i.e.
CompletionStrategyAdapter - Class in org.springframework.integration.router
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.router.CompletionStrategyAdapter
 
CompletionStrategyAdapter(Object, String) - Constructor for class org.springframework.integration.router.CompletionStrategyAdapter
 
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
 
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.router.config.AggregatorMessageHandlerCreator
 
configureConstructorArgs(BeanDefinitionBuilder, Element) - Method in class org.springframework.integration.channel.config.AbstractChannelParser
 
configureConstructorArgs(BeanDefinitionBuilder, Element) - Method in class org.springframework.integration.channel.config.PriorityChannelParser
 
configureConstructorArgs(BeanDefinitionBuilder, Element) - Method in class org.springframework.integration.channel.config.QueueChannelParser
 
configureConstructorArgs(BeanDefinitionBuilder, Element) - Method in class org.springframework.integration.config.DirectChannelParser
 
configureConstructorArgs(BeanDefinitionBuilder, Element) - Method in class org.springframework.integration.config.PublishSubscribeChannelParser
 
configureDefaultReplyChannel(AggregatingMessageHandler, Object) - Method in class org.springframework.integration.router.config.AggregatorMessageHandlerCreator
 
configureEndpoint(AbstractEndpoint, String, Object, Schedule) - Method in class org.springframework.integration.bus.DefaultMessageBus
 
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
 
container - Variable in class org.springframework.integration.adapter.jms.JmsGateway
 
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
 
convertMessageToMailMessage(Message<?>) - Method in class org.springframework.integration.adapter.mail.MailTarget
 
copyHeader(MessageHeader, boolean) - Method in class org.springframework.integration.message.GenericMessage
 
copyHeader(MessageHeader, boolean) - Method in interface org.springframework.integration.message.Message
 
coreSize - Variable in class org.springframework.integration.endpoint.ConcurrencyPolicy
 
CORRELATION_ID - Static variable in class org.springframework.integration.adapter.jms.JmsAttributeKeys
 
correlationId - Variable in class org.springframework.integration.message.DefaultMessageHeader
 
count - Variable in class org.springframework.integration.samples.oddeven.Counter
 
Counter - Class in org.springframework.integration.samples.oddeven
 
Counter() - Constructor for class org.springframework.integration.samples.oddeven.Counter
 
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.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
 
createChannelInternal() - Method in class org.springframework.integration.dispatcher.DirectChannelFactory
 
createDefaultContainer() - Method in class org.springframework.integration.adapter.jms.JmsGateway
 
createDefaultJmsTemplate() - Method in class org.springframework.integration.adapter.jms.AbstractJmsTemplateBasedAdapter
 
createDocumentFromDomResult(Message, DOMResult) - Method in class org.springframework.integration.xml.transformer.ResultToDocumentTransformer
 
createDocumentFromStringResult(Message, StringResult) - Method in class org.springframework.integration.xml.transformer.ResultToDocumentTransformer
 
createDomSourceForDocument(Message<?>) - Method in class org.springframework.integration.xml.source.DomSourceFactory
 
createDomSourceForString(Message<?>) - 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.SourceAnnotationPostProcessor
 
createEndpoint(Object, String, Class<?>, MessageEndpoint) - Method in class org.springframework.integration.config.annotation.TargetAnnotationPostProcessor
 
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.router.AbstractMessageBarrierHandler
Factory method for creating a suitable MessageBarrier implementation.
createMessageBarrier() - Method in class org.springframework.integration.router.AggregatingMessageHandler
 
createMessageBarrier() - Method in class org.springframework.integration.router.ResequencingMessageHandler
 
createReplyMessage(Object, Message<?>) - Method in class org.springframework.integration.handler.AbstractMessageHandlerAdapter
 
createSecurityEnforcingChannelInterceptor(String, String, String) - Method in class org.springframework.integration.security.config.SecuredChannelsParser
 
createTargetForStream(OutputStream, String) - Static method in class org.springframework.integration.adapter.stream.CharacterStreamTarget
 

D

DATATYPE_ATTRIBUTE - Static variable in class org.springframework.integration.channel.config.AbstractChannelParser
 
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_HOST - Static variable in class org.springframework.integration.adapter.ftp.FtpSource
 
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_PORT - Static variable in class org.springframework.integration.adapter.ftp.FtpSource
 
DEFAULT_QUEUE_CAPACITY - Static variable in class org.springframework.integration.endpoint.ConcurrencyPolicy
 
DEFAULT_REAPER_INTERVAL - Static variable in class org.springframework.integration.router.AbstractMessageBarrierHandler
 
DEFAULT_REJECTION_LIMIT - Static variable in class org.springframework.integration.dispatcher.SimpleDispatcher
 
DEFAULT_REMOTE_WORKING_DIRECTORY - Static variable in class org.springframework.integration.adapter.ftp.FtpSource
 
DEFAULT_REPLY_CHANNEL_ATTRIBUTE - Static variable in class org.springframework.integration.router.config.ResequencerParser
 
DEFAULT_REPLY_CHANNEL_PROPERTY - Static variable in class org.springframework.integration.config.AggregatorParser
 
DEFAULT_REPLY_CHANNEL_PROPERTY - Static variable in class org.springframework.integration.router.config.ResequencerParser
 
DEFAULT_RETRY_INTERVAL - Static variable in class org.springframework.integration.dispatcher.SimpleDispatcher
 
DEFAULT_SEND_TIMEOUT - Static variable in class org.springframework.integration.router.AbstractMessageBarrierHandler
 
DEFAULT_TIMEOUT - Static variable in class org.springframework.integration.router.AbstractMessageBarrierHandler
 
DEFAULT_TRACKED_CORRRELATION_ID_CAPACITY - Static variable in class org.springframework.integration.router.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
 
DefaultChannelFactoryBean - Class in org.springframework.integration.bus
Creates a channel by delegating to the current message bus' configured ChannelFactory.
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
 
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
 
defaultHandlerCreator - Variable in class org.springframework.integration.config.annotation.HandlerAnnotationPostProcessor
 
DefaultHandlerEndpointParser - Class in org.springframework.integration.config
 
DefaultHandlerEndpointParser() - Constructor for class org.springframework.integration.config.DefaultHandlerEndpointParser
 
defaultIdGenerator - Variable in class org.springframework.integration.message.GenericMessage
 
DefaultJmsHeaderMapper - Class in org.springframework.integration.adapter.jms
A HeaderMapper implementation for JMS Messages.
DefaultJmsHeaderMapper() - Constructor for class org.springframework.integration.adapter.jms.DefaultJmsHeaderMapper
 
DefaultMailHeaderGenerator - Class in org.springframework.integration.adapter.mail
The default implementation of MailHeaderGenerator.
DefaultMailHeaderGenerator() - Constructor for class org.springframework.integration.adapter.mail.DefaultMailHeaderGenerator
 
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
 
DefaultMessageHandlerAdapter - Class in org.springframework.integration.handler
An implementation of MessageHandler that invokes the specified method and target object.
DefaultMessageHandlerAdapter() - Constructor for class org.springframework.integration.handler.DefaultMessageHandlerAdapter
 
DefaultMessageHandlerCreator - Class in org.springframework.integration.handler.config
Default implementation of the handler creator strategy that creates a DefaultMessageHandlerAdapter for the provided object and method.
DefaultMessageHandlerCreator() - Constructor for class org.springframework.integration.handler.config.DefaultMessageHandlerCreator
 
DefaultMessageHeader - Class in org.springframework.integration.message
The default implementation of the MessageHeader interface.
DefaultMessageHeader() - Constructor for class org.springframework.integration.message.DefaultMessageHeader
 
DefaultMessageMapper - 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
 
defaultReplyChannel - Variable in class org.springframework.integration.router.AbstractMessageBarrierHandler
 
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
 
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.bus.DefaultMessageBus
 
destroy() - Method in class org.springframework.integration.endpoint.interceptor.ConcurrencyInterceptor
 
destroy() - Method in class org.springframework.integration.scheduling.SimpleTaskScheduler
 
determineConnectionFactoryBeanName(Element) - Static method in class org.springframework.integration.adapter.jms.config.JmsAdapterParserUtils
 
DirectChannel - Class in org.springframework.integration.dispatcher
A channel that invokes the subscribed handler(s) in a sender's thread (returning after at most one handles the message).
DirectChannel() - Constructor for class org.springframework.integration.dispatcher.DirectChannel
 
DirectChannel(MessageSource<?>) - Constructor for class org.springframework.integration.dispatcher.DirectChannel
 
DirectChannelFactory - Class in org.springframework.integration.dispatcher
A ChannelFactory for creating DirectChannel instances.
DirectChannelFactory() - Constructor for class org.springframework.integration.dispatcher.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
 
DirectoryContentManager - Class in org.springframework.integration.adapter.file
Tracks changes in a directory.
DirectoryContentManager() - Constructor for class org.springframework.integration.adapter.file.DirectoryContentManager
 
DISCARD_CHANNEL - Static variable in class org.springframework.integration.router.config.AggregatorMessageHandlerCreator
 
DISCARD_CHANNEL_ATTRIBUTE - Static variable in class org.springframework.integration.config.AggregatorParser
 
DISCARD_CHANNEL_ATTRIBUTE - Static variable in class org.springframework.integration.router.config.ResequencerParser
 
DISCARD_CHANNEL_PROPERTY - Static variable in class org.springframework.integration.config.AggregatorParser
 
DISCARD_CHANNEL_PROPERTY - Static variable in class org.springframework.integration.router.config.ResequencerParser
 
discardChannel - Variable in class org.springframework.integration.router.AbstractMessageBarrierHandler
 
disconnect() - Method in class org.springframework.integration.adapter.file.AbstractDirectorySource
Disconnects from the directory
disconnect() - Method in class org.springframework.integration.adapter.file.FileSource
 
disconnect() - Method in class org.springframework.integration.adapter.ftp.FtpSource
 
dispatch() - Method in class org.springframework.integration.dispatcher.PollingDispatcher
 
dispatcher - Variable in class org.springframework.integration.dispatcher.DirectChannel
 
dispatcher - Variable in class org.springframework.integration.dispatcher.PollingDispatcher
 
dispatcher - Variable in class org.springframework.integration.dispatcher.PublishSubscribeChannel
 
docBuilderFactory - Variable in class org.springframework.integration.xml.source.DomSourceFactory
 
doConfigureAsyncEventMulticaster(ApplicationContext) - Method in class org.springframework.integration.bus.DefaultMessageBus
 
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.config.AggregatorMessageHandlerCreator
 
doCreateHandler(Object, Method, Map<String, ?>) - Method in class org.springframework.integration.router.config.RouterMessageHandlerCreator
 
doCreateHandler(Object, Method, Map<String, ?>) - Method in class org.springframework.integration.router.config.SplitterMessageHandlerCreator
 
doCreateHandler(Object, Method, Map<String, ?>) - Method in class org.springframework.integration.transformer.config.TransformerMessageHandlerCreator
 
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
 
DomResultFactory - Class in org.springframework.integration.xml.result
 
DomResultFactory() - Constructor for class org.springframework.integration.xml.result.DomResultFactory
 
DomSourceFactory - Class in org.springframework.integration.xml.source
SourceDataLine 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, 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.channel.config.AbstractChannelParser
 
doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.integration.config.AbstractHandlerEndpointParser
 
doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.integration.config.ChannelAdapterParser
 
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.ws.config.WebServiceHandlerParser
 
doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.integration.xml.config.XmlMarshallingTransformerParser
 
doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.integration.xml.config.XmlUnmarshallingTransformerParser
 
doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.integration.xml.config.XsltPayloadTransformerParser
 
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.AbstractMessageChannel
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(long) - Method in class org.springframework.integration.dispatcher.DirectChannel
 
doReceive(long) - Method in class org.springframework.integration.dispatcher.PublishSubscribeChannel
 
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.PriorityChannel
 
doSend(Message<?>, long) - Method in class org.springframework.integration.channel.QueueChannel
 
doSend(Message<?>, long) - Method in class org.springframework.integration.channel.ThreadLocalChannel
 
doSend(Message<?>, long) - Method in class org.springframework.integration.dispatcher.DirectChannel
 
doSend(Message<?>, long) - Method in class org.springframework.integration.dispatcher.PublishSubscribeChannel
 
doSend(Message<?>) - Method in class org.springframework.integration.endpoint.AbstractEndpoint
 
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
A helper class for parsing the sub-elements of an endpoint's interceptors element.
EndpointInterceptorParser() - Constructor for class org.springframework.integration.config.EndpointInterceptorParser
 
EndpointPolicy - Interface in org.springframework.integration.endpoint
A marker interface for endpoint metadata.
EndpointPoller - Class in org.springframework.integration.endpoint
 
EndpointPoller() - Constructor for class org.springframework.integration.endpoint.EndpointPoller
 
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.RequestReplyTemplate
 
endpoints - Variable in class org.springframework.integration.endpoint.DefaultEndpointRegistry
 
EndpointTrigger - Class in org.springframework.integration.endpoint
A PollingDispatcher implementation that sends a message to trigger endpoint polling.
EndpointTrigger(Schedule) - Constructor for class org.springframework.integration.endpoint.EndpointTrigger
Create an endpoint trigger with the specified Schedule.
EndpointTrigger(long) - Constructor for class org.springframework.integration.endpoint.EndpointTrigger
Create an endpoint trigger.
EndpointTrigger.EndpointPollerMessageSource - Class in org.springframework.integration.endpoint
 
EndpointTrigger.EndpointPollerMessageSource() - Constructor for class org.springframework.integration.endpoint.EndpointTrigger.EndpointPollerMessageSource
 
endpointTriggers - Variable in class org.springframework.integration.bus.DefaultMessageBus
 
EndpointVisitor - Interface in org.springframework.integration.endpoint
 
equals(Object) - Method in class org.springframework.integration.adapter.file.FileInfo
 
equals(Object) - Method in class org.springframework.integration.scheduling.PollingSchedule
 
ERROR_CHANNEL_ATTRIBUTE - Static variable in class org.springframework.integration.config.MessageBusParser
 
ERROR_CHANNEL_NAME - Static variable in interface org.springframework.integration.channel.ChannelRegistry
 
errorChannel - Variable in class org.springframework.integration.scheduling.MessagePublishingErrorHandler
 
errorHandler - Variable in class org.springframework.integration.endpoint.interceptor.ConcurrencyInterceptor
 
errorHandler - Variable in class org.springframework.integration.scheduling.SimpleTaskScheduler
 
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
 
ErrorMessage(Object, Throwable) - Constructor for class org.springframework.integration.message.ErrorMessage
 
establishConnection() - Method in class org.springframework.integration.adapter.file.AbstractDirectorySource
Connects to the directory, if necessary.
establishConnection() - Method in class org.springframework.integration.adapter.file.FileSource
 
establishConnection() - Method in class org.springframework.integration.adapter.ftp.FtpSource
 
EvenLogger - Class in org.springframework.integration.samples.oddeven
 
EvenLogger() - Constructor for class org.springframework.integration.samples.oddeven.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.scheduling.AbstractTaskScheduler
Submit a task to be run once.
executeMethod(List<Message<?>>) - Method in class org.springframework.integration.router.MessageListMethodAdapter
 
executor - Variable in class org.springframework.integration.endpoint.interceptor.ConcurrencyInterceptor
 
executor - Variable in class org.springframework.integration.router.AbstractMessageBarrierHandler
 
executor - Variable in class org.springframework.integration.scheduling.SimpleTaskScheduler
 
expectReply - Variable in class org.springframework.integration.adapter.AbstractRemotingGateway
 
expectReply - Variable in class org.springframework.integration.adapter.jms.JmsGateway
 
expiration - Variable in class org.springframework.integration.message.DefaultMessageHeader
 
exporter - Variable in class org.springframework.integration.adapter.httpinvoker.HttpInvokerGateway
 
extractData(Source) - Method in class org.springframework.integration.ws.handler.SimpleWebServiceHandler.DefaultSourceExtractor
 
extractPayloadsFromMessages(List<Message<?>>) - Method in class org.springframework.integration.router.MessageListMethodAdapter
 
extractSchedule(Class<?>) - Method in class org.springframework.integration.config.annotation.AbstractAnnotationMethodPostProcessor
 

F

failedMessage - Variable in exception org.springframework.integration.message.MessagingException
 
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.DirectoryContentManager
 
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, ?>) - 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
 
fixedRate - Variable in class org.springframework.integration.scheduling.PollingSchedule
 
FROM - Static variable in class org.springframework.integration.adapter.mail.MailAttributeKeys
 
from - Variable in class org.springframework.integration.adapter.mail.StaticMailHeaderGenerator
 
fromMessage(Message) - Method in class org.springframework.integration.adapter.jms.HeaderMappingMessageConverter
 
FtpSource - Class in org.springframework.integration.adapter.ftp
A source adapter for receiving files via FTP.
FtpSource(MessageCreator<File, ?>) - 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
 

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
 
GenericMessage<T> - Class in org.springframework.integration.message
Base Message class defining common properties such as id, header, and lock.
GenericMessage(Object, T) - Constructor for class org.springframework.integration.message.GenericMessage
Create a new message with the given id and payload.
GenericMessage(T) - Constructor for class org.springframework.integration.message.GenericMessage
Create a new message with the given payload.
GenericMessage(T, MessageHeader) - Constructor for class org.springframework.integration.message.GenericMessage
Create a new message with the given payload.
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
 
getAdvice() - Method in class org.springframework.integration.aop.PublisherAnnotationAdvisor
 
getAnnotation(Method) - Method in class org.springframework.integration.config.annotation.AbstractAnnotationMethodPostProcessor
 
getAttribute(String) - Method in class org.springframework.integration.message.DefaultMessageHeader
 
getAttribute(String) - Method in interface org.springframework.integration.message.MessageHeader
 
getAttributeNames() - Method in class org.springframework.integration.message.DefaultMessageHeader
 
getAttributeNames() - Method in interface org.springframework.integration.message.MessageHeader
 
getBacklog() - Method in class org.springframework.integration.adapter.file.DirectoryContentManager
 
getBcc(Message<?>) - Method in class org.springframework.integration.adapter.mail.AbstractMailHeaderGenerator
Retrieve the BCC recipients list from an integration message.
getBcc(Message<?>) - Method in class org.springframework.integration.adapter.mail.DefaultMailHeaderGenerator
 
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.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.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.channel.config.AbstractChannelParser
 
getBeanClass(Element) - Method in class org.springframework.integration.channel.config.PriorityChannelParser
 
getBeanClass(Element) - Method in class org.springframework.integration.channel.config.QueueChannelParser
 
getBeanClass(Element) - Method in class org.springframework.integration.channel.config.RendezvousChannelParser
 
getBeanClass(Element) - Method in class org.springframework.integration.channel.config.ThreadLocalChannelParser
 
getBeanClass(Element) - Method in class org.springframework.integration.config.AbstractHandlerEndpointParser
 
getBeanClass(Object) - Method in class org.springframework.integration.config.annotation.MessagingAnnotationPostProcessor
 
getBeanClass(Element) - Method in class org.springframework.integration.config.ChannelAdapterParser
 
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.PublishSubscribeChannelParser
 
getBeanClass(Element) - Method in class org.springframework.integration.config.SelectorChainParser
 
getBeanClass(Element) - Method in class org.springframework.integration.gateway.config.GatewayParser
 
getBeanClass(Element) - Method in class org.springframework.integration.router.config.ResequencerParser
 
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(Message<?>) - Method in class org.springframework.integration.adapter.mail.DefaultMailHeaderGenerator
 
getCc(Message<?>) - Method in class org.springframework.integration.adapter.mail.StaticMailHeaderGenerator
 
getChannel() - Method in class org.springframework.integration.channel.ChannelPublisher
 
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.
getChannelFactory() - Method in class org.springframework.integration.bus.DefaultMessageBus
 
getChannelFactory() - Method in interface org.springframework.integration.bus.MessageBus
 
getChannelRegistry() - Method in class org.springframework.integration.endpoint.AbstractEndpoint
 
getChannelRegistry() - Method in class org.springframework.integration.handler.AbstractMessageHandlerAdapter
 
getChannelRegistry() - Method in class org.springframework.integration.router.AbstractRoutingMessageHandler
 
getCollectionActualType(Method) - Static method in class org.springframework.integration.router.MessageListMethodAdapter
 
getContext() - Method in class org.springframework.integration.security.StackBasedSecurityContextHolderStrategy
 
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.DefaultMessageHeader
 
getCorrelationId() - Method in interface org.springframework.integration.message.MessageHeader
 
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
 
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
 
getExpiration() - Method in class org.springframework.integration.message.DefaultMessageHeader
Return the expiration date for this message or null to indicate 'never expire'.
getExpiration() - Method in interface org.springframework.integration.message.MessageHeader
 
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
 
getFrom(Message<?>) - Method in class org.springframework.integration.adapter.mail.AbstractMailHeaderGenerator
Retrieve the From: e-mail address from an integration message.
getFrom(Message<?>) - Method in class org.springframework.integration.adapter.mail.DefaultMailHeaderGenerator
 
getFrom(Message<?>) - Method in class org.springframework.integration.adapter.mail.StaticMailHeaderGenerator
 
getHandler() - Method in class org.springframework.integration.endpoint.HandlerEndpoint
 
getHandlerAdapterClass() - Method in class org.springframework.integration.config.AbstractHandlerEndpointParser
 
getHandlerAdapterClass() - Method in class org.springframework.integration.config.AggregatorParser
 
getHandlerAdapterClass() - Method in class org.springframework.integration.config.DefaultHandlerEndpointParser
 
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
getHeader() - Method in class org.springframework.integration.message.GenericMessage
 
getHeader() - Method in interface org.springframework.integration.message.Message
 
getHeaderAttributes(Message<?>) - Method in class org.springframework.integration.handler.annotation.AnnotationMethodMessageMapper
 
getHeaderProperties(Message<?>) - Method in class org.springframework.integration.handler.annotation.AnnotationMethodMessageMapper
 
getId() - Method in class org.springframework.integration.message.GenericMessage
 
getId() - Method in interface org.springframework.integration.message.Message
 
getInitialDelay() - Method in class org.springframework.integration.scheduling.PollingSchedule
 
getInputChannel() - Method in class org.springframework.integration.endpoint.AbstractEndpoint
 
getInputChannel() - Method in interface org.springframework.integration.endpoint.MessageEndpoint
 
getInputChannelName() - Method in class org.springframework.integration.endpoint.AbstractEndpoint
 
getInputChannelName() - Method in interface org.springframework.integration.endpoint.MessageEndpoint
 
getInterceptors() - Method in class org.springframework.integration.endpoint.AbstractEndpoint
 
getJmsTemplate() - Method in class org.springframework.integration.adapter.jms.AbstractJmsTemplateBasedAdapter
 
getKeepAliveSeconds() - Method in class org.springframework.integration.endpoint.ConcurrencyPolicy
 
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
 
getMessages() - Method in class org.springframework.integration.router.AbstractMessageBarrier
 
getMessages() - Method in interface org.springframework.integration.router.MessageBarrier
 
getMethod() - Method in class org.springframework.integration.router.MessageListMethodAdapter
 
getMethod() - Method in class org.springframework.integration.util.AbstractMethodInvokingAdapter
 
getMethodName() - Method in class org.springframework.integration.util.AbstractMethodInvokingAdapter
 
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
 
getName() - Method in interface org.springframework.integration.endpoint.MessageEndpoint
 
getName() - Method in class org.springframework.integration.gateway.RequestReplyTemplate.ReplyHandlingChannelAdapter
 
getNewResult(Message<?>) - Method in class org.springframework.integration.xml.result.DomResultFactory
 
getNewResult(Message<?>) - Method in interface org.springframework.integration.xml.result.ResultFactory
 
getNewResult(Message<?>) - Method in class org.springframework.integration.xml.result.StringResultFactory
 
getObject() - Method in class org.springframework.integration.bus.DefaultChannelFactoryBean
 
getObject() - Method in class org.springframework.integration.gateway.GatewayProxyFactoryBean
 
getObject() - Method in class org.springframework.integration.util.AbstractMethodInvokingAdapter
 
getObjectType() - Method in class org.springframework.integration.bus.DefaultChannelFactoryBean
 
getObjectType() - Method in class org.springframework.integration.gateway.GatewayProxyFactoryBean
 
getOrder() - Method in class org.springframework.integration.security.ChannelInterceptorRegisteringBeanPostProcessor
 
getOrder() - Method in class org.springframework.integration.security.config.SecurityPropagatingBeanPostProcessor
 
getOrder() - Method in class org.springframework.integration.util.AbstractMethodInvokingAdapter
 
getOutputChannel() - Method in class org.springframework.integration.endpoint.AbstractEndpoint
 
getOutputChannel() - Method in interface org.springframework.integration.endpoint.MessageEndpoint
 
getOutputChannelName() - Method in class org.springframework.integration.endpoint.AbstractEndpoint
 
getOutputChannelName() - Method in interface org.springframework.integration.endpoint.MessageEndpoint
 
getParity(int) - Method in class org.springframework.integration.samples.oddeven.ParityResolver
 
getPattern() - Method in class org.springframework.integration.security.config.IncludeExcludePattern
 
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.DefaultMessageHeader
 
getPriority() - Method in interface org.springframework.integration.message.MessageHeader
 
getProperty(String) - Method in class org.springframework.integration.message.DefaultMessageHeader
 
getProperty(String) - Method in interface org.springframework.integration.message.MessageHeader
 
getPropertyNames() - Method in class org.springframework.integration.message.DefaultMessageHeader
 
getPropertyNames() - Method in interface org.springframework.integration.message.MessageHeader
 
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(Message<?>) - Method in class org.springframework.integration.adapter.mail.DefaultMailHeaderGenerator
 
getReplyTo(Message<?>) - Method in class org.springframework.integration.adapter.mail.StaticMailHeaderGenerator
 
getRequestCallback(Message<?>) - Method in class org.springframework.integration.ws.handler.AbstractWebServiceHandler
 
getRequestReplyTemplate() - Method in class org.springframework.integration.gateway.MessagingGatewaySupport
 
getReturnAddress(MessageHeader) - Method in class org.springframework.integration.endpoint.HandlerEndpoint
 
getReturnAddress() - Method in class org.springframework.integration.message.DefaultMessageHeader
 
getReturnAddress() - Method in interface org.springframework.integration.message.MessageHeader
 
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
 
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.DefaultMessageHeader
 
getSequenceNumber() - Method in interface org.springframework.integration.message.MessageHeader
 
getSequenceSize() - Method in class org.springframework.integration.message.DefaultMessageHeader
 
getSequenceSize() - Method in interface org.springframework.integration.message.MessageHeader
 
getSize() - Method in class org.springframework.integration.adapter.file.FileInfo
 
getSourceForMessage(Message<?>) - Method in class org.springframework.integration.xml.source.DomSourceFactory
 
getSourceForMessage(Message<?>) - Method in interface org.springframework.integration.xml.source.SourceFactory
 
getStackForThread() - Method in class org.springframework.integration.security.StackBasedSecurityContextHolderStrategy
 
getSubject(Message<?>) - Method in class org.springframework.integration.adapter.mail.AbstractMailHeaderGenerator
Retrieve the subject of an e-mail message from an integration message.
getSubject(Message<?>) - Method in class org.springframework.integration.adapter.mail.DefaultMailHeaderGenerator
 
getSubject(Message<?>) - Method in class org.springframework.integration.adapter.mail.StaticMailHeaderGenerator
 
getTarget() - Method in class org.springframework.integration.endpoint.TargetEndpoint
 
getTaskExecutor() - Method in class org.springframework.integration.dispatcher.AbstractDispatcher
 
getTimestamp() - Method in class org.springframework.integration.message.DefaultMessageHeader
Return the creation time of this message.
getTimestamp() - Method in interface org.springframework.integration.message.MessageHeader
 
getTimestamp() - Method in class org.springframework.integration.router.AbstractMessageBarrier
Returns the creation time of this barrier as the number of milliseconds since January 1, 1970.
getTimestamp() - Method in interface org.springframework.integration.router.MessageBarrier
 
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(Message<?>) - Method in class org.springframework.integration.adapter.mail.DefaultMailHeaderGenerator
 
getTo(Message<?>) - Method in class org.springframework.integration.adapter.mail.StaticMailHeaderGenerator
 
getTransformOnSend() - Method in class org.springframework.integration.transformer.MessageTransformingChannelInterceptor
 
getTrigger() - Method in class org.springframework.integration.endpoint.AbstractEndpoint
 
getTypeConverter() - Method in class org.springframework.integration.util.DefaultMethodInvoker
 
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<?>, MessageHeader) - Method in class org.springframework.integration.endpoint.HandlerEndpoint.EndpointReplyHandler
 
handle(Message<?>) - Method in class org.springframework.integration.handler.AbstractMessageHandlerAdapter
 
handle(Message<?>) - Method in class org.springframework.integration.handler.InterceptingMessageHandler
 
handle(Message<?>, MessageHandler) - Method in class org.springframework.integration.handler.InterceptingMessageHandler
The handler method for subclasses to implement.
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<?>, MessageHeader) - Method in interface org.springframework.integration.handler.ReplyHandler
 
handle(Message<?>) - Method in class org.springframework.integration.handler.ReplyMessageCorrelator
 
handle(Message<?>) - Method in class org.springframework.integration.router.AbstractMessageBarrierHandler
 
handle(Message<?>) - Method in class org.springframework.integration.router.AbstractRoutingMessageHandler
 
handle(Throwable) - Method in class org.springframework.integration.scheduling.MessagePublishingErrorHandler
 
handle(Message<?>) - Method in class org.springframework.integration.transformer.AnnotationMethodTransformerAdapter
 
handle(Message<?>) - Method in class org.springframework.integration.transformer.TransformerMessageHandlerAdapter
 
handle(Throwable) - Method in interface org.springframework.integration.util.ErrorHandler
 
handle(Message<?>) - Method in class org.springframework.integration.ws.handler.AbstractWebServiceHandler
 
handleMessage(Message<?>) - Method in class org.springframework.integration.endpoint.AbstractEndpoint
 
handleMessage(Message<?>) - Method in class org.springframework.integration.endpoint.SourceEndpoint
 
handleMessage(Message<?>) - Method in class org.springframework.integration.endpoint.TargetEndpoint
 
handleNonstandardInterceptor(Element, ParserContext) - Method in class org.springframework.integration.config.EndpointInterceptorParser
 
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.HandlerEndpoint
 
handler - Variable in class org.springframework.integration.endpoint.HandlerEndpoint.HandlerInvokingTarget
 
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
 
handlerCount - Variable in class org.springframework.integration.dispatcher.DirectChannel
 
handlerCreators - Variable in class org.springframework.integration.config.annotation.HandlerAnnotationPostProcessor
 
HandlerEndpoint - Class in org.springframework.integration.endpoint
Implementation of the MessageEndpoint interface for invoking MessageHandlers.
HandlerEndpoint(MessageHandler) - Constructor for class org.springframework.integration.endpoint.HandlerEndpoint
 
HandlerEndpoint.EndpointReplyHandler - Class in org.springframework.integration.endpoint
 
HandlerEndpoint.EndpointReplyHandler() - Constructor for class org.springframework.integration.endpoint.HandlerEndpoint.EndpointReplyHandler
 
HandlerEndpoint.HandlerInvokingTarget - Class in org.springframework.integration.endpoint
 
HandlerEndpoint.HandlerInvokingTarget(MessageHandler, ReplyHandler) - Constructor for class org.springframework.integration.endpoint.HandlerEndpoint.HandlerInvokingTarget
 
handleRequest(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.integration.adapter.httpinvoker.HttpInvokerGateway
 
handleReturnValue(Object, Message<?>) - Method in class org.springframework.integration.handler.AbstractMessageHandlerAdapter
Subclasses must implement this method to handle the return value.
handleReturnValue(Object, Message<?>) - Method in class org.springframework.integration.handler.DefaultMessageHandlerAdapter
 
handleReturnValue(Object, Message<?>) - Method in class org.springframework.integration.handler.MethodInvokingTarget
 
handleReturnValue(Object, Message<?>) - Method in class org.springframework.integration.router.RouterMessageHandlerAdapter
 
handleReturnValue(Object, Message<?>) - Method in class org.springframework.integration.router.SplitterMessageHandlerAdapter
 
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.scheduling.PollingSchedule
 
hasReceivedAllMessages() - Method in class org.springframework.integration.router.AbstractMessageBarrier
Subclasses will 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.router.AggregationBarrier
 
hasReceivedAllMessages() - Method in class org.springframework.integration.router.ResequencingMessageBarrier
 
header - Variable in class org.springframework.integration.message.GenericMessage
 
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
 
HeaderAttribute - Annotation Type in org.springframework.integration.handler.annotation
Annotation indicating that a method parameter's value should be retrieved from an attribute in the message header.
headerMapper - Variable in class org.springframework.integration.adapter.jms.AbstractJmsTemplateBasedAdapter
 
headerMapper - Variable in class org.springframework.integration.adapter.jms.HeaderMappingMessageConverter
 
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
 
HeaderProperty - Annotation Type in org.springframework.integration.handler.annotation
Annotation indicating that a method parameter's value should be retrieved from a property in the message header.
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.FtpSource
 
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 - Variable in class org.springframework.integration.message.GenericMessage
 
IdGenerator - Interface in org.springframework.integration.util
A strategy for generating unique ids.
idleTaskExecutionLimit - Variable in class org.springframework.integration.adapter.jms.JmsGateway
 
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.channel.interceptor.MessageStoringInterceptor
 
initializationMonitor - Variable in class org.springframework.integration.endpoint.TargetEndpoint
 
initializationMonitor - Variable in class org.springframework.integration.gateway.GatewayProxyFactoryBean
 
initializationMonitor - Variable in class org.springframework.integration.handler.annotation.AnnotationMethodMessageMapper
 
initializationMonitor - Variable in class org.springframework.integration.util.AbstractMethodInvokingAdapter
 
initialize() - Method in class org.springframework.integration.adapter.jms.JmsGateway
 
initialize() - Method in class org.springframework.integration.bus.DefaultMessageBus
 
initialize() - Method in class org.springframework.integration.endpoint.AbstractEndpoint
 
initialize() - Method in class org.springframework.integration.endpoint.HandlerEndpoint
 
initialize() - Method in class org.springframework.integration.endpoint.SourceEndpoint
 
initialize() - Method in class org.springframework.integration.endpoint.TargetEndpoint
 
initialize() - Method in class org.springframework.integration.handler.annotation.AnnotationMethodMessageMapper
 
initialize() - Method in class org.springframework.integration.router.RouterMessageHandlerAdapter
 
initialize() - Method in class org.springframework.integration.transformer.AnnotationMethodTransformerAdapter
 
initialize() - Method in class org.springframework.integration.util.AbstractMethodInvokingAdapter
Subclasses may override this method for custom initialization requirements.
initialized - Variable in class org.springframework.integration.adapter.jms.AbstractJmsTemplateBasedAdapter
 
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.endpoint.TargetEndpoint
 
initialized - Variable in class org.springframework.integration.gateway.GatewayProxyFactoryBean
 
initialized - Variable in class org.springframework.integration.handler.annotation.AnnotationMethodMessageMapper
 
initialized - Variable in class org.springframework.integration.router.AbstractMessageBarrierHandler
 
initialized - Variable in class org.springframework.integration.util.AbstractMethodInvokingAdapter
 
initializing - Variable in class org.springframework.integration.bus.DefaultMessageBus
 
initialValue() - Method in class org.springframework.integration.channel.ThreadLocalChannel.ThreadLocalMessageHolder
 
INPUT_CHANNEL_ATTRIBUTE - Static variable in class org.springframework.integration.config.AbstractHandlerEndpointParser
 
inputChannel - Variable in class org.springframework.integration.endpoint.AbstractEndpoint
 
inputChannelName - Variable in class org.springframework.integration.endpoint.AbstractEndpoint
 
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
 
InterceptingMessageHandler - Class in org.springframework.integration.handler
A message handler implementation that intercepts calls to another handler.
InterceptingMessageHandler(MessageHandler) - Constructor for class org.springframework.integration.handler.InterceptingMessageHandler
 
interceptor - Variable in class org.springframework.integration.security.config.SecurityPropagatingBeanPostProcessor
 
INTERCEPTOR_ELEMENT - Static variable in class org.springframework.integration.channel.config.AbstractChannelParser
 
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.AbstractEndpoint
 
INTERCEPTORS_ELEMENT - Static variable in class org.springframework.integration.config.AbstractHandlerEndpointParser
 
INTERCEPTORS_PROPERTY - Static variable in class org.springframework.integration.channel.config.AbstractChannelParser
 
INTERCEPTORS_PROPERTY - Static variable in class org.springframework.integration.config.MessageBusParser
 
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
 
invokeMethod(Object...) - Method in class org.springframework.integration.util.AbstractMethodInvokingAdapter
 
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.message.MethodInvokingSource
 
invoker - Variable in class org.springframework.integration.router.MessageListMethodAdapter
 
invoker - Variable in class org.springframework.integration.util.AbstractMethodInvokingAdapter
 
isActualTypeParameterizedMessage(Method) - Static method in class org.springframework.integration.router.MessageListMethodAdapter
 
isActualTypeRawMessage(Method) - Static method in class org.springframework.integration.router.MessageListMethodAdapter
 
isBarrierRemovable(Object, List<Message<?>>) - Method in class org.springframework.integration.router.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.router.AggregatingMessageHandler
 
isBarrierRemovable(Object, List<Message<?>>) - Method in class org.springframework.integration.router.ResequencingMessageHandler
 
isComplete() - Method in class org.springframework.integration.router.AbstractMessageBarrier
 
isComplete(List<Message<?>>) - Method in interface org.springframework.integration.router.CompletionStrategy
 
isComplete(List<Message<?>>) - Method in class org.springframework.integration.router.CompletionStrategyAdapter
 
isComplete(List<Message<?>>) - Method in class org.springframework.integration.router.SequenceSizeCompletionStrategy
 
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.rmi.config.RmiGatewayParser
 
isEligibleAttribute(String) - Method in class org.springframework.integration.config.ChannelAdapterParser
 
isEligibleAttribute(String) - Method in class org.springframework.integration.config.MessageBusParser
 
isEligibleAttribute(String) - Method in class org.springframework.integration.gateway.config.GatewayParser
 
isEligibleAttribute(String) - Method in class org.springframework.integration.router.config.ResequencerParser
 
isExpired() - Method in class org.springframework.integration.message.GenericMessage
 
isExpired() - Method in interface org.springframework.integration.message.Message
 
isHavingActualTypeArguments(Method) - Static method in class org.springframework.integration.router.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
 
isInitialized() - Method in class org.springframework.integration.util.AbstractMethodInvokingAdapter
 
isMethodParameterParameterized(Method) - Static method in class org.springframework.integration.router.MessageListMethodAdapter
 
isolationLevelName - Variable in class org.springframework.integration.endpoint.interceptor.TransactionInterceptor
 
isRunning() - Method in class org.springframework.integration.adapter.jms.JmsGateway
 
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.endpoint.AbstractEndpoint
 
isRunning() - Method in class org.springframework.integration.scheduling.SimpleTaskScheduler
 
isSingleton() - Method in class org.springframework.integration.bus.DefaultChannelFactoryBean
 
isSingleton() - Method in class org.springframework.integration.gateway.GatewayProxyFactoryBean
 
isUrl(String) - Method in class org.springframework.integration.adapter.file.config.FileSourceParser
 

J

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
 
JmsAttributeKeys - Class in org.springframework.integration.adapter.jms
Keys to be used for setting and/or retrieving JMS attributes stored in the integration message header.
JmsAttributeKeys() - Constructor for class org.springframework.integration.adapter.jms.JmsAttributeKeys
 
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
 
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(JmsTemplate) - Constructor for class org.springframework.integration.adapter.jms.JmsTarget
 
JmsTarget(ConnectionFactory, Destination) - Constructor for class org.springframework.integration.adapter.jms.JmsTarget
 
JmsTarget(ConnectionFactory, String) - Constructor for class org.springframework.integration.adapter.jms.JmsTarget
 
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
 

K

keepAliveSeconds - Variable in class org.springframework.integration.endpoint.ConcurrencyPolicy
 
key - Variable in class org.springframework.integration.handler.annotation.AnnotationMethodMessageMapper.MethodParameterMetadata
 

L

lastReleasedSequenceNumber - Variable in class org.springframework.integration.router.ResequencingMessageBarrier
 
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.endpoint.AbstractEndpoint
 
lifecycleMonitor - Variable in class org.springframework.integration.scheduling.SimpleTaskScheduler
 
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
 
localWorkingDirectory - Variable in class org.springframework.integration.adapter.ftp.FtpSource
 
lock - Variable in class org.springframework.integration.router.AbstractMessageBarrier
 
log(int) - Method in class org.springframework.integration.samples.oddeven.EvenLogger
 
log(int) - Method in class org.springframework.integration.samples.oddeven.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.DirectoryContentManager
 
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.stream.ByteStreamTarget
 
logger - Variable in class org.springframework.integration.adapter.stream.CharacterStreamTarget
 
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.ChannelPublisher
 
logger - Variable in class org.springframework.integration.channel.interceptor.MessageStoringInterceptor
 
logger - Variable in class org.springframework.integration.channel.interceptor.WireTap
 
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.endpoint.AbstractEndpoint
 
logger - Variable in class org.springframework.integration.endpoint.interceptor.ConcurrencyInterceptor
 
logger - Variable in class org.springframework.integration.endpoint.interceptor.TransactionInterceptor
 
logger - Variable in class org.springframework.integration.router.AbstractMessageBarrier
 
logger - Variable in class org.springframework.integration.router.AbstractMessageBarrierHandler
 
logger - Variable in class org.springframework.integration.router.AbstractRoutingMessageHandler
 
logger - Variable in class org.springframework.integration.scheduling.MessagePublishingErrorHandler
 
logger - Variable in class org.springframework.integration.scheduling.SimpleTaskScheduler
 
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 - Variable in class org.springframework.integration.util.AbstractMethodInvokingAdapter
 
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
 
lookupOrCreateChannel(String) - Method in class org.springframework.integration.bus.DefaultMessageBus
 
lookupQuote(String) - Method in class org.springframework.integration.samples.quote.QuoteService
 

M

MailAttributeKeys - Class in org.springframework.integration.adapter.mail
Keys to be used for setting and/or retrieving mail attributes stored in the integration message header.
MailAttributeKeys() - Constructor for class org.springframework.integration.adapter.mail.MailAttributeKeys
 
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
 
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
 
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.quote.QuoteDemo
 
main(String[]) - Static method in class org.springframework.integration.samples.ws.WebServiceDemo
 
map - Variable in class org.springframework.integration.message.SimpleMessageStore
 
mapFromMessageHeader(MessageHeader, Message) - Method in class org.springframework.integration.adapter.jms.DefaultJmsHeaderMapper
 
mapFromMessageHeader(MessageHeader, 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) - Method in class org.springframework.integration.handler.annotation.AnnotationMethodMessageMapper
 
mapMessage(Message) - 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.
mapper - Variable in class org.springframework.integration.adapter.event.ApplicationEventTarget
 
mapper - Variable in class org.springframework.integration.transformer.AnnotationMethodTransformerAdapter
 
mapToMessageHeader(Message, MessageHeader) - Method in class org.springframework.integration.adapter.jms.DefaultJmsHeaderMapper
 
mapToMessageHeader(T, MessageHeader) - 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
 
maxConcurrentConsumers - Variable in class org.springframework.integration.adapter.jms.JmsGateway
 
maxMessagesPerTask - Variable in class org.springframework.integration.adapter.jms.JmsGateway
 
maxMessagesPerTask - Variable in class org.springframework.integration.dispatcher.PollingDispatcher
 
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.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.router
Common interface for routing components that release a list of Messages based upon a condition that is met when a Message arrives.
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
 
messageCreator - Variable in class org.springframework.integration.adapter.file.AbstractDirectorySource
 
messageCreator - Variable in class org.springframework.integration.adapter.file.FileSource
 
messageCreator - Variable in class org.springframework.integration.aop.MessagePublishingInterceptor
 
messageCreator - Variable in class org.springframework.integration.gateway.SimpleMessagingGateway
 
messageCreator - Variable in class org.springframework.integration.handler.AbstractMessageHandlerAdapter
 
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
 
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.
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.
MessageHandlerNotRunningException - Exception in org.springframework.integration.handler
An exception indicating that a handler is not currently running.
MessageHandlerNotRunningException(Message<?>) - Constructor for exception org.springframework.integration.handler.MessageHandlerNotRunningException
 
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
 
MessageHeader - Interface in org.springframework.integration.message
A holder for Message metadata.
MessageHeaderMapper<T> - Interface in org.springframework.integration.adapter
Strategy interface for mapping between a source or target object and an integration MessageHeader.
messageHolder - Static variable in class org.springframework.integration.channel.ThreadLocalChannel
 
MessageListMethodAdapter - Class in org.springframework.integration.router
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.router.MessageListMethodAdapter
 
MessageListMethodAdapter(Object, Method) - Constructor for class org.springframework.integration.router.MessageListMethodAdapter
 
messageMapper - Variable in class org.springframework.integration.adapter.file.FileTarget
 
messageMapper - Variable in class org.springframework.integration.gateway.SimpleMessagingGateway
 
messageMapper - Variable in class org.springframework.integration.handler.AbstractMessageHandlerAdapter
 
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.scheduling
ErrorHandler implementation that sends an ErrorMessage to a MessageChannel.
MessagePublishingErrorHandler() - Constructor for class org.springframework.integration.scheduling.MessagePublishingErrorHandler
 
MessagePublishingErrorHandler(MessageChannel) - Constructor for class org.springframework.integration.scheduling.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
 
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.router.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.router
A Comparator implementation based on the 'sequenceNumber' property of a Message's header.
MessageSequenceComparator() - Constructor for class org.springframework.integration.router.MessageSequenceComparator
 
MessageSource - Annotation Type in org.springframework.integration.annotation
Indicates that a method is capable of producing messages.
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.
MessageTransformer - Interface in org.springframework.integration.transformer
Base interface for message transformers.
MessageTransformerChain - Class in org.springframework.integration.transformer
 
MessageTransformerChain() - Constructor for class org.springframework.integration.transformer.MessageTransformerChain
 
MessageTransformingChannelInterceptor - Class in org.springframework.integration.transformer
A ChannelInterceptor which invokes a MessageTransformer when either sending-to or receiving-from a channel.
MessageTransformingChannelInterceptor(MessageTransformer) - 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
 
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 RequestReplyTemplate and exposing setter methods for configuring request and reply MessageChannels.
MessagingGatewaySupport(MessageChannel) - Constructor for class org.springframework.integration.gateway.MessagingGatewaySupport
 
MessagingGatewaySupport() - Constructor for class org.springframework.integration.gateway.MessagingGatewaySupport
 
method - Variable in class org.springframework.integration.handler.annotation.AnnotationMethodMessageMapper
 
method - Variable in class org.springframework.integration.router.MessageListMethodAdapter
 
method - Variable in class org.springframework.integration.util.AbstractMethodInvokingAdapter
 
method - Variable in class org.springframework.integration.util.DefaultMethodInvoker
 
METHOD_ATTRIBUTE - Static variable in class org.springframework.integration.config.AbstractHandlerEndpointParser
 
METHOD_NAME_PROPERTY - Static variable in class org.springframework.integration.config.HandlerParser
 
methodExpectsMessage - Variable in class org.springframework.integration.handler.AbstractMessageHandlerAdapter
 
methodExpectsMessage - Variable in class org.springframework.integration.transformer.AnnotationMethodTransformerAdapter
 
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
 
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.message.MethodInvokingSource
 
methodName - Variable in class org.springframework.integration.util.AbstractMethodInvokingAdapter
 
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
 
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_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
 
nextTicker() - Method in class org.springframework.integration.samples.quote.TickerStream
 
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.message.MethodInvokingSource
 
object - Variable in class org.springframework.integration.util.AbstractMethodInvokingAdapter
 
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
 
OddLogger - Class in org.springframework.integration.samples.oddeven
 
OddLogger() - Constructor for class org.springframework.integration.samples.oddeven.OddLogger
 
onApplicationEvent(ApplicationEvent) - Method in class org.springframework.integration.adapter.event.ApplicationEventSource
 
onApplicationEvent(ApplicationEvent) - Method in class org.springframework.integration.bus.DefaultMessageBus
 
onFailure(MessagingException) - Method in class org.springframework.integration.adapter.file.AbstractDirectorySource
 
onFailure(MessagingException) - 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 interface org.springframework.integration.message.MessageDeliveryAware
Callback method invoked after a message is sent successfully.
order - Variable in class org.springframework.integration.security.ChannelInterceptorRegisteringBeanPostProcessor
 
order - Variable in class org.springframework.integration.util.AbstractMethodInvokingAdapter
 
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.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.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.config - package org.springframework.integration.channel.config
 
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.router - package org.springframework.integration.router
 
org.springframework.integration.router.config - package org.springframework.integration.router.config
 
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.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.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.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.source - package org.springframework.integration.xml.source
 
org.springframework.integration.xml.transformer - package org.springframework.integration.xml.transformer
 
ORIGINAL_MESSAGE_ID_KEY - Static variable in class org.springframework.integration.channel.interceptor.WireTap
key for the attribute containing the original Message's id
originalMessage - Variable in class org.springframework.integration.gateway.RequestReplyTemplate.ReplyHandlingChannelAdapter
 
OUTPUT_CHANNEL_ATTRIBUTE - Static variable in class org.springframework.integration.config.AbstractHandlerEndpointParser
 
OUTPUT_CHANNEL_NAME_KEY - Static variable in class org.springframework.integration.handler.AbstractMessageHandlerAdapter
 
OUTPUT_CHANNEL_PROPERTY - Static variable in class org.springframework.integration.config.AbstractHandlerEndpointParser
 
outputChannel - Variable in class org.springframework.integration.endpoint.AbstractEndpoint
 
outputChannelName - Variable in class org.springframework.integration.endpoint.AbstractEndpoint
 
outputChannelName - Variable in class org.springframework.integration.router.SplitterMessageHandlerAdapter
 

P

parameterMetadata - Variable in class org.springframework.integration.handler.annotation.AnnotationMethodMessageMapper
 
parameterNameDiscoverer - Variable in class org.springframework.integration.handler.annotation.AnnotationMethodMessageMapper
 
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
 
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
 
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.AbstractHandlerEndpointParser
 
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
 
parseEndpointInterceptors(Element, ParserContext) - Method in class org.springframework.integration.config.EndpointInterceptorParser
 
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
 
parseInternal(Element, ParserContext) - Method in class org.springframework.integration.adapter.jms.config.JmsSourceParser
 
parsers - Variable in class org.springframework.integration.config.EndpointInterceptorParser
 
parseSchedule(Element) - Method in class org.springframework.integration.config.AbstractHandlerEndpointParser
 
parseSchedule(Element) - Method in class org.springframework.integration.config.ChannelAdapterParser
Subclasses may override this method to control the creation of the Schedule.
password - Variable in class org.springframework.integration.adapter.ftp.FtpSource
 
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
 
PayloadTransformerAdapter - Class in org.springframework.integration.transformer
 
PayloadTransformerAdapter() - Constructor for class org.springframework.integration.transformer.PayloadTransformerAdapter
 
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.SimpleTaskScheduler
 
period - Variable in class org.springframework.integration.scheduling.PollingSchedule
 
PERIOD_ATTRIBUTE - Static variable in class org.springframework.integration.config.AbstractHandlerEndpointParser
 
placeOrder(DrinkOrder) - Method in class org.springframework.integration.samples.cafe.Cafe
 
pointcut - Variable in class org.springframework.integration.aop.PublisherAnnotationAdvisor
 
poll() - Method in interface org.springframework.integration.endpoint.MessageEndpoint
 
poll() - Method in class org.springframework.integration.endpoint.SourceEndpoint
 
poll() - Method in class org.springframework.integration.endpoint.TargetEndpoint
 
Polled - Annotation Type in org.springframework.integration.annotation
Annotation that can be specified at class-level alongside a @MessageEndpoint annotation in order to provide the scheduling information for that endpoint.
PollingDispatcher - Class in org.springframework.integration.dispatcher
 
PollingDispatcher(MessageSource<?>, MessageDispatcher, Schedule) - Constructor for class org.springframework.integration.dispatcher.PollingDispatcher
Create a PollingDispatcher for the provided MessageSource.
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.
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.FtpSource
 
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(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.gateway.config.GatewayParser
 
postProcess(BeanDefinitionBuilder, Element) - Method in class org.springframework.integration.router.config.ResequencerParser
 
postProcessAdapterBean(BeanDefinitionBuilder, Element, ParserContext) - Method in class org.springframework.integration.config.AbstractHandlerEndpointParser
 
postProcessAdapterBean(BeanDefinitionBuilder, Element, ParserContext) - Method in class org.springframework.integration.config.SplitterParser
 
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.AbstractHandlerEndpointParser
 
postProcessEndpointBean(BeanDefinitionBuilder, Element, ParserContext) - Method in class org.springframework.integration.config.DefaultHandlerEndpointParser
 
postProcessIfNecessary(Object) - Method in class org.springframework.integration.bus.MessageBusAwareBeanPostProcessor
 
postProcessors - Variable in class org.springframework.integration.config.annotation.MessagingAnnotationPostProcessor
 
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
 
postSend(Message<?>, boolean) - Method in interface org.springframework.integration.endpoint.EndpointInterceptor
 
postSend(Message<?>, boolean) - Method in class org.springframework.integration.endpoint.interceptor.EndpointInterceptorAdapter
 
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.AbstractTaskScheduler
 
prepareColdDrink(Drink) - Method in class org.springframework.integration.samples.cafe.Barista
 
prepareHotDrink(Drink) - Method in class org.springframework.integration.samples.cafe.Barista
 
prepareMessage(Message<?>, Object, int, int) - Method in class org.springframework.integration.router.SplitterMessageHandlerAdapter
 
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
 
preSend(Message<?>) - Method in interface org.springframework.integration.endpoint.EndpointInterceptor
 
preSend(Message<?>) - Method in class org.springframework.integration.endpoint.interceptor.EndpointInterceptorAdapter
 
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.DirectoryContentManager
 
price - Variable in class org.springframework.integration.samples.quote.Quote
 
priority - Variable in class org.springframework.integration.message.DefaultMessageHeader
 
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.channel.config
Parser for the <priority-channel> element.
PriorityChannelParser() - Constructor for class org.springframework.integration.channel.config.PriorityChannelParser
 
processChildElements(BeanDefinitionBuilder, Element) - Method in class org.springframework.integration.config.MessageBusParser
 
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.SourceAnnotationPostProcessor
 
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.router.AbstractMessageBarrierHandler
Implements the logic for transforming the released Messages.
processReleasedMessages(Object, List<Message<?>>) - Method in class org.springframework.integration.router.AggregatingMessageHandler
 
processReleasedMessages(Object, List<Message<?>>) - Method in class org.springframework.integration.router.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.SourceAnnotationPostProcessor
 
processResults(List<MessageTarget>) - Method in class org.springframework.integration.config.annotation.TargetAnnotationPostProcessor
 
processSnapshot(Map<String, FileInfo>) - Method in class org.springframework.integration.adapter.file.DirectoryContentManager
 
propagationBehaviorName - Variable in class org.springframework.integration.endpoint.interceptor.TransactionInterceptor
 
properties - Variable in class org.springframework.integration.message.DefaultMessageHeader
 
publish(Message<?>) - Method in class org.springframework.integration.channel.ChannelPublisher
 
Publisher - Annotation Type in org.springframework.integration.annotation
Indicates that the method's return value 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.dispatcher
 
PublishSubscribeChannel() - Constructor for class org.springframework.integration.dispatcher.PublishSubscribeChannel
 
PublishSubscribeChannel(TaskExecutor) - Constructor for class org.springframework.integration.dispatcher.PublishSubscribeChannel
Create a PublishSubscribeChannel that will use a TaskExecutor to publish its Messages.
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 interface org.springframework.integration.channel.MessageChannel
Remove any Messages that are not accepted by the provided selector.
purge(MessageSelector) - Method in class org.springframework.integration.channel.NullChannel
 
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.
purge(MessageSelector) - Method in class org.springframework.integration.dispatcher.DirectChannel
 
purge(MessageSelector) - Method in class org.springframework.integration.dispatcher.PublishSubscribeChannel
 
purge(MessageSelector) - Method in class org.springframework.integration.gateway.RequestReplyTemplate.ReplyHandlingChannelAdapter
 
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
 

Q

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.channel.config
Parser for the <queue-channel> element.
QueueChannelParser() - Constructor for class org.springframework.integration.channel.config.QueueChannelParser
 
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
 
REAPER_INTERVAL - Static variable in class org.springframework.integration.router.config.AggregatorMessageHandlerCreator
 
REAPER_INTERVAL_ATTRIBUTE - Static variable in class org.springframework.integration.config.AggregatorParser
 
REAPER_INTERVAL_PROPERTY - Static variable in class org.springframework.integration.config.AggregatorParser
 
reaperInterval - Variable in class org.springframework.integration.router.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.stream.ByteStreamSource
 
receive() - Method in class org.springframework.integration.adapter.stream.CharacterStreamSource
 
receive() - Method in class org.springframework.integration.channel.AbstractMessageChannel
Receive the first available message from this channel.
receive(long) - Method in class org.springframework.integration.channel.AbstractMessageChannel
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 class org.springframework.integration.endpoint.EndpointTrigger.EndpointPollerMessageSource
 
receive() - Method in interface org.springframework.integration.endpoint.MessagingGateway
 
receive() - Method in class org.springframework.integration.gateway.RequestReplyTemplate
 
receive() - Method in class org.springframework.integration.gateway.RequestReplyTemplate.ReplyHandlingChannelAdapter
 
receive(long) - Method in class org.springframework.integration.gateway.RequestReplyTemplate.ReplyHandlingChannelAdapter
 
receive() - Method in class org.springframework.integration.gateway.SimpleMessagingGateway
 
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() - Method in interface org.springframework.integration.message.MessageSource
Retrieve a message from this source or null if no message is available.
receive() - Method in class org.springframework.integration.message.MethodInvokingSource
 
receiveResponse(MessageChannel) - Method in class org.springframework.integration.gateway.RequestReplyTemplate
 
receiveSecurityAttributes - Variable in class org.springframework.integration.security.channel.SecurityEnforcingChannelInterceptor
 
receiveTimeout - Variable in class org.springframework.integration.dispatcher.PollingDispatcher
 
receiveTimeout - Variable in class org.springframework.integration.endpoint.SourceEndpoint
 
receiveTimeout - Variable in class org.springframework.integration.endpoint.TargetEndpoint
 
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.JmsAttributeKeys
 
REF_ATTRIBUTE - Static variable in class org.springframework.integration.config.AbstractHandlerEndpointParser
 
REFERENCE_ATTRIBUTE - Static variable in class org.springframework.integration.config.MessageBusParser
 
referenceAttributes - Static variable in class org.springframework.integration.gateway.config.GatewayParser
 
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(String, MessageChannel) - Method in class org.springframework.integration.bus.DefaultMessageBus
 
registerChannel(String, MessageChannel) - Method in interface org.springframework.integration.channel.ChannelRegistry
 
registerChannel(String, 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
 
registerHandler(String, MessageHandler, Object, Schedule) - Method in class org.springframework.integration.bus.DefaultMessageBus
 
registerHandler(String, MessageHandler, Object, Schedule) - Method in interface org.springframework.integration.bus.MessageBus
 
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.RequestReplyTemplate
 
registerSubscriberPostProcessor(ParserContext) - Method in class org.springframework.integration.config.annotation.AnnotationDrivenParser
 
registerTarget(String, MessageTarget, Object, Schedule) - Method in class org.springframework.integration.bus.DefaultMessageBus
 
registerTarget(String, MessageTarget, Object, Schedule) - Method in interface org.springframework.integration.bus.MessageBus
 
registryHost - Variable in class org.springframework.integration.adapter.rmi.RmiGateway
 
registryPort - Variable in class org.springframework.integration.adapter.rmi.RmiGateway
 
rejectionLimit - Variable in class org.springframework.integration.dispatcher.SimpleDispatcher
 
releaseAvailableMessages() - Method in class org.springframework.integration.router.AbstractMessageBarrier
Subclasses will 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.router.AggregationBarrier
 
releaseAvailableMessages() - Method in class org.springframework.integration.router.ResequencingMessageBarrier
 
releasePartialSequences - Variable in class org.springframework.integration.router.ResequencingMessageBarrier
 
releasePartialSequences - Variable in class org.springframework.integration.router.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.FtpSource
 
remove(MessageBusInterceptor) - Method in class org.springframework.integration.bus.DefaultMessageBus.MessageBusInterceptorsList
 
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
 
removeAttribute(String) - Method in class org.springframework.integration.message.DefaultMessageHeader
 
removeAttribute(String) - Method in interface org.springframework.integration.message.MessageHeader
 
removeBarrier(Object) - Method in class org.springframework.integration.router.AbstractMessageBarrierHandler
 
removeEldestEntry(Map.Entry<K, V>) - Method in class org.springframework.integration.util.BoundedHashMap
 
removeInterceptor(MessageBusInterceptor) - Method in class org.springframework.integration.bus.DefaultMessageBus
 
removeProperty(String) - Method in class org.springframework.integration.message.DefaultMessageHeader
 
removeProperty(String) - Method in interface org.springframework.integration.message.MessageHeader
 
removeTarget(MessageTarget) - Method in class org.springframework.integration.dispatcher.AbstractDispatcher
 
removeTarget(MessageTarget) - Method in interface org.springframework.integration.dispatcher.MessageDispatcher
 
removeTarget(MessageTarget) - Method in class org.springframework.integration.dispatcher.PollingDispatcher
 
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.channel.config
Parser for the <rendezvous-channel> element.
RendezvousChannelParser() - Constructor for class org.springframework.integration.channel.config.RendezvousChannelParser
 
REPLY_HANDLER_ATTRIBUTE - Static variable in class org.springframework.integration.config.DefaultHandlerEndpointParser
 
REPLY_HANDLER_PROPERTY - Static variable in class org.springframework.integration.config.DefaultHandlerEndpointParser
 
REPLY_TO - Static variable in class org.springframework.integration.adapter.jms.JmsAttributeKeys
 
REPLY_TO - Static variable in class org.springframework.integration.adapter.mail.MailAttributeKeys
 
replyChannel - Variable in class org.springframework.integration.gateway.RequestReplyTemplate
 
replyHandler - Variable in class org.springframework.integration.endpoint.HandlerEndpoint.HandlerInvokingTarget
 
replyHandler - Variable in class org.springframework.integration.endpoint.HandlerEndpoint
 
replyHandler - Variable in class org.springframework.integration.gateway.RequestReplyTemplate.ReplyHandlingChannelAdapter
 
ReplyHandler - Interface in org.springframework.integration.handler
Strategy interface for handling reply messages.
replyMessageCorrelator - Variable in class org.springframework.integration.gateway.RequestReplyTemplate
 
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.RequestReplyTemplate
 
replyTimeout - Variable in class org.springframework.integration.endpoint.HandlerEndpoint
 
replyTimeout - Variable in class org.springframework.integration.gateway.RequestReplyTemplate
 
replyTo - Variable in class org.springframework.integration.adapter.mail.StaticMailHeaderGenerator
 
request(Message<?>, ReplyHandler) - Method in class org.springframework.integration.gateway.RequestReplyTemplate
Send a request message whose reply should be handled be the provided callback.
request(Message<?>) - Method in class org.springframework.integration.gateway.RequestReplyTemplate
Send a request message and wait for a reply message using the configured timeout values.
requestCallback - Variable in class org.springframework.integration.ws.handler.AbstractWebServiceHandler
 
requestChannel - Variable in class org.springframework.integration.gateway.RequestReplyTemplate
 
requestChannelName - Variable in class org.springframework.integration.adapter.rmi.RmiGateway
 
requestReplyTemplate - Variable in class org.springframework.integration.gateway.MessagingGatewaySupport
 
RequestReplyTemplate - Class in org.springframework.integration.gateway
A template that facilitates the implementation of request-reply usage scenarios above one-way MessageChannels.
RequestReplyTemplate(MessageChannel, MessageChannel) - Constructor for class org.springframework.integration.gateway.RequestReplyTemplate
Create a RequestReplyTemplate.
RequestReplyTemplate(MessageChannel) - Constructor for class org.springframework.integration.gateway.RequestReplyTemplate
Create a RequestReplyTemplate that will use anonymous temporary channels for replies.
RequestReplyTemplate() - Constructor for class org.springframework.integration.gateway.RequestReplyTemplate
 
RequestReplyTemplate.ReplyHandlingChannelAdapter - Class in org.springframework.integration.gateway
 
RequestReplyTemplate.ReplyHandlingChannelAdapter(Message<?>, ReplyHandler) - Constructor for class org.springframework.integration.gateway.RequestReplyTemplate.ReplyHandlingChannelAdapter
 
requestTimeout - Variable in class org.springframework.integration.gateway.RequestReplyTemplate
 
required - Variable in class org.springframework.integration.handler.annotation.AnnotationMethodMessageMapper.MethodParameterMetadata
 
ResequencerParser - Class in org.springframework.integration.router.config
Parser for the <resequencer> tag.
ResequencerParser() - Constructor for class org.springframework.integration.router.config.ResequencerParser
 
resequencingComparator - Variable in class org.springframework.integration.router.ResequencingMessageBarrier
 
ResequencingMessageBarrier - Class in org.springframework.integration.router
MessageBarrier implementation for resequencing.
ResequencingMessageBarrier(boolean) - Constructor for class org.springframework.integration.router.ResequencingMessageBarrier
 
ResequencingMessageHandler - Class in org.springframework.integration.router
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.router.ResequencingMessageHandler
 
ResequencingMessageHandler(ScheduledExecutorService) - Constructor for class org.springframework.integration.router.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
 
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
 
resolveConstructorArgument(String, Class<?>, Element, ParserContext) - Method in class org.springframework.integration.config.ChannelAdapterParser
 
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.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.AnnotationMethodMessageMapper
 
resolveReplyChannel(MessageHeader) - Method in class org.springframework.integration.endpoint.HandlerEndpoint
 
resolveReplyChannelFromMessage(Message<?>) - Method in class org.springframework.integration.router.AbstractMessageBarrierHandler
 
ResultFactory - Interface in org.springframework.integration.xml.result
Factory to create ResultFactory possibly taking into account the passed Message 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
 
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(Message<?>, String) - Method in class org.springframework.integration.adapter.mail.DefaultMailHeaderGenerator
 
retrieveAsStringArray(Message<?>, String) - Method in class org.springframework.integration.adapter.mail.DefaultMailHeaderGenerator
 
retrieveNextFile() - Method in class org.springframework.integration.adapter.file.AbstractDirectorySource
Returns the next file, based on the backlog data.
retrieveNextFile() - Method in class org.springframework.integration.adapter.file.FileSource
 
retrieveNextFile() - Method in class org.springframework.integration.adapter.ftp.FtpSource
 
retryInterval - Variable in class org.springframework.integration.dispatcher.SimpleDispatcher
 
RETURN_ADDRESS_OVERRIDES_ATTRIBUTE - Static variable in class org.springframework.integration.config.AbstractHandlerEndpointParser
 
returnAddress - Variable in class org.springframework.integration.message.DefaultMessageHeader
 
returnAddressOverrides - Variable in class org.springframework.integration.endpoint.HandlerEndpoint
 
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 payload, message attribute, or message property.
RouterMessageHandlerAdapter - Class in org.springframework.integration.router
MessageHandler adapter for methods annotated with @Router.
RouterMessageHandlerAdapter(Object, Method) - Constructor for class org.springframework.integration.router.RouterMessageHandlerAdapter
 
RouterMessageHandlerAdapter(Object, String) - Constructor for class org.springframework.integration.router.RouterMessageHandlerAdapter
 
RouterMessageHandlerAdapter() - Constructor for class org.springframework.integration.router.RouterMessageHandlerAdapter
 
RouterMessageHandlerCreator - Class in org.springframework.integration.router.config
Creates a MessageHandler adapter for router methods.
RouterMessageHandlerCreator() - Constructor for class org.springframework.integration.router.config.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.dispatcher.PollingDispatcher
 
run() - Method in class org.springframework.integration.router.AbstractMessageBarrierHandler.ReaperTask
 
run() - Method in class org.springframework.integration.scheduling.SimpleTaskScheduler.TaskRunner
 
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.endpoint.AbstractEndpoint
 
running - Variable in class org.springframework.integration.scheduling.SimpleTaskScheduler
 

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.dispatcher.PollingDispatcher
 
schedule - Variable in class org.springframework.integration.endpoint.AbstractEndpoint
 
schedule(Runnable) - Method in class org.springframework.integration.scheduling.AbstractTaskScheduler
 
Schedule - Interface in org.springframework.integration.scheduling
A marker interface for scheduling metadata.
schedule(Runnable) - Method in class org.springframework.integration.scheduling.SimpleTaskScheduler
 
schedule(Runnable) - Method in interface org.springframework.integration.scheduling.TaskScheduler
 
SCHEDULE_ELEMENT - Static variable in class org.springframework.integration.config.AbstractHandlerEndpointParser
 
scheduledTasks - Variable in class org.springframework.integration.scheduling.SimpleTaskScheduler
 
secondaryChannel - Variable in class org.springframework.integration.channel.interceptor.WireTap
 
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 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 on the .
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.endpoint.TargetEndpoint
 
selector - Variable in class org.springframework.integration.handler.MessageFilter
 
SELECTOR_ATTRIBUTE - Static variable in class org.springframework.integration.config.AbstractHandlerEndpointParser
 
SELECTOR_PROPERTY - Static variable in class org.springframework.integration.config.AbstractHandlerEndpointParser
 
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.channel.interceptor.WireTap
 
selectors - Variable in class org.springframework.integration.message.selector.MessageSelectorChain
 
selectorsAccept(Message<?>) - Method in class org.springframework.integration.channel.interceptor.WireTap
If this wire tap has any MessageSelectors, check whether they accept the current message.
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.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(Message<?>, int) - Method in class org.springframework.integration.endpoint.AbstractEndpoint
 
send(Message<?>) - Method in class org.springframework.integration.endpoint.HandlerEndpoint.HandlerInvokingTarget
 
send(Object) - Method in interface org.springframework.integration.endpoint.MessagingGateway
 
send(Message<?>) - Method in class org.springframework.integration.gateway.RequestReplyTemplate.ReplyHandlingChannelAdapter
 
send(Message<?>, long) - Method in class org.springframework.integration.gateway.RequestReplyTemplate.ReplyHandlingChannelAdapter
 
send(Message<?>) - Method in class org.springframework.integration.gateway.RequestReplyTemplate
 
send(Object) - Method in class org.springframework.integration.gateway.SimpleMessagingGateway
 
send(Message<?>) - Method in class org.springframework.integration.handler.MethodInvokingTarget
 
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<?>) - Method in interface org.springframework.integration.message.MessageTarget
 
SEND_PARTIAL_RESULT_ON_TIMEOUT_ATTRIBUTE - Static variable in class org.springframework.integration.config.AggregatorParser
 
SEND_PARTIAL_RESULT_ON_TIMEOUT_PROPERTY - Static variable in class org.springframework.integration.config.AggregatorParser
 
SEND_PARTIAL_RESULTS_ON_TIMEOUT - Static variable in class org.springframework.integration.router.config.AggregatorMessageHandlerCreator
 
SEND_TIMEOUT - Static variable in class org.springframework.integration.router.config.AggregatorMessageHandlerCreator
 
SEND_TIMEOUT_ATTRIBUTE - Static variable in class org.springframework.integration.config.AggregatorParser
 
SEND_TIMEOUT_PROPERTY - 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
 
sendAndReceiveMessage(Object) - Method in interface org.springframework.integration.endpoint.MessagingGateway
 
sendAndReceiveMessage(Object) - Method in class org.springframework.integration.gateway.SimpleMessagingGateway
 
sendAndReceiveWithReplyMessageCorrelator(Message<?>) - Method in class org.springframework.integration.gateway.RequestReplyTemplate
 
sendAndReceiveWithTemporaryChannel(Message<?>) - Method in class org.springframework.integration.gateway.RequestReplyTemplate
 
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(Message<?>, String) - Method in class org.springframework.integration.router.RouterMessageHandlerAdapter
 
sendMessage(Message<?>, MessageChannel) - Method in class org.springframework.integration.router.RouterMessageHandlerAdapter
 
sendMessage(Message<?>, String) - Method in class org.springframework.integration.router.SplitterMessageHandlerAdapter
 
sendMessageToTarget(Message<?>, MessageTarget) - Method in class org.springframework.integration.dispatcher.AbstractDispatcher
 
sendPartialResultOnTimeout - Variable in class org.springframework.integration.router.AbstractMessageBarrierHandler
 
sendSecurityAttributes - Variable in class org.springframework.integration.security.channel.SecurityEnforcingChannelInterceptor
 
sendTimeout - Variable in class org.springframework.integration.endpoint.SourceEndpoint
 
sendTimeout - Variable in class org.springframework.integration.endpoint.TargetEndpoint
 
sendTimeout - Variable in class org.springframework.integration.router.AbstractMessageBarrierHandler
 
sendTimeout - Variable in class org.springframework.integration.router.SplitterMessageHandlerAdapter
 
sendTimeout - Variable in class org.springframework.integration.scheduling.MessagePublishingErrorHandler
 
sendToDiscardChannelIfAvailable(Message<?>) - Method in class org.springframework.integration.router.AbstractMessageBarrierHandler
 
sequenceNumber - Variable in class org.springframework.integration.message.DefaultMessageHeader
 
sequenceSize - Variable in class org.springframework.integration.message.DefaultMessageHeader
 
SequenceSizeCompletionStrategy - Class in org.springframework.integration.router
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.router.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
 
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
 
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
 
setAttachmentFilename(String) - Method in class org.springframework.integration.adapter.mail.ByteArrayMailMessageMapper
 
setAttribute(String, Object) - Method in class org.springframework.integration.message.DefaultMessageHeader
 
setAttribute(String, Object) - Method in interface org.springframework.integration.message.MessageHeader
 
setAttributeIfAbsent(String, Object) - Method in class org.springframework.integration.message.DefaultMessageHeader
 
setAttributeIfAbsent(String, Object) - Method in interface org.springframework.integration.message.MessageHeader
 
setAutoCreateChannels(boolean) - Method in class org.springframework.integration.bus.DefaultMessageBus
Set whether the bus should automatically create a channel when a subscription contains the name of a previously unregistered channel.
setAutoStartup(boolean) - Method in class org.springframework.integration.bus.DefaultMessageBus
Set whether to automatically start the bus after initialization.
setAutoStartup(boolean) - Method in class org.springframework.integration.endpoint.AbstractEndpoint
 
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 to its bean name.
setBeanName(String) - Method in class org.springframework.integration.endpoint.AbstractEndpoint
 
setBeanReferenceIfAttributeDefined(BeanDefinitionBuilder, String, Element, String) - Static method in class org.springframework.integration.config.IntegrationNamespaceUtils
Populates the property given by propertyName on the given bean definition to a reference to a bean identified by the value of the attribute specified by attributeName, if that attribute is defined in the element
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
 
setChannel(MessageChannel) - Method in class org.springframework.integration.channel.ChannelPublisher
 
setChannelFactory(ChannelFactory) - Method in class org.springframework.integration.bus.DefaultMessageBus
Set the ChannelFactory to use for auto-creating channels.
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.AbstractEndpoint
Set the channel registry to use for looking up channels by name.
setChannelRegistry(ChannelRegistry) - Method in class org.springframework.integration.endpoint.interceptor.ConcurrencyInterceptor
 
setChannelRegistry(ChannelRegistry) - Method in class org.springframework.integration.handler.AbstractMessageHandlerAdapter
 
setChannelRegistry(ChannelRegistry) - Method in class org.springframework.integration.router.AbstractRoutingMessageHandler
 
setChannelRegistry(ChannelRegistry) - Method in class org.springframework.integration.router.RouterMessageHandlerAdapter
 
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.router.AggregatingMessageHandler
Strategy to determine whether the group of messages is complete.
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
 
setCoreSize(int) - Method in class org.springframework.integration.endpoint.ConcurrencyPolicy
 
setCorrelationId(Object) - Method in class org.springframework.integration.message.DefaultMessageHeader
 
setCorrelationId(Object) - Method in interface org.springframework.integration.message.MessageHeader
 
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
 
setDefaultReplyChannel(MessageChannel) - Method in class org.springframework.integration.router.AbstractMessageBarrierHandler
Set the default channel for sending aggregated Messages.
setDefaultTimeout(long) - Method in class org.springframework.integration.handler.ReplyMessageCorrelator
 
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.router.AbstractMessageBarrierHandler
Specify a channel for sending Messages that arrive after their aggregation group has either completed or timed-out.
setEndpointRegistry(EndpointRegistry) - Method in class org.springframework.integration.gateway.RequestReplyTemplate
 
setErrorChannel(MessageChannel) - Method in class org.springframework.integration.bus.DefaultMessageBus
 
setErrorChannel(MessageChannel) - Method in class org.springframework.integration.scheduling.MessagePublishingErrorHandler
 
setErrorHandler(ErrorHandler) - Method in class org.springframework.integration.endpoint.interceptor.ConcurrencyInterceptor
 
setErrorHandler(ErrorHandler) - Method in class org.springframework.integration.scheduling.SimpleTaskScheduler
 
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
 
setExpiration(Date) - Method in class org.springframework.integration.message.DefaultMessageHeader
Set the expiration date for this message or null to indicate 'never expire'.
setExpiration(Date) - Method in interface org.springframework.integration.message.MessageHeader
 
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
 
setHandlers(List<MessageHandler>) - Method in class org.springframework.integration.handler.MessageHandlerChain
 
setHeaderGenerator(MailHeaderGenerator) - Method in class org.springframework.integration.adapter.mail.MailTarget
 
setHeaderMapper(MessageHeaderMapper<Message>) - Method in class org.springframework.integration.adapter.jms.AbstractJmsTemplateBasedAdapter
 
setHost(String) - Method in class org.springframework.integration.adapter.ftp.FtpSource
 
setHotDrinkDelay(long) - Method in class org.springframework.integration.samples.cafe.Barista
 
setInitialDelay(long) - Method in class org.springframework.integration.scheduling.PollingSchedule
 
setInputChannel(MessageChannel) - Method in class org.springframework.integration.endpoint.AbstractEndpoint
 
setInputChannelName(String) - Method in class org.springframework.integration.endpoint.AbstractEndpoint
 
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.AbstractEndpoint
 
setIsolationLevelName(String) - Method in class org.springframework.integration.endpoint.interceptor.TransactionInterceptor
 
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
 
setMaxMessagesPerTask(int) - Method in class org.springframework.integration.dispatcher.PollingDispatcher
Set the maximum number of messages to receive for each poll.
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.MessagingGatewaySupport
 
setMessageBus(MessageBus) - Method in class org.springframework.integration.gateway.RequestReplyTemplate
 
setMessageConverter(MessageConverter) - Method in class org.springframework.integration.adapter.jms.JmsGateway
 
setMessageCreator(MessageCreator<File, ?>) - Method in class org.springframework.integration.adapter.file.FileSource
 
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
 
setMessageCreator(MessageCreator) - Method in class org.springframework.integration.handler.AbstractMessageHandlerAdapter
 
setMessageFactory(WebServiceMessageFactory) - Method in class org.springframework.integration.ws.handler.AbstractWebServiceHandler
 
setMessageMapper(MessageMapper<?, ?>) - Method in class org.springframework.integration.gateway.SimpleMessagingGateway
 
setMessageMapper(MessageMapper) - Method in class org.springframework.integration.handler.AbstractMessageHandlerAdapter
 
setMessageSelector(MessageSelector) - Method in class org.springframework.integration.endpoint.TargetEndpoint
 
setMethod(Method) - Method in class org.springframework.integration.router.MessageListMethodAdapter
 
setMethod(Method) - Method in class org.springframework.integration.util.AbstractMethodInvokingAdapter
 
setMethodExpectsMessage(boolean) - Method in class org.springframework.integration.handler.AbstractMessageHandlerAdapter
 
setMethodExpectsMessage(boolean) - Method in class org.springframework.integration.transformer.AnnotationMethodTransformerAdapter
 
setMethodName(String) - Method in class org.springframework.integration.message.MethodInvokingSource
 
setMethodName(String) - Method in class org.springframework.integration.util.AbstractMethodInvokingAdapter
 
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.AbstractMessageChannel
Set the name of this channel.
setName(String) - Method in interface org.springframework.integration.channel.MessageChannel
Set the name of this channel.
setName(String) - Method in class org.springframework.integration.channel.NullChannel
The channel name cannot be set.
setName(String) - Method in class org.springframework.integration.endpoint.AbstractEndpoint
 
setName(String) - Method in interface org.springframework.integration.endpoint.MessageEndpoint
 
setName(String) - Method in class org.springframework.integration.gateway.RequestReplyTemplate.ReplyHandlingChannelAdapter
 
setObject(Object) - Method in class org.springframework.integration.message.MethodInvokingSource
 
setObject(Object) - Method in class org.springframework.integration.util.AbstractMethodInvokingAdapter
 
setObjectMessageMapper(MessageMapper<Object, MailMessage>) - Method in class org.springframework.integration.adapter.mail.MailTarget
 
setOrder(int) - Method in class org.springframework.integration.security.ChannelInterceptorRegisteringBeanPostProcessor
 
setOrder(int) - Method in class org.springframework.integration.util.AbstractMethodInvokingAdapter
 
setOrderChannel(MessageChannel) - Method in class org.springframework.integration.samples.cafe.Cafe
 
setOutputChannel(MessageChannel) - Method in class org.springframework.integration.endpoint.AbstractEndpoint
 
setOutputChannelName(String) - Method in class org.springframework.integration.endpoint.AbstractEndpoint
Set the name of the channel to which this endpoint should send reply messages.
setOutputChannelName(String) - Method in class org.springframework.integration.router.SplitterMessageHandlerAdapter
 
setPassword(String) - Method in class org.springframework.integration.adapter.ftp.FtpSource
 
setPattern(Pattern) - Method in class org.springframework.integration.adapter.file.RegexPatternFilenameFilter
 
setPayload(T) - Method in class org.springframework.integration.message.GenericMessage
 
setPayload(T) - Method in interface org.springframework.integration.message.Message
 
setPeriod(long) - Method in class org.springframework.integration.scheduling.PollingSchedule
Set the polling period.
setPort(int) - Method in class org.springframework.integration.adapter.ftp.FtpSource
 
setPriority(MessagePriority) - Method in class org.springframework.integration.message.DefaultMessageHeader
 
setPriority(MessagePriority) - Method in interface org.springframework.integration.message.MessageHeader
 
setPropagationBehaviorName(String) - Method in class org.springframework.integration.endpoint.interceptor.TransactionInterceptor
 
setProperty(String, String) - Method in class org.springframework.integration.message.DefaultMessageHeader
 
setProperty(String, String) - Method in interface org.springframework.integration.message.MessageHeader
 
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.router.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.dispatcher.PollingDispatcher
Specify the timeout to use when receiving from the source (in milliseconds).
setReceiveTimeout(long) - Method in class org.springframework.integration.endpoint.SourceEndpoint
 
setReceiveTimeout(long) - Method in class org.springframework.integration.endpoint.TargetEndpoint
 
setRegistryHost(String) - Method in class org.springframework.integration.adapter.rmi.RmiGateway
 
setRegistryPort(int) - Method in class org.springframework.integration.adapter.rmi.RmiGateway
 
setRejectionLimit(int) - Method in class org.springframework.integration.dispatcher.SimpleDispatcher
Set the maximum number of retries upon rejection.
setReleasePartialSequences(boolean) - Method in class org.springframework.integration.router.ResequencingMessageHandler
 
setRemoteInvocationExecutor(RemoteInvocationExecutor) - Method in class org.springframework.integration.adapter.rmi.RmiGateway
 
setRemoteWorkingDirectory(String) - Method in class org.springframework.integration.adapter.ftp.FtpSource
 
setReplyChannel(MessageChannel) - Method in class org.springframework.integration.gateway.MessagingGatewaySupport
 
setReplyChannel(MessageChannel) - Method in class org.springframework.integration.gateway.RequestReplyTemplate
Set the reply channel.
setReplyHandler(ReplyHandler) - Method in class org.springframework.integration.endpoint.HandlerEndpoint
 
setReplyTimeout(long) - Method in class org.springframework.integration.endpoint.HandlerEndpoint
Set the timeout in milliseconds to be enforced when this endpoint sends a reply message.
setReplyTimeout(long) - Method in class org.springframework.integration.gateway.MessagingGatewaySupport
 
setReplyTimeout(long) - Method in class org.springframework.integration.gateway.RequestReplyTemplate
Set the timeout value for receiving reply messages.
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.MessagingGatewaySupport
 
setRequestChannel(MessageChannel) - Method in class org.springframework.integration.gateway.RequestReplyTemplate
Set the request channel.
setRequestTimeout(long) - Method in class org.springframework.integration.gateway.MessagingGatewaySupport
 
setRequestTimeout(long) - Method in class org.springframework.integration.gateway.RequestReplyTemplate
Set the timeout value for sending request messages.
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
 
setRetryInterval(long) - Method in class org.springframework.integration.dispatcher.SimpleDispatcher
Set the amount of time in milliseconds to wait between rejections.
setReturnAddress(Object) - Method in class org.springframework.integration.message.DefaultMessageHeader
 
setReturnAddress(Object) - Method in interface org.springframework.integration.message.MessageHeader
 
setReturnAddressOverrides(boolean) - Method in class org.springframework.integration.endpoint.HandlerEndpoint
 
setSchedule(Schedule) - Method in class org.springframework.integration.endpoint.AbstractEndpoint
 
setSecurityContextAttribute(Message<?>) - Method in class org.springframework.integration.security.channel.SecurityContextPropagatingChannelInterceptor
 
setSecurityContextHeader(SecurityContext, Message<?>) - Static method in class org.springframework.integration.security.SecurityContextUtils
 
setSelectors(List<MessageSelector>) - Method in class org.springframework.integration.message.selector.MessageSelectorChain
Initialize the selector chain.
setSendPartialResultOnTimeout(boolean) - Method in class org.springframework.integration.router.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.dispatcher.PollingDispatcher
Specify the timeout to use when sending to a target (in milliseconds).
setSendTimeout(long) - Method in class org.springframework.integration.endpoint.SourceEndpoint
 
setSendTimeout(long) - Method in class org.springframework.integration.endpoint.TargetEndpoint
 
setSendTimeout(long) - Method in class org.springframework.integration.router.AbstractMessageBarrierHandler
Set the timeout for sending aggregation results and discarded Messages.
setSendTimeout(long) - Method in class org.springframework.integration.router.SplitterMessageHandlerAdapter
 
setSequenceNumber(int) - Method in class org.springframework.integration.message.DefaultMessageHeader
 
setSequenceNumber(int) - Method in interface org.springframework.integration.message.MessageHeader
 
setSequenceSize(int) - Method in class org.springframework.integration.message.DefaultMessageHeader
 
setSequenceSize(int) - Method in interface org.springframework.integration.message.MessageHeader
 
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
 
setShouldFailOnRejectionLimit(boolean) - Method in class org.springframework.integration.dispatcher.SimpleDispatcher
Specify whether an exception should be thrown when this dispatcher's SimpleDispatcher.rejectionLimit is reached.
setShouldRepeat(boolean) - Method in class org.springframework.integration.scheduling.SimpleTaskScheduler.TaskRunner
 
setShouldTruncate(boolean) - Method in class org.springframework.integration.adapter.stream.ByteStreamSource
 
setSourceFactory(SourceFactory) - Method in class org.springframework.integration.xml.transformer.XmlPayloadUnmarshallingTransfomer
 
setSourceFactory(SourceFactory) - Method in class org.springframework.integration.xml.transformer.XsltPayloadTransformer
 
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.TargetEndpoint
 
setTaskExecutor(TaskExecutor) - Method in class org.springframework.integration.adapter.jms.JmsGateway
 
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.channel.ChannelPublisher
 
setTimeout(long) - Method in class org.springframework.integration.dispatcher.AbstractDispatcher
 
setTimeout(long) - Method in interface org.springframework.integration.dispatcher.MessageDispatcher
Specify the timeout for sending to a target (in milliseconds).
setTimeout(int) - Method in class org.springframework.integration.endpoint.interceptor.TransactionInterceptor
 
setTimeout(long) - Method in class org.springframework.integration.router.AbstractMessageBarrierHandler
Maximum time to wait (in milliseconds) for the completion strategy to become true.
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.router.AbstractMessageBarrierHandler
Set the number of completed correlationIds to track.
setTransactionManager(PlatformTransactionManager) - Method in class org.springframework.integration.adapter.jms.JmsGateway
 
setTransformers(List<MessageTransformer>) - Method in class org.springframework.integration.transformer.MessageTransformerChain
 
setTransformOnSend(boolean) - Method in class org.springframework.integration.transformer.MessageTransformingChannelInterceptor
 
setTrigger(EndpointTrigger) - Method in class org.springframework.integration.endpoint.AbstractEndpoint
 
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.FtpSource
 
setValueIfAttributeDefined(BeanDefinitionBuilder, String, Element, String) - Static method in class org.springframework.integration.config.IntegrationNamespaceUtils
Populates the property identified by propertyName on the bean definition to the value of the attribute specified by attributeName, if that attribute is defined in the element
setWaitForTasksToCompleteOnShutdown(boolean) - Method in class org.springframework.integration.scheduling.SimpleTaskScheduler
 
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.AbstractHandlerEndpointParser
 
shouldCreateAdapter(Element) - Method in class org.springframework.integration.config.AggregatorParser
 
shouldFailOnRejectionLimit - Variable in class org.springframework.integration.dispatcher.SimpleDispatcher
 
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.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.channel.config.AbstractChannelParser
 
shouldGenerateId() - Method in class org.springframework.integration.config.AbstractHandlerEndpointParser
 
shouldGenerateId() - Method in class org.springframework.integration.config.ChannelAdapterParser
 
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.ws.config.WebServiceHandlerParser
 
shouldGenerateId() - Method in class org.springframework.integration.xml.config.XmlMarshallingTransformerParser
 
shouldGenerateId() - Method in class org.springframework.integration.xml.config.XmlUnmarshallingTransformerParser
 
shouldGenerateId() - Method in class org.springframework.integration.xml.config.XsltPayloadTransformerParser
 
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.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.channel.config.AbstractChannelParser
 
shouldGenerateIdAsFallback() - Method in class org.springframework.integration.config.AbstractHandlerEndpointParser
 
shouldGenerateIdAsFallback() - Method in class org.springframework.integration.config.ChannelAdapterParser
 
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.ws.config.WebServiceHandlerParser
 
shouldGenerateIdAsFallback() - Method in class org.springframework.integration.xml.config.XmlMarshallingTransformerParser
 
shouldGenerateIdAsFallback() - Method in class org.springframework.integration.xml.config.XmlUnmarshallingTransformerParser
 
shouldGenerateIdAsFallback() - Method in class org.springframework.integration.xml.config.XsltPayloadTransformerParser
 
shouldRepeat - Variable in class org.springframework.integration.scheduling.SimpleTaskScheduler.TaskRunner
 
shouldTruncate - Variable in class org.springframework.integration.adapter.stream.ByteStreamSource
 
SimpleDispatcher - Class in org.springframework.integration.dispatcher
Basic implementation of MessageDispatcher.
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
 
SimpleTaskScheduler - Class in org.springframework.integration.scheduling
An implementation of TaskScheduler that understands PollingSchedules and delegates to a ScheduledExecutorService instance.
SimpleTaskScheduler(ScheduledExecutorService) - Constructor for class org.springframework.integration.scheduling.SimpleTaskScheduler
 
SimpleTaskScheduler.TaskRunner - Class in org.springframework.integration.scheduling
 
SimpleTaskScheduler.TaskRunner(Runnable) - Constructor for class org.springframework.integration.scheduling.SimpleTaskScheduler.TaskRunner
 
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 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.dispatcher.DirectChannel
 
source - Variable in class org.springframework.integration.dispatcher.PollingDispatcher
 
source - Variable in class org.springframework.integration.endpoint.SourceEndpoint
 
SourceAnnotationPostProcessor - Class in org.springframework.integration.config.annotation
Post-processor for classes annotated with @MessageSource.
SourceAnnotationPostProcessor(MessageBus, ClassLoader) - Constructor for class org.springframework.integration.config.annotation.SourceAnnotationPostProcessor
 
SourceCreatingTransformer - Class in org.springframework.integration.xml.transformer
Transforms the payload to a Source using a SourceFactory Default to using a DomSourceFactory if alternative is not provided
SourceCreatingTransformer() - Constructor for class org.springframework.integration.xml.transformer.SourceCreatingTransformer
 
SourceCreatingTransformer(SourceFactory) - Constructor for class org.springframework.integration.xml.transformer.SourceCreatingTransformer
 
SourceEndpoint - Class in org.springframework.integration.endpoint
A channel adapter that retrieves messages from a MessageSource and then sends the resulting messages to the provided MessageChannel.
SourceEndpoint(MessageSource<?>) - Constructor for class org.springframework.integration.endpoint.SourceEndpoint
 
sourceExtractor - Variable in class org.springframework.integration.ws.handler.SimpleWebServiceHandler
 
SourceFactory - Interface in org.springframework.integration.xml.source
Factory to create instances of Source possibly taking into account the contents of the passed Message
sourceFactory - Variable in class org.springframework.integration.xml.transformer.SourceCreatingTransformer
 
sourceFactory - Variable in class org.springframework.integration.xml.transformer.XmlPayloadUnmarshallingTransfomer
 
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.
SplitterMessageHandlerAdapter - Class in org.springframework.integration.router
MessageHandler adapter for methods annotated with @Splitter.
SplitterMessageHandlerAdapter(Object, Method) - Constructor for class org.springframework.integration.router.SplitterMessageHandlerAdapter
 
SplitterMessageHandlerAdapter(Object, String) - Constructor for class org.springframework.integration.router.SplitterMessageHandlerAdapter
 
SplitterMessageHandlerAdapter() - Constructor for class org.springframework.integration.router.SplitterMessageHandlerAdapter
 
SplitterMessageHandlerCreator - Class in org.springframework.integration.router.config
Creates a MessageHandler adapter for splitter methods.
SplitterMessageHandlerCreator() - Constructor for class org.springframework.integration.router.config.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.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.endpoint.AbstractEndpoint
 
start() - Method in class org.springframework.integration.scheduling.SimpleTaskScheduler
 
starting - Variable in class org.springframework.integration.bus.DefaultMessageBus
 
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.bus.DefaultMessageBus
 
stop() - Method in class org.springframework.integration.channel.interceptor.WireTap
Stop the wire tap.
stop() - Method in class org.springframework.integration.endpoint.AbstractEndpoint
 
stop() - Method in class org.springframework.integration.scheduling.SimpleTaskScheduler
 
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
 
StringMessage(Object, 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
 
SUBJECT - Static variable in class org.springframework.integration.adapter.mail.MailAttributeKeys
 
subject - Variable in class org.springframework.integration.adapter.mail.StaticMailHeaderGenerator
 
Subscribable - Interface in org.springframework.integration.message
Interface for any component that accepts subscribers.
subscribe(MessageTarget) - Method in class org.springframework.integration.dispatcher.DirectChannel
 
subscribe(MessageTarget) - Method in class org.springframework.integration.dispatcher.PublishSubscribeChannel
 
subscribe(MessageTarget) - Method in interface org.springframework.integration.message.Subscribable
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.AbstractEndpoint
 
supports(Message<?>) - Method in class org.springframework.integration.endpoint.SourceEndpoint
 
supports(Message<?>) - Method in class org.springframework.integration.endpoint.TargetEndpoint
 

T

target - Variable in class org.springframework.integration.endpoint.TargetEndpoint
 
target - Variable in class org.springframework.integration.handler.InterceptingMessageHandler
 
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
 
TargetEndpoint - Class in org.springframework.integration.endpoint
Base class for MessageEndpoint implementations to which Messages may be sent.
TargetEndpoint() - Constructor for class org.springframework.integration.endpoint.TargetEndpoint
 
TargetEndpoint(MessageTarget) - Constructor for class org.springframework.integration.endpoint.TargetEndpoint
 
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.SimpleTaskScheduler.TaskRunner
 
taskExecutor - Variable in class org.springframework.integration.adapter.jms.JmsGateway
 
taskExecutor - Variable in class org.springframework.integration.dispatcher.AbstractDispatcher
 
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 with a String payload 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
 
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.channel.config
Parser for the <thread-local-channel> element.
ThreadLocalChannelParser() - Constructor for class org.springframework.integration.channel.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
 
timeout - Variable in class org.springframework.integration.channel.ChannelPublisher
 
TIMEOUT - Static variable in class org.springframework.integration.config.AggregatorParser
 
timeout - Variable in class org.springframework.integration.dispatcher.AbstractDispatcher
 
timeout - Variable in class org.springframework.integration.endpoint.interceptor.TransactionInterceptor
 
timeout - Variable in class org.springframework.integration.router.AbstractMessageBarrierHandler
 
timeout - Variable in class org.springframework.integration.router.AbstractRoutingMessageHandler
 
TIMEOUT - Static variable in class org.springframework.integration.router.config.AggregatorMessageHandlerCreator
 
TIMEOUT_ATTRIBUTE - Static variable in class org.springframework.integration.config.AggregatorParser
 
timestamp - Variable in class org.springframework.integration.message.DefaultMessageHeader
 
timestamp - Variable in class org.springframework.integration.router.AbstractMessageBarrier
 
timeUnit - Variable in class org.springframework.integration.scheduling.PollingSchedule
 
TO - Static variable in class org.springframework.integration.adapter.mail.MailAttributeKeys
 
to - Variable in class org.springframework.integration.adapter.mail.StaticMailHeaderGenerator
 
toMessage(Object, Session) - Method in class org.springframework.integration.adapter.jms.HeaderMappingMessageConverter
 
toMessage(MailMessage) - Method in class org.springframework.integration.adapter.mail.ByteArrayMailMessageMapper
 
toMessage(MailMessage) - Method in class org.springframework.integration.adapter.mail.MailTarget.DefaultObjectMailMessageMapper
 
toMessage(MailMessage) - Method in class org.springframework.integration.adapter.mail.TextMailMessageMapper
 
toString() - Method in class org.springframework.integration.channel.AbstractMessageChannel
 
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.DefaultMessageHeader
 
toString() - Method in class org.springframework.integration.message.GenericMessage
 
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
 
TRACKED_CORRELATION_ID_CAPACITY - Static variable in class org.springframework.integration.router.config.AggregatorMessageHandlerCreator
 
TRACKED_CORRELATION_ID_CAPACITY_ATTRIBUTE - Static variable in class org.springframework.integration.config.AggregatorParser
 
TRACKED_CORRELATION_ID_CAPACITY_PROPERTY - Static variable in class org.springframework.integration.config.AggregatorParser
 
trackedCorrelationIdCapacity - Variable in class org.springframework.integration.router.AbstractMessageBarrierHandler
 
trackedCorrelationIds - Variable in class org.springframework.integration.router.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.endpoint.interceptor.TransactionInterceptor
 
transactionTemplate - Variable in class org.springframework.integration.endpoint.interceptor.TransactionInterceptor
 
transfomer - Variable in class org.springframework.integration.transformer.MessageTransformingChannelInterceptor
 
transform(Message) - Method in class org.springframework.integration.transformer.AnnotationMethodTransformerAdapter
 
transform(Message<?>) - Method in interface org.springframework.integration.transformer.MessageTransformer
 
transform(Message<?>) - Method in class org.springframework.integration.transformer.MessageTransformerChain
 
transform(Message) - Method in class org.springframework.integration.transformer.PayloadTransformerAdapter
 
transform(Message) - Method in class org.springframework.integration.xml.transformer.ResultToDocumentTransformer
 
transform(Message) - Method in class org.springframework.integration.xml.transformer.SourceCreatingTransformer
 
transform(Message) - Method in class org.springframework.integration.xml.transformer.XmlPayloadMarshallingTransformer
 
transform(Message) - Method in class org.springframework.integration.xml.transformer.XmlPayloadUnmarshallingTransfomer
 
transform(Message) - 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.TransformerMessageHandlerAdapter
 
TransformerMessageHandlerAdapter - Class in org.springframework.integration.transformer
 
TransformerMessageHandlerAdapter(MessageTransformer) - Constructor for class org.springframework.integration.transformer.TransformerMessageHandlerAdapter
 
TransformerMessageHandlerCreator - Class in org.springframework.integration.transformer.config
 
TransformerMessageHandlerCreator() - Constructor for class org.springframework.integration.transformer.config.TransformerMessageHandlerCreator
 
transformers - Variable in class org.springframework.integration.transformer.MessageTransformerChain
 
transformOnSend - Variable in class org.springframework.integration.transformer.MessageTransformingChannelInterceptor
 
transformSource(Message, Source) - Method in class org.springframework.integration.xml.transformer.XsltPayloadTransformer
 
trigger - Variable in class org.springframework.integration.endpoint.AbstractEndpoint
 
TYPE - Static variable in class org.springframework.integration.adapter.jms.JmsAttributeKeys
 
type - Variable in class org.springframework.integration.handler.annotation.AnnotationMethodMessageMapper.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.XmlPayloadUnmarshallingTransfomer
 
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
 
unsubscribe(MessageTarget) - Method in class org.springframework.integration.dispatcher.DirectChannel
 
unsubscribe(MessageTarget) - Method in class org.springframework.integration.dispatcher.PublishSubscribeChannel
 
unsubscribe(MessageTarget) - Method in interface org.springframework.integration.message.Subscribable
Remove a MessageTarget from the subscribers of this source.
USER_DEFINED_ATTRIBUTE_PREFIX - Static variable in class org.springframework.integration.adapter.jms.JmsAttributeKeys
 
username - Variable in class org.springframework.integration.adapter.ftp.FtpSource
 

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
 
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.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
 
visitEndpoint(MessageEndpoint) - Method in class org.springframework.integration.endpoint.EndpointPoller
 
visitEndpoint(MessageEndpoint) - Method in interface org.springframework.integration.endpoint.EndpointVisitor
 

W

waitForMessage(Object, long, boolean) - Method in class org.springframework.integration.message.RetrievalBlockingMessageStore
 
waitForTasksToCompleteOnShutdown - Variable in class org.springframework.integration.scheduling.SimpleTaskScheduler
 
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 channel while still sending the original message to the main channel.
WireTap(MessageChannel) - Constructor for class org.springframework.integration.channel.interceptor.WireTap
Create a new wire tap with no MessageSelectors.
WireTap(MessageChannel, List<MessageSelector>) - Constructor for class org.springframework.integration.channel.interceptor.WireTap
Create a new wire tap with MessageSelectors.
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 MessageTransformer that delegates to an OXM Marshaller
XmlPayloadMarshallingTransformer(Marshaller) - Constructor for class org.springframework.integration.xml.transformer.XmlPayloadMarshallingTransformer
 
XmlPayloadUnmarshallingTransfomer - Class in org.springframework.integration.xml.transformer
An implementation of MessageTransformer that delegates to an OXM Unmarshaller Expects the payload to be of type Source or to have an instance of SourceFactory that can convert to a Source
XmlPayloadUnmarshallingTransfomer(Unmarshaller) - Constructor for class org.springframework.integration.xml.transformer.XmlPayloadUnmarshallingTransfomer
 
XmlUnmarshallingTransformerParser - Class in org.springframework.integration.xml.config
 
XmlUnmarshallingTransformerParser() - Constructor for class org.springframework.integration.xml.config.XmlUnmarshallingTransformerParser
 
XsltPayloadTransformer - Class in org.springframework.integration.xml.transformer
Simple XSLT transformer implementation which returns a transformed Source, Document, or String.
XsltPayloadTransformer(Templates) - Constructor for class org.springframework.integration.xml.transformer.XsltPayloadTransformer
 
XsltPayloadTransformer(Resource) - 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