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

AbstractChannelAdapterParser - Class in org.springframework.integration.config.xml
Base parser for Channel Adapters.
AbstractChannelAdapterParser() - Constructor for class org.springframework.integration.config.xml.AbstractChannelAdapterParser
 
AbstractChannelNameResolvingMessageRouter - Class in org.springframework.integration.router
A base class for router implementations that return only the channel name(s) rather than MessageChannel instances.
AbstractChannelNameResolvingMessageRouter() - Constructor for class org.springframework.integration.router.AbstractChannelNameResolvingMessageRouter
 
AbstractChannelParser - Class in org.springframework.integration.config.xml
Base class for channel parsers.
AbstractChannelParser() - Constructor for class org.springframework.integration.config.xml.AbstractChannelParser
 
AbstractConsumerEndpointParser - Class in org.springframework.integration.config.xml
Base class parser for elements that create Message Endpoints.
AbstractConsumerEndpointParser() - Constructor for class org.springframework.integration.config.xml.AbstractConsumerEndpointParser
 
AbstractDispatcher - Class in org.springframework.integration.dispatcher
Base class for MessageDispatcher implementations.
AbstractDispatcher() - Constructor for class org.springframework.integration.dispatcher.AbstractDispatcher
 
AbstractEndpoint - Class in org.springframework.integration.endpoint
The base class for Message Endpoint implementations.
AbstractEndpoint() - Constructor for class org.springframework.integration.endpoint.AbstractEndpoint
 
AbstractFileListFilter - Class in org.springframework.integration.file
A convenience base class for any FileListFilter whose criteria can be evaluated against each File in isolation.
AbstractFileListFilter() - Constructor for class org.springframework.integration.file.AbstractFileListFilter
 
AbstractFilePayloadTransformer<T> - Class in org.springframework.integration.file.transformer
Base class for transformers that convert a File payload.
AbstractFilePayloadTransformer() - Constructor for class org.springframework.integration.file.transformer.AbstractFilePayloadTransformer
 
AbstractFilePayloadTransformerParser - Class in org.springframework.integration.file.config
Base class for File payload transformer parsers.
AbstractFilePayloadTransformerParser() - Constructor for class org.springframework.integration.file.config.AbstractFilePayloadTransformerParser
 
AbstractHeaderTransformer - Class in org.springframework.integration.transformer
A base class for Transformer implementations that modify the header values of a Message.
AbstractHeaderTransformer() - Constructor for class org.springframework.integration.transformer.AbstractHeaderTransformer
 
AbstractInterceptorParser - Class in org.springframework.integration.config.xml
A helper class for parsing the sub-elements of an endpoint or channel-adapter's interceptors element.
AbstractInterceptorParser() - Constructor for class org.springframework.integration.config.xml.AbstractInterceptorParser
 
AbstractJmsTemplateBasedAdapter - Class in org.springframework.integration.jms
Base class for adapters that delegate to a JmsTemplate.
AbstractJmsTemplateBasedAdapter(JmsTemplate) - Constructor for class org.springframework.integration.jms.AbstractJmsTemplateBasedAdapter
 
AbstractJmsTemplateBasedAdapter(ConnectionFactory, Destination) - Constructor for class org.springframework.integration.jms.AbstractJmsTemplateBasedAdapter
 
AbstractJmsTemplateBasedAdapter(ConnectionFactory, String) - Constructor for class org.springframework.integration.jms.AbstractJmsTemplateBasedAdapter
 
AbstractJmsTemplateBasedAdapter() - Constructor for class org.springframework.integration.jms.AbstractJmsTemplateBasedAdapter
No-arg constructor provided for convenience when configuring with setters.
AbstractMailMessageTransformer<T> - Class in org.springframework.integration.mail.transformer
Base class for Transformers that convert from a JavaMail Message to a Spring Integration Message.
AbstractMailMessageTransformer() - Constructor for class org.springframework.integration.mail.transformer.AbstractMailMessageTransformer
 
AbstractMailReceiver - Class in org.springframework.integration.mail
Base class for MailReceiver implementations.
AbstractMailReceiver(URLName) - Constructor for class org.springframework.integration.mail.AbstractMailReceiver
 
AbstractMailReceiver(String) - Constructor for class org.springframework.integration.mail.AbstractMailReceiver
 
AbstractMessageAggregator - Class in org.springframework.integration.aggregator
A base class for aggregating a group of Messages into a single Message.
AbstractMessageAggregator() - Constructor for class org.springframework.integration.aggregator.AbstractMessageAggregator
 
AbstractMessageBarrier - Class in org.springframework.integration.aggregator
Default implementation for a MessageBarrier.
AbstractMessageBarrier() - Constructor for class org.springframework.integration.aggregator.AbstractMessageBarrier
 
AbstractMessageBarrierHandler - Class in org.springframework.integration.aggregator
Base class for MessageBarrier-based Message Handlers.
AbstractMessageBarrierHandler() - Constructor for class org.springframework.integration.aggregator.AbstractMessageBarrierHandler
 
AbstractMessageChannel - Class in org.springframework.integration.channel
Base class for MessageChannel implementations providing common properties such as the channel name.
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
 
AbstractMessageHandler - Class in org.springframework.integration.handler
Base class for MessageHandler implementations that provides basic validation and error handling capabilities.
AbstractMessageHandler() - Constructor for class org.springframework.integration.handler.AbstractMessageHandler
 
AbstractMessageHandlerFactoryBean - Class in org.springframework.integration.config
Base class for FactoryBeans that create MessageHandler instances.
AbstractMessageHandlerFactoryBean() - Constructor for class org.springframework.integration.config.AbstractMessageHandlerFactoryBean
 
AbstractMessageRouter - Class in org.springframework.integration.router
Base class for Message Routers.
AbstractMessageRouter() - Constructor for class org.springframework.integration.router.AbstractMessageRouter
 
AbstractMessageSplitter - Class in org.springframework.integration.splitter
Base class for Message-splitting handlers.
AbstractMessageSplitter() - Constructor for class org.springframework.integration.splitter.AbstractMessageSplitter
 
AbstractMessagingGateway - Class in org.springframework.integration.gateway
A convenient base class for connecting application code to MessageChannels for sending, receiving, or request-reply operations.
AbstractMessagingGateway() - Constructor for class org.springframework.integration.gateway.AbstractMessagingGateway
 
AbstractMethodAnnotationPostProcessor<T extends java.lang.annotation.Annotation> - Class in org.springframework.integration.config.annotation
Base class for Method-level annotation post-processors.
AbstractMethodAnnotationPostProcessor(ListableBeanFactory) - Constructor for class org.springframework.integration.config.annotation.AbstractMethodAnnotationPostProcessor
 
AbstractOutboundChannelAdapterParser - Class in org.springframework.integration.config.xml
Base class for outbound Channel Adapter parsers.
AbstractOutboundChannelAdapterParser() - Constructor for class org.springframework.integration.config.xml.AbstractOutboundChannelAdapterParser
 
AbstractPayloadTransformer<T,U> - Class in org.springframework.integration.transformer
A base class for Transformer implementations that modify the payload of a Message.
AbstractPayloadTransformer() - Constructor for class org.springframework.integration.transformer.AbstractPayloadTransformer
 
AbstractPollableChannel - Class in org.springframework.integration.channel
Base class for all pollable channels.
AbstractPollableChannel() - Constructor for class org.springframework.integration.channel.AbstractPollableChannel
 
AbstractPollingEndpoint - Class in org.springframework.integration.endpoint
 
AbstractPollingEndpoint() - Constructor for class org.springframework.integration.endpoint.AbstractPollingEndpoint
 
AbstractPollingInboundChannelAdapterParser - Class in org.springframework.integration.config.xml
Base parser for inbound Channel Adapters that poll a source.
AbstractPollingInboundChannelAdapterParser() - Constructor for class org.springframework.integration.config.xml.AbstractPollingInboundChannelAdapterParser
 
AbstractRemotingGatewayParser - Class in org.springframework.integration.adapter.config
Base class for remoting gateway parsers.
AbstractRemotingGatewayParser() - Constructor for class org.springframework.integration.adapter.config.AbstractRemotingGatewayParser
 
AbstractRemotingOutboundGateway - Class in org.springframework.integration.adapter
A base class for outbound Messaging Gateways that use url-based remoting.
AbstractRemotingOutboundGateway(String) - Constructor for class org.springframework.integration.adapter.AbstractRemotingOutboundGateway
 
AbstractRemotingOutboundGatewayParser - Class in org.springframework.integration.adapter.config
Base class for url-based remoting outbound gateway parsers.
AbstractRemotingOutboundGatewayParser() - Constructor for class org.springframework.integration.adapter.config.AbstractRemotingOutboundGatewayParser
 
AbstractReplyProducingMessageHandler - Class in org.springframework.integration.handler
Base class for MessageHandlers that are capable of producing replies.
AbstractReplyProducingMessageHandler() - Constructor for class org.springframework.integration.handler.AbstractReplyProducingMessageHandler
 
AbstractSingleChannelNameRouter - Class in org.springframework.integration.router
Extends AbstractChannelNameResolvingMessageRouter to support router implementations that always return a single channel name (or null).
AbstractSingleChannelNameRouter() - Constructor for class org.springframework.integration.router.AbstractSingleChannelNameRouter
 
AbstractSingleChannelRouter - Class in org.springframework.integration.router
Extends AbstractMessageRouter to support router implementations that always return a single MessageChannel instance (or null).
AbstractSingleChannelRouter() - Constructor for class org.springframework.integration.router.AbstractSingleChannelRouter
 
AbstractSubscribableChannel<T extends MessageDispatcher> - Class in org.springframework.integration.channel
Base implementation of MessageChannel that invokes the subscribed handler(s) by delegating to a MessageDispatcher.
AbstractSubscribableChannel(T) - Constructor for class org.springframework.integration.channel.AbstractSubscribableChannel
 
AbstractTransformerParser - Class in org.springframework.integration.config.xml
 
AbstractTransformerParser() - Constructor for class org.springframework.integration.config.xml.AbstractTransformerParser
 
AbstractWebServiceOutboundGateway - Class in org.springframework.integration.ws
Base class for outbound Web Service-invoking Messaging Gateways.
AbstractWebServiceOutboundGateway(URI, WebServiceMessageFactory) - Constructor for class org.springframework.integration.ws.AbstractWebServiceOutboundGateway
 
AbstractXPathMessageSelector - Class in org.springframework.integration.xml.selector
Base class for XPath MessageSelector implementations.
AbstractXPathMessageSelector(String) - Constructor for class org.springframework.integration.xml.selector.AbstractXPathMessageSelector
 
AbstractXPathMessageSelector(String, String, String) - Constructor for class org.springframework.integration.xml.selector.AbstractXPathMessageSelector
 
AbstractXPathMessageSelector(String, Map<String, String>) - Constructor for class org.springframework.integration.xml.selector.AbstractXPathMessageSelector
 
AbstractXPathMessageSelector(XPathExpression) - Constructor for class org.springframework.integration.xml.selector.AbstractXPathMessageSelector
 
AbstractXPathRouter - Class in org.springframework.integration.xml.router
Abstract base class for Message Routers that use XPathExpression evaluation to determine channel names.
AbstractXPathRouter(String, Map<String, String>) - Constructor for class org.springframework.integration.xml.router.AbstractXPathRouter
Create a router that uses an XPath expression.
AbstractXPathRouter(String, String, String) - Constructor for class org.springframework.integration.xml.router.AbstractXPathRouter
Create a router uses an XPath expression with one namespace.
AbstractXPathRouter(String) - Constructor for class org.springframework.integration.xml.router.AbstractXPathRouter
Create a router that uses an XPath expression with no namespaces.
AbstractXPathRouter(XPathExpression) - Constructor for class org.springframework.integration.xml.router.AbstractXPathRouter
Create a router that uses the provided XPath expression.
accept(File) - Method in class org.springframework.integration.file.AbstractFileListFilter
Subclasses must implement this method.
accept(File) - Method in class org.springframework.integration.file.AcceptOnceFileListFilter
 
accept(File) - Method in class org.springframework.integration.file.PatternMatchingFileListFilter
 
accept(Message<?>) - Method in class org.springframework.integration.filter.MethodInvokingSelector
 
accept(Message<?>) - Method in interface org.springframework.integration.selector.MessageSelector
 
accept(Message<?>) - Method in class org.springframework.integration.selector.MessageSelectorChain
Pass the message through the selector chain.
accept(Message<?>) - Method in class org.springframework.integration.selector.PayloadTypeSelector
 
accept(Message<?>) - Method in class org.springframework.integration.selector.UnexpiredMessageSelector
 
accept(Message<?>) - Method in class org.springframework.integration.xml.selector.BooleanTestXPathMessageSelector
Return true if the XPathExpression evaluates to true
accept(Message<?>) - Method in class org.springframework.integration.xml.selector.StringValueTestXPathMessageSelector
Evaluate the payload and return true if the value returned by the XPathExpression is equal to the valueToTestFor.
AcceptOnceFileListFilter - Class in org.springframework.integration.file
FileListFilter that passes files only one time.
AcceptOnceFileListFilter(int) - Constructor for class org.springframework.integration.file.AcceptOnceFileListFilter
Creates an AcceptOnceFileFilter that is based on a bounded queue.
AcceptOnceFileListFilter() - Constructor for class org.springframework.integration.file.AcceptOnceFileListFilter
Creates an AcceptOnceFileFilter based on an unbounded queue.
add(ChannelInterceptor) - Method in class org.springframework.integration.channel.AbstractMessageChannel.ChannelInterceptorList
 
add(Object) - Method in class org.springframework.integration.handler.ReplyMessageHolder
 
add(MessageSelector) - Method in class org.springframework.integration.selector.MessageSelectorChain
Add a selector to the end of the chain.
add(int, MessageSelector) - Method in class org.springframework.integration.selector.MessageSelectorChain
Add a selector to the chain at the specified index.
addAndRelease(Message<?>) - Method in class org.springframework.integration.aggregator.AbstractMessageBarrier
Adds a message to the aggregation group and releases if available.
addAndRelease(Message<?>) - Method in interface org.springframework.integration.aggregator.MessageBarrier
 
addFilter(FileListFilter...) - Method in class org.springframework.integration.file.CompositeFileListFilter
 
addFilters(Collection<FileListFilter>) - Method in class org.springframework.integration.file.CompositeFileListFilter
Creates a new CompositeFileFilter that delegates to both the filters of this Composite and the new filters passed in.
addHandler(MessageHandler) - Method in class org.springframework.integration.dispatcher.AbstractDispatcher
 
addHandler(MessageHandler) - Method in interface org.springframework.integration.dispatcher.MessageDispatcher
 
addInterceptor(ChannelInterceptor) - Method in class org.springframework.integration.channel.AbstractMessageChannel
Add a channel interceptor to the end of the list.
addMessage(Message<?>) - Method in class org.springframework.integration.aggregator.AbstractMessageBarrier
 
addMessage(Message<?>) - Method in class org.springframework.integration.aggregator.ResequencingMessageBarrier
 
addPatternMapping(Pattern, ChannelAccessPolicy) - Method in class org.springframework.integration.security.channel.ChannelInvocationDefinitionSource
 
afterPropertiesSet() - Method in class org.springframework.integration.aggregator.AbstractMessageBarrierHandler
 
afterPropertiesSet() - Method in class org.springframework.integration.channel.MessageChannelTemplate
 
afterPropertiesSet() - Method in class org.springframework.integration.config.annotation.MessagingAnnotationPostProcessor
 
afterPropertiesSet() - Method in class org.springframework.integration.config.ConsumerEndpointFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.integration.endpoint.AbstractEndpoint
 
afterPropertiesSet() - Method in class org.springframework.integration.handler.ServiceActivatingHandler
 
afterPropertiesSet() - Method in class org.springframework.integration.jms.AbstractJmsTemplateBasedAdapter
 
afterPropertiesSet() - Method in class org.springframework.integration.jms.JmsOutboundGateway
 
afterPropertiesSet() - Method in class org.springframework.integration.message.MessageMappingMethodInvoker
 
afterPropertiesSet() - Method in class org.springframework.integration.message.MethodInvokingMessageSource
 
afterPropertiesSet() - Method in class org.springframework.integration.router.AbstractChannelNameResolvingMessageRouter
 
afterPropertiesSet() - Method in class org.springframework.integration.router.MethodInvokingRouter
 
afterPropertiesSet() - Method in class org.springframework.integration.router.RecipientListRouter
 
afterPropertiesSet() - Method in class org.springframework.integration.splitter.MethodInvokingSplitter
 
aggregateMessages(List<Message<?>>) - Method in class org.springframework.integration.aggregator.AbstractMessageAggregator
 
aggregateMessages(List<Message<?>>) - Method in class org.springframework.integration.aggregator.MethodInvokingAggregator
 
AggregationBarrier - Class in org.springframework.integration.aggregator
MessageBarrier implementation for message aggregation.
AggregationBarrier(CompletionStrategy) - Constructor for class org.springframework.integration.aggregator.AggregationBarrier
 
Aggregator - Annotation Type in org.springframework.integration.annotation
Indicates that a method is capable of aggregating messages.
AggregatorAnnotationPostProcessor - Class in org.springframework.integration.config.annotation
Post-processor for the @Aggregator annotation.
AggregatorAnnotationPostProcessor(ListableBeanFactory) - Constructor for class org.springframework.integration.config.annotation.AggregatorAnnotationPostProcessor
 
AggregatorParser - Class in org.springframework.integration.config.xml
Parser for the aggregator element of the integration namespace.
AggregatorParser() - Constructor for class org.springframework.integration.config.xml.AggregatorParser
 
AnnotationConfigParser - Class in org.springframework.integration.config.xml
Parser for the <annotation-config> element of the integration namespace.
AnnotationConfigParser() - Constructor for class org.springframework.integration.config.xml.AnnotationConfigParser
 
AnnotationConfigUtils - Class in org.springframework.integration.config.annotation
Utility methods for working with annotations on Messaging components.
AnnotationConfigUtils() - Constructor for class org.springframework.integration.config.annotation.AnnotationConfigUtils
 
AnnotationMethodResolver - Class in org.springframework.integration.util
MethodResolver implementation that finds a single Method on the given Class that contains the specified annotation type.
AnnotationMethodResolver(Class<? extends Annotation>) - Constructor for class org.springframework.integration.util.AnnotationMethodResolver
Create a MethodResolver for the specified Method-level annotation type
ApplicationEventInboundChannelAdapter - Class in org.springframework.integration.event
An inbound Channel Adapter that passes Spring ApplicationEvents within messages.
ApplicationEventInboundChannelAdapter() - Constructor for class org.springframework.integration.event.ApplicationEventInboundChannelAdapter
 
ApplicationEventMulticasterParser - Class in org.springframework.integration.config.xml
Parser for the <application-event-multicaster> element of the integration namespace.
ApplicationEventMulticasterParser() - Constructor for class org.springframework.integration.config.xml.ApplicationEventMulticasterParser
 
ApplicationEventPublishingMessageHandler<T> - Class in org.springframework.integration.event
A MessageHandler that publishes each Message it receives as a MessagingEvent.
ApplicationEventPublishingMessageHandler() - Constructor for class org.springframework.integration.event.ApplicationEventPublishingMessageHandler
 
ATTACHMENT_FILENAME - Static variable in class org.springframework.integration.mail.MailHeaders
 

B

barriers - Variable in class org.springframework.integration.aggregator.AbstractMessageBarrierHandler
 
BCC - Static variable in class org.springframework.integration.mail.MailHeaders
 
BeanDefinitionRegisteringParser - Interface in org.springframework.integration.config.xml
Simple strategy interface for parsers that are responsible for parsing an element, creating a bean definition, and then registering the bean.
beanFactoryAccessor - Variable in class org.springframework.integration.config.annotation.AbstractMethodAnnotationPostProcessor
 
BeanFactoryChannelResolver - Class in org.springframework.integration.channel
ChannelResolver implementation based on a Spring BeanFactory.
BeanFactoryChannelResolver() - Constructor for class org.springframework.integration.channel.BeanFactoryChannelResolver
Create a new instance of the BeanFactoryChannelResolver class.
BeanFactoryChannelResolver(BeanFactory) - Constructor for class org.springframework.integration.channel.BeanFactoryChannelResolver
Create a new instance of the BeanFactoryChannelResolver class.
BooleanTestXPathMessageSelector - Class in org.springframework.integration.xml.selector
Boolean XPath testing MessageSelector.
BooleanTestXPathMessageSelector(String, Map<String, String>) - Constructor for class org.springframework.integration.xml.selector.BooleanTestXPathMessageSelector
Create a boolean testing XPath MessageSelector supporting mutliple namespaces.
BooleanTestXPathMessageSelector(String, String, String) - Constructor for class org.springframework.integration.xml.selector.BooleanTestXPathMessageSelector
Create a boolean testing XPath MessageSelector supporting a single namespace.
BooleanTestXPathMessageSelector(String) - Constructor for class org.springframework.integration.xml.selector.BooleanTestXPathMessageSelector
Create a boolean testing XPath MessageSelector with no namespace support.
BooleanTestXPathMessageSelector(XPathExpression) - Constructor for class org.springframework.integration.xml.selector.BooleanTestXPathMessageSelector
Create a boolean testing XPath MessageSelector using the provided XPathExpression.
BroadcastingDispatcher - Class in org.springframework.integration.dispatcher
A broadcasting dispatcher implementation.
BroadcastingDispatcher() - Constructor for class org.springframework.integration.dispatcher.BroadcastingDispatcher
 
build() - Method in class org.springframework.integration.message.MessageBuilder
 
buildBeanDefinition(Element, ParserContext) - Method in class org.springframework.integration.config.xml.AbstractChannelParser
Subclasses must implement this method to create the bean definition.
buildBeanDefinition(Element, ParserContext) - Method in class org.springframework.integration.config.xml.PointToPointChannelParser
 
buildBeanDefinition(Element, ParserContext) - Method in class org.springframework.integration.config.xml.PublishSubscribeChannelParser
 
buildBeanDefinition(Element, ParserContext) - Method in class org.springframework.integration.config.xml.ThreadLocalChannelParser
 
builders() - Method in class org.springframework.integration.handler.ReplyMessageHolder
 
ByteStreamReadingMessageSource - Class in org.springframework.integration.stream
A pollable source for receiving bytes from an InputStream.
ByteStreamReadingMessageSource(InputStream) - Constructor for class org.springframework.integration.stream.ByteStreamReadingMessageSource
 
ByteStreamReadingMessageSource(InputStream, int) - Constructor for class org.springframework.integration.stream.ByteStreamReadingMessageSource
 
ByteStreamWritingMessageHandler - Class in org.springframework.integration.stream
A MessageHandler that writes a byte array to an OutputStream.
ByteStreamWritingMessageHandler(OutputStream) - Constructor for class org.springframework.integration.stream.ByteStreamWritingMessageHandler
 
ByteStreamWritingMessageHandler(OutputStream, int) - Constructor for class org.springframework.integration.stream.ByteStreamWritingMessageHandler
 

C

CC - Static variable in class org.springframework.integration.mail.MailHeaders
 
ChannelAccessPolicy - Class in org.springframework.integration.security.channel
Creates the ConfigAttributeDefinitions for secured channel send and receive operations based on simple String values.
ChannelAccessPolicy(String, String) - Constructor for class org.springframework.integration.security.channel.ChannelAccessPolicy
Create an access policy instance.
ChannelAdapter - Annotation Type in org.springframework.integration.annotation
Indicates that a method is capable of serving as a message channel.
ChannelAdapterAnnotationPostProcessor - Class in org.springframework.integration.config.annotation
Post-processor for methods annotated with @ChannelAdapter.
ChannelAdapterAnnotationPostProcessor(ConfigurableBeanFactory) - Constructor for class org.springframework.integration.config.annotation.ChannelAdapterAnnotationPostProcessor
 
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.
ChannelInterceptorAdapter - Class in org.springframework.integration.channel.interceptor
A ChannelInterceptor with no-op method implementations so that subclasses do not have to implement all of the interface's methods.
ChannelInterceptorAdapter() - Constructor for class org.springframework.integration.channel.interceptor.ChannelInterceptorAdapter
 
ChannelInterceptorParser - Class in org.springframework.integration.config.xml
 
ChannelInterceptorParser() - Constructor for class org.springframework.integration.config.xml.ChannelInterceptorParser
 
ChannelInvocation - Class in org.springframework.integration.security.channel
Secured object for ChannelSecurityInterceptor.
ChannelInvocation(MethodInvocation) - Constructor for class org.springframework.integration.security.channel.ChannelInvocation
 
ChannelInvocationDefinitionSource - Class in org.springframework.integration.security.channel
The ObjectDefinitionSource implementation for secured MessageChannels.
ChannelInvocationDefinitionSource() - Constructor for class org.springframework.integration.security.channel.ChannelInvocationDefinitionSource
 
ChannelPublishingJmsListener - Class in org.springframework.integration.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.jms.ChannelPublishingJmsListener
 
ChannelPurger - Class in org.springframework.integration.channel
A utility class for purging Messages from one or more PollableChannels.
ChannelPurger(PollableChannel...) - Constructor for class org.springframework.integration.channel.ChannelPurger
 
ChannelPurger(MessageSelector, PollableChannel...) - Constructor for class org.springframework.integration.channel.ChannelPurger
 
ChannelResolutionException - Exception in org.springframework.integration.channel
Thrown by a ChannelResolver when it cannot resolve a channel name.
ChannelResolutionException(String) - Constructor for exception org.springframework.integration.channel.ChannelResolutionException
Create a new ChannelResolutionException.
ChannelResolutionException(String, Throwable) - Constructor for exception org.springframework.integration.channel.ChannelResolutionException
Create a new ChannelResolutionException.
ChannelResolver - Interface in org.springframework.integration.channel
Strategy for resolving a name to a MessageChannel.
channelResolver - Variable in class org.springframework.integration.config.annotation.AbstractMethodAnnotationPostProcessor
 
ChannelSecurityInterceptor - Class in org.springframework.integration.security.channel
An AOP interceptor that enforces authorization for MessageChannel send and/or receive calls.
ChannelSecurityInterceptor(ChannelInvocationDefinitionSource) - Constructor for class org.springframework.integration.security.channel.ChannelSecurityInterceptor
 
ChannelSecurityInterceptorBeanPostProcessor - Class in org.springframework.integration.security.config
A BeanPostProcessor that proxies MessageChannels to apply a ChannelSecurityInterceptor.
ChannelSecurityInterceptorBeanPostProcessor(ChannelSecurityInterceptor) - Constructor for class org.springframework.integration.security.config.ChannelSecurityInterceptorBeanPostProcessor
 
CharacterStreamReadingMessageSource - Class in org.springframework.integration.stream
A pollable source for Readers.
CharacterStreamReadingMessageSource(Reader) - Constructor for class org.springframework.integration.stream.CharacterStreamReadingMessageSource
 
CharacterStreamReadingMessageSource(Reader, int) - Constructor for class org.springframework.integration.stream.CharacterStreamReadingMessageSource
 
CharacterStreamWritingMessageHandler - Class in org.springframework.integration.stream
A MessageHandler that writes characters to a Writer.
CharacterStreamWritingMessageHandler(Writer) - Constructor for class org.springframework.integration.stream.CharacterStreamWritingMessageHandler
 
CharacterStreamWritingMessageHandler(Writer, int) - Constructor for class org.springframework.integration.stream.CharacterStreamWritingMessageHandler
 
clear() - Method in class org.springframework.integration.channel.NullChannel
 
clear() - Method in interface org.springframework.integration.channel.PollableChannel
Remove all Messages from this channel.
clear() - Method in class org.springframework.integration.channel.QueueChannel
 
clear() - Method in class org.springframework.integration.channel.ThreadLocalChannel
Remove and return any messages that are stored for the current thread.
clear() - Method in class org.springframework.integration.core.MessageHeaders
 
closeFolder(Folder) - Static method in class org.springframework.integration.mail.MailTransportUtils
Close the given JavaMail Folder and ignore any thrown exception.
closeFolder(Folder, boolean) - Static method in class org.springframework.integration.mail.MailTransportUtils
Close the given JavaMail Folder and ignore any thrown exception.
closeService(Service) - Static method in class org.springframework.integration.mail.MailTransportUtils
Close the given JavaMail Service and ignore any thrown exception.
compare(Message<?>, Message<?>) - Method in class org.springframework.integration.aggregator.MessageSequenceComparator
 
completionStrategy - Variable in class org.springframework.integration.aggregator.AggregationBarrier
 
CompletionStrategy - Interface in org.springframework.integration.aggregator
Strategy for determining when a group of messages reaches a state of completion (i.e.
CompletionStrategy - Annotation Type in org.springframework.integration.annotation
Indicates that a method is capable of asserting if a list of messages or payload objects is complete.
CompletionStrategyAdapter - Class in org.springframework.integration.aggregator
Adapter for methods annotated with @CompletionStrategy and for 'completion-strategy' elements that include a 'method' attribute (e.g.
CompletionStrategyAdapter(Object, Method) - Constructor for class org.springframework.integration.aggregator.CompletionStrategyAdapter
 
CompletionStrategyAdapter(Object, String) - Constructor for class org.springframework.integration.aggregator.CompletionStrategyAdapter
 
CompositeFileListFilter - Class in org.springframework.integration.file
Composition that delegates to multiple FileFilters.
CompositeFileListFilter(FileListFilter...) - Constructor for class org.springframework.integration.file.CompositeFileListFilter
 
CompositeFileListFilter(Collection<FileListFilter>) - Constructor for class org.springframework.integration.file.CompositeFileListFilter
 
configureMessageConverter(JmsTemplate, JmsHeaderMapper) - Method in class org.springframework.integration.jms.AbstractJmsTemplateBasedAdapter
 
configureMessageConverter(JmsTemplate, JmsHeaderMapper) - Method in class org.springframework.integration.jms.JmsDestinationPollingSource
 
configureMessageConverter(JmsTemplate, JmsHeaderMapper) - Method in class org.springframework.integration.jms.JmsSendingMessageHandler
 
configurePollingEndpointWithPollerAnnotation(AbstractPollingEndpoint, Poller, BeanFactory) - Static method in class org.springframework.integration.config.annotation.AnnotationConfigUtils
 
configureResultFactory(BeanDefinitionBuilder, String, String) - Static method in class org.springframework.integration.xml.config.XmlNamespaceUtils
Helper method that encapsulates common logic for validating and building a bean definition for a ResultFactory based on either the 'result-factory' or 'result-type' attributes.
configureTransactionAttributes(Element, BeanDefinitionBuilder) - Static method in class org.springframework.integration.config.xml.IntegrationNamespaceUtils
Parse a "transactional" element and configure the "transactionManager" and "transactionDefinition" properties for the target builder.
configureTrigger(Element, BeanDefinitionBuilder) - Static method in class org.springframework.integration.config.xml.IntegrationNamespaceUtils
Parse a "poller" element to create a Trigger and add it to the property values of the target builder.
CONNECTION_FACTORY_ATTRIBUTE - Static variable in class org.springframework.integration.jms.config.JmsAdapterParserUtils
 
CONNECTION_FACTORY_PROPERTY - Static variable in class org.springframework.integration.jms.config.JmsAdapterParserUtils
 
ConsoleInboundChannelAdapterParser - Class in org.springframework.integration.stream.config
Parser for the <stdin-channel-adapter> element.
ConsoleInboundChannelAdapterParser() - Constructor for class org.springframework.integration.stream.config.ConsoleInboundChannelAdapterParser
 
ConsoleOutboundChannelAdapterParser - Class in org.springframework.integration.stream.config
Parser for the "stdout-" and "stderr-channel-adapter" elements.
ConsoleOutboundChannelAdapterParser() - Constructor for class org.springframework.integration.stream.config.ConsoleOutboundChannelAdapterParser
 
ConsumerEndpointFactoryBean - Class in org.springframework.integration.config
 
ConsumerEndpointFactoryBean(MessageHandler) - Constructor for class org.springframework.integration.config.ConsumerEndpointFactoryBean
 
containsKey(Object) - Method in class org.springframework.integration.core.MessageHeaders
 
containsValue(Object) - Method in class org.springframework.integration.core.MessageHeaders
 
convertToDocument(Object) - Method in class org.springframework.integration.xml.DefaultXmlPayloadConverter
 
convertToDocument(Object) - Method in interface org.springframework.integration.xml.XmlPayloadConverter
 
convertToNode(Object) - Method in class org.springframework.integration.xml.DefaultXmlPayloadConverter
 
convertToNode(Object) - Method in interface org.springframework.integration.xml.XmlPayloadConverter
 
copyHeaders(Map<String, Object>) - Method in class org.springframework.integration.message.MessageBuilder
Copy the name-value pairs from the provided Map.
copyHeadersIfAbsent(Map<String, Object>) - Method in class org.springframework.integration.message.MessageBuilder
Copy the name-value pairs from the provided Map.
CORRELATION_ID - Static variable in class org.springframework.integration.core.MessageHeaders
 
CORRELATION_ID - Static variable in class org.springframework.integration.jms.JmsHeaders
 
createConnection() - Method in class org.springframework.integration.jms.JmsOutboundGateway
Create a new JMS Connection for this JMS gateway, ideally a javax.jms.QueueConnection.
createDocumentFromDomResult(DOMResult) - Method in class org.springframework.integration.xml.transformer.ResultToDocumentTransformer
 
createDocumentFromStringResult(StringResult) - Method in class org.springframework.integration.xml.transformer.ResultToDocumentTransformer
 
createDomSourceForDocument(Document) - Method in class org.springframework.integration.xml.source.DomSourceFactory
 
createDomSourceForString(String) - Method in class org.springframework.integration.xml.source.DomSourceFactory
 
createHandler(Object, String) - Method in class org.springframework.integration.config.AbstractMessageHandlerFactoryBean
Subclasses must implement this method to create the MessageHandler.
createHandler(Object, Method, T) - Method in class org.springframework.integration.config.annotation.AbstractMethodAnnotationPostProcessor
Subclasses must implement this method to create the MessageHandler.
createHandler(Object, Method, Aggregator) - Method in class org.springframework.integration.config.annotation.AggregatorAnnotationPostProcessor
 
createHandler(Object, Method, Router) - Method in class org.springframework.integration.config.annotation.RouterAnnotationPostProcessor
 
createHandler(Object, Method, ServiceActivator) - Method in class org.springframework.integration.config.annotation.ServiceActivatorAnnotationPostProcessor
 
createHandler(Object, Method, Splitter) - Method in class org.springframework.integration.config.annotation.SplitterAnnotationPostProcessor
 
createHandler(Object, Method, Transformer) - Method in class org.springframework.integration.config.annotation.TransformerAnnotationPostProcessor
 
createHandler(Object, String) - Method in class org.springframework.integration.config.RouterFactoryBean
 
createHandler(Object, String) - Method in class org.springframework.integration.config.SplitterFactoryBean
 
createHandlerProxy(String) - Method in class org.springframework.integration.adapter.AbstractRemotingOutboundGateway
Subclasses must implement this method.
createHandlerProxy(String) - Method in class org.springframework.integration.httpinvoker.HttpInvokerOutboundGateway
 
createHandlerProxy(String) - Method in class org.springframework.integration.rmi.RmiOutboundGateway
 
createMessageBarrier() - Method in class org.springframework.integration.aggregator.AbstractMessageAggregator
 
createMessageBarrier() - Method in class org.springframework.integration.aggregator.AbstractMessageBarrierHandler
Factory method for creating a suitable MessageBarrier implementation.
createMessageBarrier() - Method in class org.springframework.integration.aggregator.Resequencer
 
createResult(Object) - Method in class org.springframework.integration.xml.result.DomResultFactory
 
createResult(Object) - Method in interface org.springframework.integration.xml.result.ResultFactory
 
createResult(Object) - Method in class org.springframework.integration.xml.result.StringResultFactory
 
createSession(Connection) - Method in class org.springframework.integration.jms.JmsOutboundGateway
Create a new JMS Session for this JMS gateway, ideally a javax.jms.QueueSession.
createSource(Object) - Method in class org.springframework.integration.xml.source.DomSourceFactory
 
createSource(Object) - Method in interface org.springframework.integration.xml.source.SourceFactory
Create appropriate Source instance for payload
createSource(Object) - Method in class org.springframework.integration.xml.source.StringSourceFactory
 
createStringSourceForDocument(Document) - Method in class org.springframework.integration.xml.source.StringSourceFactory
 
createThreadPoolTaskExecutor(int, int, int, String) - Static method in class org.springframework.integration.context.IntegrationContextUtils
 
CronSequenceGenerator - Class in org.springframework.integration.scheduling
Date sequence generator for a Crontab pattern allowing client to specify a pattern that the sequence matches.
CronSequenceGenerator(String) - Constructor for class org.springframework.integration.scheduling.CronSequenceGenerator
Construct a CronSequenceGenerator from the pattern provided.
CronTrigger - Class in org.springframework.integration.scheduling
A trigger that uses a cron expression.
CronTrigger(String) - Constructor for class org.springframework.integration.scheduling.CronTrigger
Create a trigger for the given cron expression.

D

decorate(Node, BeanDefinitionHolder, ParserContext) - Method in class org.springframework.integration.config.xml.IntegrationNamespaceHandler
 
DEFAULT_REAPER_INTERVAL - Static variable in class org.springframework.integration.aggregator.AbstractMessageBarrierHandler
 
DEFAULT_SEND_TIMEOUT - Static variable in class org.springframework.integration.aggregator.AbstractMessageBarrierHandler
 
DEFAULT_SEND_TIMEOUT - Static variable in class org.springframework.integration.handler.AbstractReplyProducingMessageHandler
 
DEFAULT_TIMEOUT - Static variable in class org.springframework.integration.aggregator.AbstractMessageBarrierHandler
 
DEFAULT_TRACKED_CORRRELATION_ID_CAPACITY - Static variable in class org.springframework.integration.aggregator.AbstractMessageBarrierHandler
 
DefaultFileNameGenerator - Class in org.springframework.integration.file
Default implementation of the filename generator strategy.
DefaultFileNameGenerator() - Constructor for class org.springframework.integration.file.DefaultFileNameGenerator
 
DefaultJmsHeaderMapper - Class in org.springframework.integration.jms
Default implementation of JmsHeaderMapper.
DefaultJmsHeaderMapper() - Constructor for class org.springframework.integration.jms.DefaultJmsHeaderMapper
 
DefaultMessageSplitter - Class in org.springframework.integration.splitter
The default Message Splitter implementation.
DefaultMessageSplitter() - Constructor for class org.springframework.integration.splitter.DefaultMessageSplitter
 
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
 
DefaultMethodResolver - Class in org.springframework.integration.util
Default MethodResolver implementation.
DefaultMethodResolver() - Constructor for class org.springframework.integration.util.DefaultMethodResolver
 
DefaultMethodResolver(Class<? extends Annotation>) - Constructor for class org.springframework.integration.util.DefaultMethodResolver
 
DefaultXmlPayloadConverter - Class in org.springframework.integration.xml
Default implementation of XmlPayloadConverter.
DefaultXmlPayloadConverter() - Constructor for class org.springframework.integration.xml.DefaultXmlPayloadConverter
 
DefaultXmlPayloadConverter(DocumentBuilderFactory) - Constructor for class org.springframework.integration.xml.DefaultXmlPayloadConverter
 
deleteMessages(Message[]) - Method in class org.springframework.integration.mail.AbstractMailReceiver
Deletes the given messages from this receiver's folder.
deleteMessages(Message[]) - Method in class org.springframework.integration.mail.Pop3MailReceiver
Deletes the given messages from this receiver's folder, and closes it to expunge deleted messages.
DESTINATION_ATTRIBUTE - Static variable in class org.springframework.integration.jms.config.JmsAdapterParserUtils
 
DESTINATION_NAME_ATTRIBUTE - Static variable in class org.springframework.integration.jms.config.JmsAdapterParserUtils
 
DESTINATION_NAME_PROPERTY - Static variable in class org.springframework.integration.jms.config.JmsAdapterParserUtils
 
DESTINATION_PROPERTY - Static variable in class org.springframework.integration.jms.config.JmsAdapterParserUtils
 
destroy() - Method in class org.springframework.integration.jms.JmsInboundGateway
 
destroy() - Method in class org.springframework.integration.mail.AbstractMailReceiver
 
destroy() - Method in class org.springframework.integration.scheduling.SimpleTaskScheduler
 
determineConnectionFactoryBeanName(Element) - Static method in class org.springframework.integration.jms.config.JmsAdapterParserUtils
 
determineTargetChannel(Message<?>) - Method in class org.springframework.integration.router.AbstractSingleChannelRouter
Subclasses must implement this method to return the target channel.
determineTargetChannel(Message<?>) - Method in class org.springframework.integration.router.ErrorMessageExceptionTypeRouter
 
determineTargetChannel(Message<?>) - Method in class org.springframework.integration.router.PayloadTypeRouter
 
determineTargetChannelName(Message<?>) - Method in class org.springframework.integration.router.AbstractSingleChannelNameRouter
Subclasses must implement this method to return the channel name.
determineTargetChannelNames(Message<?>) - Method in class org.springframework.integration.router.AbstractChannelNameResolvingMessageRouter
Subclasses must implement this method to return the channel name(s).
determineTargetChannelNames(Message<?>) - Method in class org.springframework.integration.router.AbstractSingleChannelNameRouter
 
determineTargetChannelNames(Message<?>) - Method in class org.springframework.integration.xml.router.XPathMultiChannelRouter
 
determineTargetChannelNames(Message<?>) - Method in class org.springframework.integration.xml.router.XPathSingleChannelRouter
Evaluates the payload using XPathExpression.evaluateAsString(Node)
determineTargetChannels(Message<?>) - Method in class org.springframework.integration.router.AbstractChannelNameResolvingMessageRouter
 
determineTargetChannels(Message<?>) - Method in class org.springframework.integration.router.AbstractMessageRouter
Subclasses must implement this method to return the target channels for a given Message.
determineTargetChannels(Message<?>) - Method in class org.springframework.integration.router.AbstractSingleChannelRouter
 
determineTargetChannels(Message<?>) - Method in class org.springframework.integration.router.MethodInvokingRouter
 
determineTargetChannels(Message<?>) - Method in class org.springframework.integration.router.RecipientListRouter
 
DirectChannel - Class in org.springframework.integration.channel
A channel that invokes a single subscriber for each sent Message.
DirectChannel() - Constructor for class org.springframework.integration.channel.DirectChannel
 
dispatch(Message<?>) - Method in class org.springframework.integration.dispatcher.BroadcastingDispatcher
 
dispatch(Message<?>) - Method in interface org.springframework.integration.dispatcher.MessageDispatcher
 
dispatch(Message<?>) - Method in class org.springframework.integration.dispatcher.SimpleDispatcher
 
doHandle(Object, WebServiceMessageCallback) - Method in class org.springframework.integration.ws.AbstractWebServiceOutboundGateway
 
doHandle(Object, WebServiceMessageCallback) - Method in class org.springframework.integration.ws.MarshallingWebServiceOutboundGateway
 
doHandle(Object, WebServiceMessageCallback) - Method in class org.springframework.integration.ws.SimpleWebServiceOutboundGateway
 
DOM_RESULT - Static variable in class org.springframework.integration.xml.config.XmlNamespaceUtils
 
DomResultFactory - Class in org.springframework.integration.xml.result
 
DomResultFactory(DocumentBuilderFactory) - Constructor for class org.springframework.integration.xml.result.DomResultFactory
 
DomResultFactory() - Constructor for class org.springframework.integration.xml.result.DomResultFactory
 
DomSourceFactory - Class in org.springframework.integration.xml.source
SourceFactory implementation which supports creation of a DOMSource from a Document or String payload.
DomSourceFactory() - Constructor for class org.springframework.integration.xml.source.DomSourceFactory
 
DomSourceFactory(DocumentBuilderFactory) - Constructor for class org.springframework.integration.xml.source.DomSourceFactory
 
doParse(Element, ParserContext, String) - Method in class org.springframework.integration.config.xml.AbstractChannelAdapterParser
Subclasses must implement this method to parse the adapter element.
doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.integration.config.xml.AbstractConsumerEndpointParser
 
doParse(Element, ParserContext, String) - Method in class org.springframework.integration.config.xml.AbstractOutboundChannelAdapterParser
 
doParse(Element, ParserContext, String) - Method in class org.springframework.integration.config.xml.AbstractPollingInboundChannelAdapterParser
 
doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.integration.config.xml.AnnotationConfigParser
 
doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.integration.config.xml.ApplicationEventMulticasterParser
 
doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.integration.config.xml.SelectorChainParser
 
doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.integration.jms.config.JmsInboundGatewayParser
 
doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.integration.mail.config.ImapIdleChannelAdapterParser
 
doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.integration.security.config.SecuredChannelsParser
 
doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.integration.xml.config.XPathExpressionParser
 
doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.integration.xml.config.XPathSelectorParser
 
doPoll() - Method in class org.springframework.integration.endpoint.AbstractPollingEndpoint
 
doPoll() - Method in class org.springframework.integration.endpoint.PollingConsumer
 
doPoll() - Method in class org.springframework.integration.endpoint.SourcePollingChannelAdapter
 
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.rmi.config.RmiInboundGatewayParser
 
doReceive(long) - Method in class org.springframework.integration.channel.AbstractPollableChannel
Subclasses must implement this method.
doReceive(long) - Method in class org.springframework.integration.channel.PriorityChannel
 
doReceive(long) - Method in class org.springframework.integration.channel.QueueChannel
 
doReceive(long) - Method in class org.springframework.integration.channel.ThreadLocalChannel
 
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.AbstractSubscribableChannel
 
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
 
doStart() - Method in class org.springframework.integration.endpoint.AbstractEndpoint
Subclasses must implement this method with the start behavior.
doStart() - Method in class org.springframework.integration.endpoint.AbstractPollingEndpoint
 
doStart() - Method in class org.springframework.integration.endpoint.EventDrivenConsumer
 
doStart() - Method in class org.springframework.integration.event.ApplicationEventInboundChannelAdapter
 
doStart() - Method in class org.springframework.integration.gateway.AbstractMessagingGateway
 
doStart() - Method in class org.springframework.integration.gateway.GatewayProxyFactoryBean
 
doStart() - Method in class org.springframework.integration.jms.JmsInboundGateway
 
doStart() - Method in class org.springframework.integration.mail.ImapIdleChannelAdapter
 
doStop() - Method in class org.springframework.integration.endpoint.AbstractEndpoint
Subclasses must implement this method with the stop behavior.
doStop() - Method in class org.springframework.integration.endpoint.AbstractPollingEndpoint
 
doStop() - Method in class org.springframework.integration.endpoint.EventDrivenConsumer
 
doStop() - Method in class org.springframework.integration.event.ApplicationEventInboundChannelAdapter
 
doStop() - Method in class org.springframework.integration.gateway.AbstractMessagingGateway
 
doStop() - Method in class org.springframework.integration.gateway.GatewayProxyFactoryBean
 
doStop() - Method in class org.springframework.integration.jms.JmsInboundGateway
 
doStop() - Method in class org.springframework.integration.mail.ImapIdleChannelAdapter
 
doTransform(Message) - Method in class org.springframework.integration.mail.transformer.AbstractMailMessageTransformer
 
doTransform(Message) - Method in class org.springframework.integration.mail.transformer.MailToStringTransformer
 

E

entrySet() - Method in class org.springframework.integration.core.MessageHeaders
 
equals(Object) - Method in class org.springframework.integration.core.MessageHeaders
 
equals(Object) - Method in class org.springframework.integration.scheduling.CronSequenceGenerator
 
equals(Object) - Method in class org.springframework.integration.scheduling.CronTrigger
 
ERROR_CHANNEL - Static variable in class org.springframework.integration.core.MessageHeaders
 
ERROR_CHANNEL_BEAN_NAME - Static variable in class org.springframework.integration.context.IntegrationContextUtils
 
ErrorHandler - Interface in org.springframework.integration.util
Strategy for handling a Throwable.
ErrorHandlingTaskExecutor - Class in org.springframework.integration.executor
 
ErrorHandlingTaskExecutor(ErrorHandler, TaskExecutor) - Constructor for class org.springframework.integration.executor.ErrorHandlingTaskExecutor
 
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
 
ErrorMessageExceptionTypeRouter - Class in org.springframework.integration.router
A Message Router that resolves the target MessageChannel for messages whose payload is an Exception.
ErrorMessageExceptionTypeRouter() - Constructor for class org.springframework.integration.router.ErrorMessageExceptionTypeRouter
 
EventDrivenConsumer - Class in org.springframework.integration.endpoint
Message Endpoint that connects any MessageHandler implementation to a SubscribableChannel.
EventDrivenConsumer(SubscribableChannel, MessageHandler) - Constructor for class org.springframework.integration.endpoint.EventDrivenConsumer
 
execute(Runnable) - Method in class org.springframework.integration.executor.ErrorHandlingTaskExecutor
 
execute(Runnable) - Method in class org.springframework.integration.scheduling.SimpleTaskScheduler
 
executeMethod(List<Message<?>>) - Method in class org.springframework.integration.aggregator.MessageListMethodAdapter
 
EXPIRATION_DATE - Static variable in class org.springframework.integration.core.MessageHeaders
 

F

fetchMessages(Message[]) - Method in class org.springframework.integration.mail.AbstractMailReceiver
Fetches the specified messages from this receiver's folder.
FileHeaders - Class in org.springframework.integration.file
Pre-defined header names to be used when storing or retrieving File-related values to/from integration Message Headers.
FileHeaders() - Constructor for class org.springframework.integration.file.FileHeaders
 
FileInboundChannelAdapterParser - Class in org.springframework.integration.file.config
Parser for the <inbound-channel-adapter> element of the 'file' namespace.
FileInboundChannelAdapterParser() - Constructor for class org.springframework.integration.file.config.FileInboundChannelAdapterParser
 
FileListFilter - Interface in org.springframework.integration.file
Strategy interface for filtering a group of files.
FILENAME - Static variable in class org.springframework.integration.file.FileHeaders
 
FileNameGenerator - Interface in org.springframework.integration.file
Strategy interface for generating a file name from a message.
FileNamespaceHandler - Class in org.springframework.integration.file.config
Namespace handler for Spring Integration's 'file' namespace.
FileNamespaceHandler() - Constructor for class org.springframework.integration.file.config.FileNamespaceHandler
 
FileOutboundChannelAdapterParser - Class in org.springframework.integration.file.config
Parser for the <outbound-channel-adapter/> element of the 'file' namespace.
FileOutboundChannelAdapterParser() - Constructor for class org.springframework.integration.file.config.FileOutboundChannelAdapterParser
 
FileReadingMessageSource - Class in org.springframework.integration.file
PollableSource that creates messages from a file system directory.
FileReadingMessageSource() - Constructor for class org.springframework.integration.file.FileReadingMessageSource
 
FileToByteArrayTransformer - Class in org.springframework.integration.file.transformer
A payload transformer that copies a File's contents to a byte array.
FileToByteArrayTransformer() - Constructor for class org.springframework.integration.file.transformer.FileToByteArrayTransformer
 
FileToByteArrayTransformerParser - Class in org.springframework.integration.file.config
Parser for the <file-to-bytes-transformer> element.
FileToByteArrayTransformerParser() - Constructor for class org.springframework.integration.file.config.FileToByteArrayTransformerParser
 
FileToStringTransformer - Class in org.springframework.integration.file.transformer
A payload transformer that copies a File's contents to a String.
FileToStringTransformer() - Constructor for class org.springframework.integration.file.transformer.FileToStringTransformer
 
FileToStringTransformerParser - Class in org.springframework.integration.file.config
Parser for the <file-to-string-transformer> element.
FileToStringTransformerParser() - Constructor for class org.springframework.integration.file.config.FileToStringTransformerParser
 
FileWritingMessageHandler - Class in org.springframework.integration.file
A MessageHandler implementation that writes the Message payload to a file.
FileWritingMessageHandler(String) - Constructor for class org.springframework.integration.file.FileWritingMessageHandler
 
FileWritingMessageHandler(File) - Constructor for class org.springframework.integration.file.FileWritingMessageHandler
 
filterFiles(File[]) - Method in class org.springframework.integration.file.AbstractFileListFilter
Returns the list of files that are accepted by this filter.
filterFiles(File[]) - Method in class org.springframework.integration.file.CompositeFileListFilter
Filters out files and returns the files that are left in a list. This implementation delegates to a collection of filters and returns only files that pass all the filters.
filterFiles(File[]) - Method in interface org.springframework.integration.file.FileListFilter
Filters out files and returns the files that are left in a list.
FilterParser - Class in org.springframework.integration.config.xml
Parser for the <filter/> element.
FilterParser() - Constructor for class org.springframework.integration.config.xml.FilterParser
 
findMethod(Object) - Method in class org.springframework.integration.util.AnnotationMethodResolver
Find a single Method on the Class of the given candidate object that contains the annotation type for which this resolver is searching.
findMethod(Class<?>) - Method in class org.springframework.integration.util.AnnotationMethodResolver
Find a single Method on the given Class that contains the annotation type for which this resolver is searching.
findMethod(Object) - Method in class org.springframework.integration.util.DefaultMethodResolver
 
findMethod(Class<?>) - Method in class org.springframework.integration.util.DefaultMethodResolver
 
findMethod(Object) - Method in interface org.springframework.integration.util.MethodResolver
Find a single Method on the provided Object that matches this resolver's criteria.
findMethod(Class<?>) - Method in interface org.springframework.integration.util.MethodResolver
Find a single Method on the given Class that matches this resolver's criteria.
FROM - Static variable in class org.springframework.integration.mail.MailHeaders
 
fromHeaders(MessageHeaders, Message) - Method in class org.springframework.integration.jms.DefaultJmsHeaderMapper
 
fromHeaders(MessageHeaders, Message) - Method in interface org.springframework.integration.jms.JmsHeaderMapper
 
fromMessage(Message<?>) - Method in class org.springframework.integration.gateway.AbstractMessagingGateway
Subclasses must implement this to map from a Message to an Object.
fromMessage(Message<?>) - Method in class org.springframework.integration.gateway.SimpleMessageMapper
Returns the Message payload (or null if the Message is null).
fromMessage(Message<?>) - Method in class org.springframework.integration.gateway.SimpleMessagingGateway
 
fromMessage(Message) - Method in class org.springframework.integration.jms.HeaderMappingMessageConverter
Converts from a JMS Message to an integration Message.
fromMessage(Message<T>) - Static method in class org.springframework.integration.message.MessageBuilder
Create a builder for a new Message instance pre-populated with all of the headers copied from the provided message.
fromMessage(Message<?>) - Method in class org.springframework.integration.message.MethodParameterMessageMapper
 
fromMessage(Message<?>) - Method in interface org.springframework.integration.message.OutboundMessageMapper
 

G

Gateway - Annotation Type in org.springframework.integration.annotation
Indicates that a method is capable of mapping its parameters to a message or message payload.
GatewayParser - Class in org.springframework.integration.config.xml
Parser for the <gateway/> element.
GatewayParser() - Constructor for class org.springframework.integration.config.xml.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.file.DefaultFileNameGenerator
 
generateFileName(Message<?>) - Method in interface org.springframework.integration.file.FileNameGenerator
 
GenericMessage<T> - Class in org.springframework.integration.message
Base Message class defining common properties such as id, payload, and headers.
GenericMessage(T) - Constructor for class org.springframework.integration.message.GenericMessage
Create a new message with the given payload.
GenericMessage(T, Map<String, Object>) - Constructor for class org.springframework.integration.message.GenericMessage
Create a new message with the given payload.
get(Object, Class<T>) - Method in class org.springframework.integration.core.MessageHeaders
 
get(Object) - Method in class org.springframework.integration.core.MessageHeaders
 
getAttributes(Object) - Method in class org.springframework.integration.security.channel.ChannelInvocationDefinitionSource
 
getBeanClass(Element) - Method in class org.springframework.integration.adapter.config.AbstractRemotingGatewayParser
 
getBeanClass(Element) - Method in class org.springframework.integration.config.xml.AbstractConsumerEndpointParser
 
getBeanClass(Element) - Method in class org.springframework.integration.config.xml.AnnotationConfigParser
 
getBeanClass(Element) - Method in class org.springframework.integration.config.xml.ApplicationEventMulticasterParser
 
getBeanClass(Element) - Method in class org.springframework.integration.config.xml.GatewayParser
 
getBeanClass(Element) - Method in class org.springframework.integration.config.xml.SelectorChainParser
 
getBeanClass(Element) - Method in class org.springframework.integration.config.xml.ThreadPoolTaskExecutorParser
 
getBeanClass(Element) - Method in class org.springframework.integration.httpinvoker.config.HttpInvokerInboundGatewayParser
 
getBeanClass(Element) - Method in class org.springframework.integration.jms.config.JmsInboundGatewayParser
 
getBeanClass(Element) - Method in class org.springframework.integration.mail.config.ImapIdleChannelAdapterParser
 
getBeanClass(Element) - Method in class org.springframework.integration.rmi.config.RmiInboundGatewayParser
 
getBeanClass(Element) - Method in class org.springframework.integration.security.config.SecuredChannelsParser
 
getBeanClass(Element) - Method in class org.springframework.integration.xml.config.XPathExpressionParser
 
getBeanFactory() - Method in class org.springframework.integration.context.IntegrationObjectSupport
 
getChannel() - Method in class org.springframework.integration.security.channel.ChannelInvocation
 
getChannelResolver() - Method in class org.springframework.integration.context.IntegrationObjectSupport
 
getConfigAttributeDefinitionForReceive() - Method in class org.springframework.integration.security.channel.ChannelAccessPolicy
 
getConfigAttributeDefinitionForSend() - Method in class org.springframework.integration.security.channel.ChannelAccessPolicy
 
getConfigAttributeDefinitions() - Method in class org.springframework.integration.security.channel.ChannelInvocationDefinitionSource
 
getConverter() - Method in class org.springframework.integration.xml.router.AbstractXPathRouter
 
getConverter() - Method in class org.springframework.integration.xml.selector.AbstractXPathMessageSelector
 
getCorrelationId() - Method in class org.springframework.integration.core.MessageHeaders
 
getDefaultPollInterval() - Method in class org.springframework.integration.config.xml.AbstractPollingInboundChannelAdapterParser
Subclasses may override this to provide the default poll interval (when no 'trigger' is configured).
getDispatcher() - Method in class org.springframework.integration.channel.AbstractSubscribableChannel
 
getDocumentBuilder() - Method in class org.springframework.integration.xml.DefaultXmlPayloadConverter
 
getDocumentBuilder() - Method in class org.springframework.integration.xml.transformer.ResultToDocumentTransformer
 
getErrorChannel(BeanFactory) - Static method in class org.springframework.integration.context.IntegrationContextUtils
 
getErrorChannel() - Method in class org.springframework.integration.core.MessageHeaders
 
getExpirationDate() - Method in class org.springframework.integration.core.MessageHeaders
 
getFailedMessage() - Method in exception org.springframework.integration.core.MessagingException
 
getFolder() - Method in class org.springframework.integration.mail.AbstractMailReceiver
 
getGatewayClass(Element) - Method in class org.springframework.integration.adapter.config.AbstractRemotingOutboundGatewayParser
 
getGatewayClass(Element) - Method in class org.springframework.integration.httpinvoker.config.HttpInvokerOutboundGatewayParser
 
getGatewayClass(Element) - Method in class org.springframework.integration.rmi.config.RmiOutboundGatewayParser
 
getGatewayClass(Element) - Method in class org.springframework.integration.ws.config.WebServiceOutboundGatewayParser
 
getHeaders() - Method in interface org.springframework.integration.core.Message
 
getHeaders() - Method in class org.springframework.integration.message.GenericMessage
 
getId() - Method in class org.springframework.integration.core.MessageHeaders
 
getInputChannelAttributeName() - Method in class org.springframework.integration.adapter.config.AbstractRemotingOutboundGatewayParser
 
getInputChannelAttributeName() - Method in class org.springframework.integration.config.xml.AbstractConsumerEndpointParser
 
getInputChannelAttributeName() - Method in class org.springframework.integration.jms.config.JmsOutboundGatewayParser
 
getInterceptors() - Method in class org.springframework.integration.channel.AbstractMessageChannel
Exposes the interceptor list for subclasses.
getJmsTemplate() - Method in class org.springframework.integration.jms.AbstractJmsTemplateBasedAdapter
 
getMessage() - Method in class org.springframework.integration.event.MessagingEvent
 
getMessage() - Method in class org.springframework.integration.security.channel.ChannelInvocation
 
getMessages() - Method in class org.springframework.integration.aggregator.AbstractMessageBarrier
 
getMessages() - Method in interface org.springframework.integration.aggregator.MessageBarrier
 
getMesssageCount() - Method in class org.springframework.integration.channel.QueueChannel
 
getMethod() - Method in class org.springframework.integration.aggregator.MessageListMethodAdapter
 
getMethodInvocation() - Method in class org.springframework.integration.security.channel.ChannelInvocation
 
getName() - Method in class org.springframework.integration.channel.AbstractMessageChannel
Return the name of this channel.
getName() - Method in class org.springframework.integration.channel.NullChannel
Always returns null.
getName() - Method in interface org.springframework.integration.core.MessageChannel
Return the name of this channel.
getNewDocumentBuilder() - Method in class org.springframework.integration.xml.result.DomResultFactory
 
getNewDocumentBuilder() - Method in class org.springframework.integration.xml.source.DomSourceFactory
 
getNewDocumentBuilder() - Method in class org.springframework.integration.xml.splitter.XPathMessageSplitter
 
getNewDocumentBuilder() - Method in class org.springframework.integration.xml.transformer.ResultToStringTransformer
 
getNewTransformer() - Method in class org.springframework.integration.xml.transformer.ResultToStringTransformer
 
getNextRunTime(Date, Date) - Method in class org.springframework.integration.scheduling.CronTrigger
Return the next time a task should run.
getNextRunTime(Date, Date) - Method in class org.springframework.integration.scheduling.IntervalTrigger
Returns the next time a task should run.
getNextRunTime(Date, Date) - Method in interface org.springframework.integration.scheduling.Trigger
Returns the next time that a task should run or null if the task should not run again.
getObject() - Method in class org.springframework.integration.config.AbstractMessageHandlerFactoryBean
 
getObject() - Method in class org.springframework.integration.config.ConsumerEndpointFactoryBean
 
getObject() - Method in class org.springframework.integration.gateway.GatewayProxyFactoryBean
 
getObjectType() - Method in class org.springframework.integration.config.AbstractMessageHandlerFactoryBean
 
getObjectType() - Method in class org.springframework.integration.config.ConsumerEndpointFactoryBean
 
getObjectType() - Method in class org.springframework.integration.gateway.GatewayProxyFactoryBean
 
getOutputChannel() - Method in class org.springframework.integration.handler.AbstractReplyProducingMessageHandler
 
getParserMap() - Method in class org.springframework.integration.config.xml.AbstractInterceptorParser
 
getParserMap() - Method in class org.springframework.integration.config.xml.ChannelInterceptorParser
 
getPatterns() - Method in class org.springframework.integration.security.channel.ChannelInvocationDefinitionSource
 
getPayload() - Method in interface org.springframework.integration.core.Message
 
getPayload() - Method in class org.springframework.integration.message.GenericMessage
 
getPriority() - Method in class org.springframework.integration.core.MessageHeaders
 
getRemainingCapacity() - Method in class org.springframework.integration.channel.QueueChannel
 
getReplyChannel() - Method in class org.springframework.integration.core.MessageHeaders
 
getRequiredTaskScheduler(BeanFactory) - Static method in class org.springframework.integration.context.IntegrationContextUtils
 
getSecureObjectClass() - Method in class org.springframework.integration.security.channel.ChannelSecurityInterceptor
 
getSequenceNumber() - Method in class org.springframework.integration.core.MessageHeaders
 
getSequenceSize() - Method in class org.springframework.integration.core.MessageHeaders
 
getTargetChannel() - Method in class org.springframework.integration.handler.ReplyMessageHolder
 
getTaskExecutor() - Method in class org.springframework.integration.dispatcher.AbstractDispatcher
 
getTaskScheduler(BeanFactory) - Static method in class org.springframework.integration.context.IntegrationContextUtils
 
getTaskScheduler() - Method in class org.springframework.integration.context.IntegrationObjectSupport
 
getTimestamp() - Method in class org.springframework.integration.aggregator.AbstractMessageBarrier
Returns the creation time of this barrier as the number of milliseconds since January 1, 1970.
getTimestamp() - Method in interface org.springframework.integration.aggregator.MessageBarrier
 
getTimestamp() - Method in class org.springframework.integration.core.MessageHeaders
 
getTransformer() - Method in class org.springframework.integration.xml.source.StringSourceFactory
 
getTransformerClass() - Method in class org.springframework.integration.config.xml.AbstractTransformerParser
 
getTransformerClass() - Method in class org.springframework.integration.config.xml.SimpleHeaderEnricherParser
 
getTransformerClass() - Method in class org.springframework.integration.file.config.FileToByteArrayTransformerParser
 
getTransformerClass() - Method in class org.springframework.integration.file.config.FileToStringTransformerParser
 
getTransformerClass() - Method in class org.springframework.integration.mail.config.MailToStringTransformerParser
 
getTransformerClass() - Method in class org.springframework.integration.xml.config.XmlMarshallingTransformerParser
 
getTransformerClass() - Method in class org.springframework.integration.xml.config.XmlUnmarshallingTransformerParser
 
getTransformerClass() - Method in class org.springframework.integration.xml.config.XsltPayloadTransformerParser
 
getTransformOnSend() - Method in class org.springframework.integration.transformer.MessageTransformingChannelInterceptor
 
getTypeConverter() - Method in class org.springframework.integration.util.DefaultMethodInvoker
 
getWebServiceTemplate() - Method in class org.springframework.integration.ws.AbstractWebServiceOutboundGateway
 
getXPathExpresion() - Method in class org.springframework.integration.xml.selector.AbstractXPathMessageSelector
 
getXPathExpression() - Method in class org.springframework.integration.xml.router.AbstractXPathRouter
 

H

handle(Message<?>) - Method in interface org.springframework.integration.adapter.RemoteMessageHandler
 
handle(Message<?>) - Method in class org.springframework.integration.adapter.RemotingInboundGatewaySupport
 
handle(Throwable) - Method in class org.springframework.integration.channel.MessagePublishingErrorHandler
 
handle(Throwable) - Method in interface org.springframework.integration.util.ErrorHandler
 
handleMailMessagingException(MessagingException) - Method in class org.springframework.integration.mail.ImapIdleChannelAdapter
 
handleMessage(Message<?>) - Method in class org.springframework.integration.file.FileWritingMessageHandler
 
handleMessage(Message<?>) - Method in class org.springframework.integration.handler.AbstractMessageHandler
 
handleMessage(Message<?>) - Method in class org.springframework.integration.handler.MethodInvokingMessageHandler
 
handleMessage(Message<?>) - Method in class org.springframework.integration.jms.JmsSendingMessageHandler
 
handleMessage(Message<?>) - Method in class org.springframework.integration.mail.MailSendingMessageHandler
 
handleMessage(Message<?>) - Method in interface org.springframework.integration.message.MessageHandler
 
handleMessage(Message<?>) - Method in class org.springframework.integration.stream.ByteStreamWritingMessageHandler
 
handleMessage(Message<?>) - Method in class org.springframework.integration.stream.CharacterStreamWritingMessageHandler
 
handleMessageInternal(Message<?>) - Method in class org.springframework.integration.aggregator.AbstractMessageBarrierHandler
 
handleMessageInternal(Message<?>) - Method in class org.springframework.integration.event.ApplicationEventPublishingMessageHandler
 
handleMessageInternal(Message<?>) - Method in class org.springframework.integration.handler.AbstractMessageHandler
 
handleMessageInternal(Message<?>) - Method in class org.springframework.integration.handler.AbstractReplyProducingMessageHandler
 
handleMessageInternal(Message<?>) - Method in class org.springframework.integration.router.AbstractMessageRouter
 
handleNonstandardInterceptor(Element, ParserContext) - Method in class org.springframework.integration.config.xml.AbstractInterceptorParser
 
handleRequest(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.integration.httpinvoker.HttpInvokerInboundGateway
 
handleRequestMessage(Message<?>, ReplyMessageHolder) - Method in class org.springframework.integration.adapter.AbstractRemotingOutboundGateway
 
handleRequestMessage(Message<?>, ReplyMessageHolder) - Method in class org.springframework.integration.filter.MessageFilter
 
handleRequestMessage(Message<?>, ReplyMessageHolder) - Method in class org.springframework.integration.handler.AbstractReplyProducingMessageHandler
 
handleRequestMessage(Message<?>, ReplyMessageHolder) - Method in class org.springframework.integration.handler.ServiceActivatingHandler
 
handleRequestMessage(Message<?>, ReplyMessageHolder) - Method in class org.springframework.integration.jms.JmsOutboundGateway
 
handleRequestMessage(Message<?>, ReplyMessageHolder) - Method in class org.springframework.integration.splitter.AbstractMessageSplitter
 
handleRequestMessage(Message<?>, ReplyMessageHolder) - Method in class org.springframework.integration.transformer.MessageTransformingHandler
 
handleRequestMessage(Message<?>, ReplyMessageHolder) - Method in class org.springframework.integration.ws.AbstractWebServiceOutboundGateway
 
handlers - Variable in class org.springframework.integration.dispatcher.AbstractDispatcher
 
hashCode() - Method in class org.springframework.integration.core.MessageHeaders
 
hashCode() - Method in class org.springframework.integration.scheduling.CronSequenceGenerator
 
hashCode() - Method in class org.springframework.integration.scheduling.CronTrigger
 
hasReceivedAllMessages() - Method in class org.springframework.integration.aggregator.AbstractMessageBarrier
Subclasses must implement this method to indicate if all possible messages that could be received by a given barrier have already been received (e.g.
hasReceivedAllMessages() - Method in class org.springframework.integration.aggregator.AggregationBarrier
 
hasReceivedAllMessages() - Method in class org.springframework.integration.aggregator.ResequencingMessageBarrier
 
Header - Annotation Type in org.springframework.integration.annotation
Annotation indicating that a method parameter's value should be retrieved from the message headers.
HEADER_MAPPER_ATTRIBUTE - Static variable in class org.springframework.integration.jms.config.JmsAdapterParserUtils
 
HEADER_MAPPER_PROPERTY - Static variable in class org.springframework.integration.jms.config.JmsAdapterParserUtils
 
HeaderEnricher - Class in org.springframework.integration.transformer
A Transformer that adds statically configured header values to a Message.
HeaderEnricher(Map<String, Object>) - Constructor for class org.springframework.integration.transformer.HeaderEnricher
Create a HeaderEnricher with the given map of headers.
HeaderMappingMessageConverter - Class in org.springframework.integration.jms
A MessageConverter implementation that is capable of delegating to an existing converter instance and an existing JmsHeaderMapper.
HeaderMappingMessageConverter() - Constructor for class org.springframework.integration.jms.HeaderMappingMessageConverter
Create a HeaderMappingMessageConverter instance that will rely on the default SimpleMessageConverter and DefaultJmsHeaderMapper.
HeaderMappingMessageConverter(MessageConverter) - Constructor for class org.springframework.integration.jms.HeaderMappingMessageConverter
Create a HeaderMappingMessageConverter instance that will delegate to the provided MessageConverter instance and will use the default implementation of the JmsHeaderMapper strategy.
HeaderMappingMessageConverter(JmsHeaderMapper) - Constructor for class org.springframework.integration.jms.HeaderMappingMessageConverter
Create a HeaderMappingMessageConverter instance that will delegate to the provided JmsHeaderMapper instance and will use the default SimpleMessageConverter implementation.
HeaderMappingMessageConverter(MessageConverter, JmsHeaderMapper) - Constructor for class org.springframework.integration.jms.HeaderMappingMessageConverter
Create a HeaderMappingMessageConverter instance that will delegate to the provided MessageConverter and JmsHeaderMapper.
Headers - Annotation Type in org.springframework.integration.annotation
Annotation indicating that a method parameter's value should be mapped to or from the message headers.
HttpInvokerInboundGateway - Class in org.springframework.integration.httpinvoker
An inbound gateway adapter for HttpInvoker-based remoting.
HttpInvokerInboundGateway() - Constructor for class org.springframework.integration.httpinvoker.HttpInvokerInboundGateway
 
HttpInvokerInboundGatewayParser - Class in org.springframework.integration.httpinvoker.config
Parser for the <httpinvoker-gateway/> element.
HttpInvokerInboundGatewayParser() - Constructor for class org.springframework.integration.httpinvoker.config.HttpInvokerInboundGatewayParser
 
HttpInvokerNamespaceHandler - Class in org.springframework.integration.httpinvoker.config
Namespace handler for Spring Integration's httpinvoker namespace.
HttpInvokerNamespaceHandler() - Constructor for class org.springframework.integration.httpinvoker.config.HttpInvokerNamespaceHandler
 
HttpInvokerOutboundGateway - Class in org.springframework.integration.httpinvoker
A MessageHandler adapter for HttpInvoker-based remoting.
HttpInvokerOutboundGateway(String) - Constructor for class org.springframework.integration.httpinvoker.HttpInvokerOutboundGateway
 
HttpInvokerOutboundGatewayParser - Class in org.springframework.integration.httpinvoker.config
Parser for the <outbound-gateway/> element of the 'httpinvoker' namespace.
HttpInvokerOutboundGatewayParser() - Constructor for class org.springframework.integration.httpinvoker.config.HttpInvokerOutboundGatewayParser
 

I

ID - Static variable in class org.springframework.integration.core.MessageHeaders
 
ImapIdleChannelAdapter - Class in org.springframework.integration.mail
An event-driven Channel Adapter that receives mail messages from a mail server that supports the IMAP "idle" command (see RFC 2177).
ImapIdleChannelAdapter(ImapMailReceiver) - Constructor for class org.springframework.integration.mail.ImapIdleChannelAdapter
 
ImapIdleChannelAdapterParser - Class in org.springframework.integration.mail.config
Parser for the <imap-idle-channel-adapter> element in the 'mail' namespace.
ImapIdleChannelAdapterParser() - Constructor for class org.springframework.integration.mail.config.ImapIdleChannelAdapterParser
 
ImapMailReceiver - Class in org.springframework.integration.mail
A MailReceiver implementation for receiving mail messages from a mail server that supports the IMAP protocol.
ImapMailReceiver(String) - Constructor for class org.springframework.integration.mail.ImapMailReceiver
 
InboundMessageMapper<T> - Interface in org.springframework.integration.message
Strategy interface for mapping from an Object to aMessage.
init() - Method in class org.springframework.integration.config.xml.IntegrationNamespaceHandler
 
init() - Method in class org.springframework.integration.file.config.FileNamespaceHandler
 
init() - Method in class org.springframework.integration.httpinvoker.config.HttpInvokerNamespaceHandler
 
init() - Method in class org.springframework.integration.jms.config.JmsNamespaceHandler
 
init() - Method in class org.springframework.integration.mail.config.MailNamespaceHandler
 
init() - Method in class org.springframework.integration.rmi.config.RmiNamespaceHandler
 
init() - Method in class org.springframework.integration.security.config.IntegrationSecurityNamespaceHandler
 
init() - Method in class org.springframework.integration.stream.config.StreamNamespaceHandler
 
init() - Method in class org.springframework.integration.ws.config.WsNamespaceHandler
 
init() - Method in class org.springframework.integration.xml.config.IntegrationXmlNamespaceHandler
 
initialized - Variable in class org.springframework.integration.mail.AbstractMailReceiver
 
IntegrationContextUtils - Class in org.springframework.integration.context
 
IntegrationContextUtils() - Constructor for class org.springframework.integration.context.IntegrationContextUtils
 
IntegrationNamespaceHandler - Class in org.springframework.integration.config.xml
Namespace handler for the integration namespace.
IntegrationNamespaceHandler() - Constructor for class org.springframework.integration.config.xml.IntegrationNamespaceHandler
 
IntegrationNamespaceUtils - Class in org.springframework.integration.config.xml
Shared utility methods for integration namespace parsers.
IntegrationNamespaceUtils() - Constructor for class org.springframework.integration.config.xml.IntegrationNamespaceUtils
 
IntegrationObjectSupport - Class in org.springframework.integration.context
A base class that provides convenient access to the bean factory as well as ChannelResolver and TaskScheduler instances.
IntegrationObjectSupport() - Constructor for class org.springframework.integration.context.IntegrationObjectSupport
 
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
 
IntervalTrigger - Class in org.springframework.integration.scheduling
A trigger for periodic execution.
IntervalTrigger(long) - Constructor for class org.springframework.integration.scheduling.IntervalTrigger
Create a trigger with the given interval in milliseconds.
IntervalTrigger(long, TimeUnit) - Constructor for class org.springframework.integration.scheduling.IntervalTrigger
Create a trigger with the given interval and time unit.
invoke(MethodInvocation) - Method in class org.springframework.integration.gateway.GatewayProxyFactoryBean
 
invoke(MethodInvocation) - Method in class org.springframework.integration.security.channel.ChannelSecurityInterceptor
 
invokeMethod(Object...) - Method in class org.springframework.integration.message.MessageMappingMethodInvoker
 
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
 
isBarrierRemovable(Object, List<Message<?>>) - Method in class org.springframework.integration.aggregator.AbstractMessageAggregator
 
isBarrierRemovable(Object, List<Message<?>>) - Method in class org.springframework.integration.aggregator.AbstractMessageBarrierHandler
Implements the logic for deciding whether, based on what the MessageBarrier has released so far, work for the correlationId can be considered complete and the barrier can be released.
isBarrierRemovable(Object, List<Message<?>>) - Method in class org.springframework.integration.aggregator.Resequencer
 
isComplete() - Method in class org.springframework.integration.aggregator.AbstractMessageBarrier
 
isComplete(List<Message<?>>) - Method in interface org.springframework.integration.aggregator.CompletionStrategy
 
isComplete(List<Message<?>>) - Method in class org.springframework.integration.aggregator.CompletionStrategyAdapter
 
isComplete(List<Message<?>>) - Method in class org.springframework.integration.aggregator.SequenceSizeCompletionStrategy
 
isEligibleAttribute(String) - Method in class org.springframework.integration.adapter.config.AbstractRemotingGatewayParser
 
isEligibleAttribute(String) - Method in class org.springframework.integration.config.xml.GatewayParser
 
isEligibleAttribute(String) - Method in class org.springframework.integration.config.xml.ThreadPoolTaskExecutorParser
 
isEligibleAttribute(String) - Method in class org.springframework.integration.rmi.config.RmiInboundGatewayParser
 
isEligibleHeaderName(String) - Method in class org.springframework.integration.config.xml.SimpleHeaderEnricherParser
 
isEmpty() - Method in class org.springframework.integration.core.MessageHeaders
 
isEmpty() - Method in class org.springframework.integration.handler.ReplyMessageHolder
 
isReceive() - Method in class org.springframework.integration.security.channel.ChannelInvocation
 
isRunning() - Method in class org.springframework.integration.aggregator.AbstractMessageBarrierHandler
 
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
 
isSend() - Method in class org.springframework.integration.security.channel.ChannelInvocation
 
isSingleton() - Method in class org.springframework.integration.config.AbstractMessageHandlerFactoryBean
 
isSingleton() - Method in class org.springframework.integration.config.ConsumerEndpointFactoryBean
 
isSingleton() - Method in class org.springframework.integration.gateway.GatewayProxyFactoryBean
 

J

JMS_TEMPLATE_ATTRIBUTE - Static variable in class org.springframework.integration.jms.config.JmsAdapterParserUtils
 
JMS_TEMPLATE_PROPERTY - Static variable in class org.springframework.integration.jms.config.JmsAdapterParserUtils
 
JmsAdapterParserUtils - Class in org.springframework.integration.jms.config
Utility methods and constants for JMS adapter parsers.
JmsAdapterParserUtils() - Constructor for class org.springframework.integration.jms.config.JmsAdapterParserUtils
 
JmsDestinationPollingSource - Class in org.springframework.integration.jms
A source for receiving JMS Messages with a polling listener.
JmsDestinationPollingSource(JmsTemplate) - Constructor for class org.springframework.integration.jms.JmsDestinationPollingSource
 
JmsDestinationPollingSource(ConnectionFactory, Destination) - Constructor for class org.springframework.integration.jms.JmsDestinationPollingSource
 
JmsDestinationPollingSource(ConnectionFactory, String) - Constructor for class org.springframework.integration.jms.JmsDestinationPollingSource
 
JmsHeaderMapper - Interface in org.springframework.integration.jms
Strategy interface for mapping integration Message headers to an outbound JMS Message (e.g.
JmsHeaders - Class in org.springframework.integration.jms
Pre-defined names and prefixes to be used for setting and/or retrieving JMS attributes from/to integration Message Headers.
JmsHeaders() - Constructor for class org.springframework.integration.jms.JmsHeaders
 
JmsInboundChannelAdapterParser - Class in org.springframework.integration.jms.config
Parser for the <inbound-channel-adapter/> element of the 'jms' namespace.
JmsInboundChannelAdapterParser() - Constructor for class org.springframework.integration.jms.config.JmsInboundChannelAdapterParser
 
JmsInboundGateway - Class in org.springframework.integration.jms
A message-driven adapter for receiving JMS messages and sending to a channel.
JmsInboundGateway() - Constructor for class org.springframework.integration.jms.JmsInboundGateway
 
JmsInboundGatewayParser - Class in org.springframework.integration.jms.config
Parser for the <inbound-gateway> element of the 'jms' integration namespace.
JmsInboundGatewayParser() - Constructor for class org.springframework.integration.jms.config.JmsInboundGatewayParser
 
JmsNamespaceHandler - Class in org.springframework.integration.jms.config
Namespace handler for Spring Integration's jms namespace.
JmsNamespaceHandler() - Constructor for class org.springframework.integration.jms.config.JmsNamespaceHandler
 
JmsOutboundChannelAdapterParser - Class in org.springframework.integration.jms.config
Parser for the <jms-target/> element.
JmsOutboundChannelAdapterParser() - Constructor for class org.springframework.integration.jms.config.JmsOutboundChannelAdapterParser
 
JmsOutboundGateway - Class in org.springframework.integration.jms
An outbound Messaging Gateway for request/reply JMS.
JmsOutboundGateway() - Constructor for class org.springframework.integration.jms.JmsOutboundGateway
 
JmsOutboundGatewayParser - Class in org.springframework.integration.jms.config
Parser for the <outbound-gateway> element of the integration 'jms' namespace.
JmsOutboundGatewayParser() - Constructor for class org.springframework.integration.jms.config.JmsOutboundGatewayParser
 
JmsSendingMessageHandler - Class in org.springframework.integration.jms
A MessageConsumer that sends the converted Message payload within a JMS Message.
JmsSendingMessageHandler() - Constructor for class org.springframework.integration.jms.JmsSendingMessageHandler
 

K

keySet() - Method in class org.springframework.integration.core.MessageHeaders
 

L

logger - Variable in class org.springframework.integration.aggregator.AbstractMessageBarrierHandler
 
logger - Variable in class org.springframework.integration.channel.MessageChannelTemplate
 
logger - Variable in class org.springframework.integration.context.IntegrationObjectSupport
Logger that is available to subclasses
logger - Variable in class org.springframework.integration.dispatcher.AbstractDispatcher
 
logger - Variable in class org.springframework.integration.handler.AbstractMessageHandler
 
logger - Variable in class org.springframework.integration.mail.AbstractMailReceiver
 
logger - Variable in class org.springframework.integration.mail.transformer.AbstractMailMessageTransformer
 
logger - Static variable in class org.springframework.integration.message.MessageMappingMethodInvoker
 

M

MailHeaders - Class in org.springframework.integration.mail
Pre-defined header names to be used for setting and/or retrieving Mail Message attributes from/to integration Message Headers.
MailHeaders() - Constructor for class org.springframework.integration.mail.MailHeaders
 
MailInboundChannelAdapterParser - Class in org.springframework.integration.mail.config
Parser for the <inbound-channel-adapter> element of Spring Integration's 'mail' namespace.
MailInboundChannelAdapterParser() - Constructor for class org.springframework.integration.mail.config.MailInboundChannelAdapterParser
 
MailNamespaceHandler - Class in org.springframework.integration.mail.config
Namespace handler for the 'mail' namespace.
MailNamespaceHandler() - Constructor for class org.springframework.integration.mail.config.MailNamespaceHandler
 
MailOutboundChannelAdapterParser - Class in org.springframework.integration.mail.config
Parser for the <outbound-channel-adapter/> element of the 'mail' namespace.
MailOutboundChannelAdapterParser() - Constructor for class org.springframework.integration.mail.config.MailOutboundChannelAdapterParser
 
MailReceiver - Interface in org.springframework.integration.mail
Strategy interface for receiving mail Messages.
MailReceivingMessageSource - Class in org.springframework.integration.mail
MessageSource implementation that delegates to a MailReceiver to poll a mailbox.
MailReceivingMessageSource(MailReceiver) - Constructor for class org.springframework.integration.mail.MailReceivingMessageSource
 
MailSendingMessageHandler - Class in org.springframework.integration.mail
A MessageHandler implementation for sending mail.
MailSendingMessageHandler(JavaMailSender) - Constructor for class org.springframework.integration.mail.MailSendingMessageHandler
Create a MailSendingMessageConsumer.
MailToStringTransformer - Class in org.springframework.integration.mail.transformer
Transforms a Message payload of type Message to a String.
MailToStringTransformer() - Constructor for class org.springframework.integration.mail.transformer.MailToStringTransformer
 
MailToStringTransformerParser - Class in org.springframework.integration.mail.config
Parser for the <mail-to-string-transformer> element.
MailToStringTransformerParser() - Constructor for class org.springframework.integration.mail.config.MailToStringTransformerParser
 
MailTransportUtils - Class in org.springframework.integration.mail
Collection of utility methods to work with Mail transports.
MailTransportUtils() - Constructor for class org.springframework.integration.mail.MailTransportUtils
 
MapBasedChannelResolver - Class in org.springframework.integration.channel
ChannelResolver implementation that resolves MessageChannel instances by matching the channel name against keys within a Map.
MapBasedChannelResolver() - Constructor for class org.springframework.integration.channel.MapBasedChannelResolver
 
MarshallingWebServiceOutboundGateway - Class in org.springframework.integration.ws
An outbound Messaging Gateway for invoking Web Services that also supports marshalling and unmarshalling of the request and response messages.
MarshallingWebServiceOutboundGateway(URI, Marshaller, Unmarshaller, WebServiceMessageFactory) - Constructor for class org.springframework.integration.ws.MarshallingWebServiceOutboundGateway
 
MarshallingWebServiceOutboundGateway(URI, Marshaller, Unmarshaller) - Constructor for class org.springframework.integration.ws.MarshallingWebServiceOutboundGateway
 
MarshallingWebServiceOutboundGateway(URI, Marshaller, WebServiceMessageFactory) - Constructor for class org.springframework.integration.ws.MarshallingWebServiceOutboundGateway
 
MarshallingWebServiceOutboundGateway(URI, Marshaller) - Constructor for class org.springframework.integration.ws.MarshallingWebServiceOutboundGateway
 
MAX_MESSAGES_UNBOUNDED - Static variable in class org.springframework.integration.endpoint.AbstractPollingEndpoint
 
maxMessagesPerPoll - Variable in class org.springframework.integration.endpoint.AbstractPollingEndpoint
 
Message<T> - Interface in org.springframework.integration.core
The central interface that any Message type must implement.
MESSAGE_CONVERTER_ATTRIBUTE - Static variable in class org.springframework.integration.jms.config.JmsAdapterParserUtils
 
MESSAGE_CONVERTER_PROPERTY - Static variable in class org.springframework.integration.jms.config.JmsAdapterParserUtils
 
MessageBarrier - Interface in org.springframework.integration.aggregator
Common interface for routing components that release a list of Messages based upon a condition that is met when a Message arrives.
MessageBuilder<T> - Class in org.springframework.integration.message
 
MessageChannel - Interface in org.springframework.integration.core
Base channel interface defining common behavior for message sending and receiving.
MessageChannelTemplate - Class in org.springframework.integration.channel
This is the central class for invoking message exchange operations across MessageChannels.
MessageChannelTemplate() - Constructor for class org.springframework.integration.channel.MessageChannelTemplate
Create a MessageChannelTemplate with no default channel.
MessageChannelTemplate(MessageChannel) - Constructor for class org.springframework.integration.channel.MessageChannelTemplate
Create a MessageChannelTemplate with the given default channel.
MessageDeliveryAware<T> - Interface in org.springframework.integration.message
Interface that provides callback definitions for components that require message delivery status notifications.
MessageDeliveryException - Exception in org.springframework.integration.message
Exception that indicates an error during message delivery.
MessageDeliveryException(Message<?>) - Constructor for exception org.springframework.integration.message.MessageDeliveryException
 
MessageDeliveryException(Message<?>, String) - Constructor for exception org.springframework.integration.message.MessageDeliveryException
 
MessageDeliveryException(Message<?>, String, Throwable) - Constructor for exception org.springframework.integration.message.MessageDeliveryException
 
MessageDispatcher - Interface in org.springframework.integration.dispatcher
Strategy interface for dispatching messages to handlers.
MessageEndpoint - Annotation Type in org.springframework.integration.annotation
Stereotype annotation indicating that a class is capable of serving as a Message Endpoint.
MessageFilter - Class in org.springframework.integration.filter
Message Handler that delegates to a MessageSelector.
MessageFilter(MessageSelector) - Constructor for class org.springframework.integration.filter.MessageFilter
 
MessageHandler - Interface in org.springframework.integration.message
Base interface for any component that handles Messages.
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<?>, Throwable) - Constructor for exception org.springframework.integration.message.MessageHandlingException
 
MessageHandlingException(Message<?>, String, Throwable) - Constructor for exception org.springframework.integration.message.MessageHandlingException
 
MessageHeaders - Class in org.springframework.integration.core
The headers for a Message.
MessageHeaders(Map<String, Object>) - Constructor for class org.springframework.integration.core.MessageHeaders
 
MessageListMethodAdapter - Class in org.springframework.integration.aggregator
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.aggregator.MessageListMethodAdapter
 
MessageListMethodAdapter(Object, Method) - Constructor for class org.springframework.integration.aggregator.MessageListMethodAdapter
 
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
 
MessageMappingMethodInvoker - Class in org.springframework.integration.message
A base or helper class for any Messaging component that acts as an adapter by invoking a "plain" (not Message-aware) method on a given target object.
MessageMappingMethodInvoker(Object, Method) - Constructor for class org.springframework.integration.message.MessageMappingMethodInvoker
 
MessageMappingMethodInvoker(Object, String) - Constructor for class org.springframework.integration.message.MessageMappingMethodInvoker
 
MessagePriority - Enum in org.springframework.integration.core
An enumeration of the possible values for a message's priority.
MessageProducerSupport - Class in org.springframework.integration.endpoint
A support class for producer endpoints that provides a setter for the output channel and a convenience method for sending Messages.
MessageProducerSupport() - Constructor for class org.springframework.integration.endpoint.MessageProducerSupport
 
MessagePublishingErrorHandler - Class in org.springframework.integration.channel
ErrorHandler implementation that sends an ErrorMessage to a MessageChannel.
MessagePublishingErrorHandler() - Constructor for class org.springframework.integration.channel.MessagePublishingErrorHandler
 
MessagePublishingErrorHandler(ChannelResolver) - Constructor for class org.springframework.integration.channel.MessagePublishingErrorHandler
 
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.aggregator.AbstractMessageBarrier
 
MessageSelectingInterceptor - Class in org.springframework.integration.channel.interceptor
A ChannelInterceptor that delegates to a list of MessageSelectors to decide whether a Message should be accepted on the MessageChannel.
MessageSelectingInterceptor(MessageSelector...) - Constructor for class org.springframework.integration.channel.interceptor.MessageSelectingInterceptor
 
MessageSelector - Interface in org.springframework.integration.selector
Strategy interface for message selection.
MessageSelectorChain - Class in org.springframework.integration.selector
A message selector implementation that passes incoming messages through a chain of selectors.
MessageSelectorChain() - Constructor for class org.springframework.integration.selector.MessageSelectorChain
 
MessageSelectorChain.VotingStrategy - Enum in org.springframework.integration.selector
 
MessageSequenceComparator - Class in org.springframework.integration.aggregator
A Comparator implementation based on the 'sequence number' property of a Message's header.
MessageSequenceComparator() - Constructor for class org.springframework.integration.aggregator.MessageSequenceComparator
 
MessageSource<T> - Interface in org.springframework.integration.message
Base interface for any source of Messages that can be polled.
MessageTransformationException - Exception in org.springframework.integration.transformer
Base Exception type for Message transformation errors.
MessageTransformationException(Message<?>, String, Throwable) - Constructor for exception org.springframework.integration.transformer.MessageTransformationException
 
MessageTransformationException(Message<?>, String) - Constructor for exception org.springframework.integration.transformer.MessageTransformationException
 
MessageTransformationException(Message<?>, Throwable) - Constructor for exception org.springframework.integration.transformer.MessageTransformationException
 
MessageTransformationException(String, Throwable) - Constructor for exception org.springframework.integration.transformer.MessageTransformationException
 
MessageTransformationException(String) - Constructor for exception org.springframework.integration.transformer.MessageTransformationException
 
MessageTransformingChannelInterceptor - Class in org.springframework.integration.transformer
A ChannelInterceptor which invokes a Transformer when either sending-to or receiving-from a channel.
MessageTransformingChannelInterceptor(Transformer) - Constructor for class org.springframework.integration.transformer.MessageTransformingChannelInterceptor
 
MessageTransformingHandler - Class in org.springframework.integration.transformer
A reply-producing MessageHandler that delegates to a Transformer instance to modify the received Message and sends the result to its output channel.
MessageTransformingHandler(Transformer) - Constructor for class org.springframework.integration.transformer.MessageTransformingHandler
Create a MessageTransformingHandler instance that delegates to the provided Transformer.
MessagingAnnotationPostProcessor - Class in org.springframework.integration.config.annotation
A BeanPostProcessor implementation that processes method-level messaging annotations such as @Transformer, @Splitter, and @Router.
MessagingAnnotationPostProcessor() - Constructor for class org.springframework.integration.config.annotation.MessagingAnnotationPostProcessor
 
MessagingEvent - Class in org.springframework.integration.event
A subclass of ApplicationEvent that wraps a Message.
MessagingEvent(Message<?>) - Constructor for class org.springframework.integration.event.MessagingEvent
 
MessagingException - Exception in org.springframework.integration.core
The base exception for any failures within the messaging system.
MessagingException(Message<?>) - Constructor for exception org.springframework.integration.core.MessagingException
 
MessagingException(String) - Constructor for exception org.springframework.integration.core.MessagingException
 
MessagingException(String, Throwable) - Constructor for exception org.springframework.integration.core.MessagingException
 
MessagingException(Message<?>, String) - Constructor for exception org.springframework.integration.core.MessagingException
 
MessagingException(Message<?>, Throwable) - Constructor for exception org.springframework.integration.core.MessagingException
 
MessagingException(Message<?>, String, Throwable) - Constructor for exception org.springframework.integration.core.MessagingException
 
MessagingGateway - Interface in org.springframework.integration.gateway
Base interface for gateway adapters.
method - Variable in class org.springframework.integration.aggregator.MessageListMethodAdapter
 
METHOD_ATTRIBUTE - Static variable in class org.springframework.integration.config.xml.AbstractConsumerEndpointParser
 
MethodAnnotationPostProcessor<T extends java.lang.annotation.Annotation> - Interface in org.springframework.integration.config.annotation
Strategy interface for post-processing annotated methods.
MethodInvoker - Interface in org.springframework.integration.util
A strategy interface for invoking a method.
MethodInvokingAggregator - Class in org.springframework.integration.aggregator
AbstractMessageAggregator adapter for methods annotated with @Aggregator annotation and for aggregator elements (e.g.
MethodInvokingAggregator(Object, Method) - Constructor for class org.springframework.integration.aggregator.MethodInvokingAggregator
 
MethodInvokingAggregator(Object, String) - Constructor for class org.springframework.integration.aggregator.MethodInvokingAggregator
 
MethodInvokingAggregator(Object) - Constructor for class org.springframework.integration.aggregator.MethodInvokingAggregator
 
MethodInvokingInboundChannelAdapterParser - Class in org.springframework.integration.config.xml
Parser for the <inbound-channel-adapter/> element.
MethodInvokingInboundChannelAdapterParser() - Constructor for class org.springframework.integration.config.xml.MethodInvokingInboundChannelAdapterParser
 
MethodInvokingMessageHandler - Class in org.springframework.integration.handler
A MessageHandler that invokes the specified method on the provided object.
MethodInvokingMessageHandler(Object, Method) - Constructor for class org.springframework.integration.handler.MethodInvokingMessageHandler
 
MethodInvokingMessageHandler(Object, String) - Constructor for class org.springframework.integration.handler.MethodInvokingMessageHandler
 
MethodInvokingMessageSource - Class in org.springframework.integration.message
A MessageSource implementation that invokes a no-argument method so that its return value may be sent to a channel.
MethodInvokingMessageSource() - Constructor for class org.springframework.integration.message.MethodInvokingMessageSource
 
MethodInvokingOutboundChannelAdapterParser - Class in org.springframework.integration.config.xml
Parser for the <outbound-channel-adapter/> element.
MethodInvokingOutboundChannelAdapterParser() - Constructor for class org.springframework.integration.config.xml.MethodInvokingOutboundChannelAdapterParser
 
MethodInvokingRouter - Class in org.springframework.integration.router
A Message Router that invokes the specified method on the given object.
MethodInvokingRouter(Object, Method) - Constructor for class org.springframework.integration.router.MethodInvokingRouter
 
MethodInvokingRouter(Object, String) - Constructor for class org.springframework.integration.router.MethodInvokingRouter
 
MethodInvokingRouter(Object) - Constructor for class org.springframework.integration.router.MethodInvokingRouter
 
MethodInvokingSelector - Class in org.springframework.integration.filter
A method-invoking implementation of MessageSelector.
MethodInvokingSelector(Object, Method) - Constructor for class org.springframework.integration.filter.MethodInvokingSelector
 
MethodInvokingSelector(Object, String) - Constructor for class org.springframework.integration.filter.MethodInvokingSelector
 
MethodInvokingSplitter - Class in org.springframework.integration.splitter
A Message Splitter implementation that invokes the specified method on the given object.
MethodInvokingSplitter(Object, Method) - Constructor for class org.springframework.integration.splitter.MethodInvokingSplitter
 
MethodInvokingSplitter(Object, String) - Constructor for class org.springframework.integration.splitter.MethodInvokingSplitter
 
MethodInvokingSplitter(Object) - Constructor for class org.springframework.integration.splitter.MethodInvokingSplitter
 
MethodInvokingTransformer - Class in org.springframework.integration.transformer
 
MethodInvokingTransformer(Object, Method) - Constructor for class org.springframework.integration.transformer.MethodInvokingTransformer
 
MethodInvokingTransformer(Object, String) - Constructor for class org.springframework.integration.transformer.MethodInvokingTransformer
 
MethodParameterMessageMapper - Class in org.springframework.integration.message
Prepares arguments for handler methods.
MethodParameterMessageMapper(Method) - Constructor for class org.springframework.integration.message.MethodParameterMessageMapper
 
MethodResolver - Interface in org.springframework.integration.util
Strategy interface for detecting a single Method on a Class.
MethodValidator - Interface in org.springframework.integration.util
Interface for method validation.
MULTIPART_MODE - Static variable in class org.springframework.integration.mail.MailHeaders
 

N

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(Date) - Method in class org.springframework.integration.scheduling.CronSequenceGenerator
Get the next Date in the sequence matching the Cron pattern and after the value provided.
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

obtainObjectDefinitionSource() - Method in class org.springframework.integration.security.channel.ChannelSecurityInterceptor
 
onApplicationEvent(ApplicationEvent) - Method in class org.springframework.integration.config.annotation.MessagingAnnotationPostProcessor
 
onApplicationEvent(ApplicationEvent) - Method in class org.springframework.integration.config.ConsumerEndpointFactoryBean
 
onApplicationEvent(ApplicationEvent) - Method in class org.springframework.integration.event.ApplicationEventInboundChannelAdapter
 
onApplicationEvent(ApplicationEvent) - Method in class org.springframework.integration.scheduling.SimpleTaskScheduler
 
onFailure(Message<File>, Throwable) - Method in class org.springframework.integration.file.FileReadingMessageSource
In concurrent scenarios onFailure() might cause failing files to be ignored.
onFailure(Message<T>, Throwable) - Method in interface org.springframework.integration.message.MessageDeliveryAware
Callback method invoked after a message delivery failure.
onInit() - Method in class org.springframework.integration.endpoint.AbstractEndpoint
 
onInit() - Method in class org.springframework.integration.endpoint.AbstractPollingEndpoint
 
onInit() - Method in class org.springframework.integration.endpoint.MessageProducerSupport
 
onInit() - Method in class org.springframework.integration.endpoint.SourcePollingChannelAdapter
 
onInit() - Method in class org.springframework.integration.gateway.GatewayProxyFactoryBean
 
onInit() - Method in class org.springframework.integration.httpinvoker.HttpInvokerInboundGateway
 
onInit() - Method in class org.springframework.integration.rmi.RmiInboundGateway
 
onMessage(Message) - Method in class org.springframework.integration.jms.ChannelPublishingJmsListener
 
onSend(Message<File>) - Method in class org.springframework.integration.file.FileReadingMessageSource
 
onSend(Message<T>) - Method in interface org.springframework.integration.message.MessageDeliveryAware
Callback method invoked after a message is sent successfully.
openFolder() - Method in class org.springframework.integration.mail.AbstractMailReceiver
 
org.springframework.integration.adapter - package org.springframework.integration.adapter
 
org.springframework.integration.adapter.config - package org.springframework.integration.adapter.config
 
org.springframework.integration.aggregator - package org.springframework.integration.aggregator
 
org.springframework.integration.annotation - package org.springframework.integration.annotation
 
org.springframework.integration.channel - package org.springframework.integration.channel
 
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.config.xml - package org.springframework.integration.config.xml
 
org.springframework.integration.context - package org.springframework.integration.context
 
org.springframework.integration.core - package org.springframework.integration.core
 
org.springframework.integration.dispatcher - package org.springframework.integration.dispatcher
 
org.springframework.integration.endpoint - package org.springframework.integration.endpoint
 
org.springframework.integration.event - package org.springframework.integration.event
 
org.springframework.integration.executor - package org.springframework.integration.executor
 
org.springframework.integration.file - package org.springframework.integration.file
 
org.springframework.integration.file.config - package org.springframework.integration.file.config
 
org.springframework.integration.file.transformer - package org.springframework.integration.file.transformer
 
org.springframework.integration.filter - package org.springframework.integration.filter
 
org.springframework.integration.gateway - package org.springframework.integration.gateway
 
org.springframework.integration.handler - package org.springframework.integration.handler
 
org.springframework.integration.httpinvoker - package org.springframework.integration.httpinvoker
 
org.springframework.integration.httpinvoker.config - package org.springframework.integration.httpinvoker.config
 
org.springframework.integration.jms - package org.springframework.integration.jms
 
org.springframework.integration.jms.config - package org.springframework.integration.jms.config
 
org.springframework.integration.mail - package org.springframework.integration.mail
 
org.springframework.integration.mail.config - package org.springframework.integration.mail.config
 
org.springframework.integration.mail.transformer - package org.springframework.integration.mail.transformer
 
org.springframework.integration.message - package org.springframework.integration.message
 
org.springframework.integration.rmi - package org.springframework.integration.rmi
 
org.springframework.integration.rmi.config - package org.springframework.integration.rmi.config
 
org.springframework.integration.router - package org.springframework.integration.router
 
org.springframework.integration.scheduling - package org.springframework.integration.scheduling
 
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.selector - package org.springframework.integration.selector
 
org.springframework.integration.splitter - package org.springframework.integration.splitter
 
org.springframework.integration.stream - package org.springframework.integration.stream
 
org.springframework.integration.stream.config - package org.springframework.integration.stream.config
 
org.springframework.integration.transformer - package org.springframework.integration.transformer
 
org.springframework.integration.util - package org.springframework.integration.util
 
org.springframework.integration.ws - package org.springframework.integration.ws
 
org.springframework.integration.ws.config - package org.springframework.integration.ws.config
 
org.springframework.integration.xml - package org.springframework.integration.xml
 
org.springframework.integration.xml.config - package org.springframework.integration.xml.config
 
org.springframework.integration.xml.result - package org.springframework.integration.xml.result
 
org.springframework.integration.xml.router - package org.springframework.integration.xml.router
 
org.springframework.integration.xml.selector - package org.springframework.integration.xml.selector
 
org.springframework.integration.xml.source - package org.springframework.integration.xml.source
 
org.springframework.integration.xml.splitter - package org.springframework.integration.xml.splitter
 
org.springframework.integration.xml.transformer - package org.springframework.integration.xml.transformer
 
OutboundMessageMapper<T> - Interface in org.springframework.integration.message
Strategy interface for mapping from a Message to an Object.
OUTPUT_CHANNEL_ATTRIBUTE - Static variable in class org.springframework.integration.config.xml.AbstractConsumerEndpointParser
 

P

parse(Element, ParserContext) - Method in interface org.springframework.integration.config.xml.BeanDefinitionRegisteringParser
 
parse(Element, ParserContext) - Method in class org.springframework.integration.config.xml.IntegrationNamespaceHandler
 
parse(Element, ParserContext) - Method in class org.springframework.integration.config.xml.WireTapParser
 
parseAcknowledgeMode(Element) - Static method in class org.springframework.integration.jms.config.JmsAdapterParserUtils
 
parseAdapter(Element, ParserContext, Class<?>) - Method in class org.springframework.integration.config.xml.AbstractConsumerEndpointParser
 
parseAndRegisterConsumer(Element, ParserContext) - Method in class org.springframework.integration.config.xml.AbstractOutboundChannelAdapterParser
Override this method to control the registration process and return the bean name.
parseAndRegisterConsumer(Element, ParserContext) - Method in class org.springframework.integration.config.xml.MethodInvokingOutboundChannelAdapterParser
 
parseBeanDefinitionElement(Element, ParserContext) - Static method in class org.springframework.integration.config.xml.IntegrationNamespaceUtils
 
parseConsumer(Element, ParserContext) - Method in class org.springframework.integration.adapter.config.AbstractRemotingOutboundGatewayParser
 
parseConsumer(Element, ParserContext) - Method in class org.springframework.integration.config.xml.AbstractConsumerEndpointParser
Parse the MessageConsumer.
parseConsumer(Element, ParserContext) - Method in class org.springframework.integration.config.xml.AbstractOutboundChannelAdapterParser
Override this method to return the BeanDefinition for the MessageConsumer.
parseConsumer(Element, ParserContext) - Method in class org.springframework.integration.config.xml.AbstractTransformerParser
 
parseConsumer(Element, ParserContext) - Method in class org.springframework.integration.config.xml.AggregatorParser
 
parseConsumer(Element, ParserContext) - Method in class org.springframework.integration.config.xml.FilterParser
 
parseConsumer(Element, ParserContext) - Method in class org.springframework.integration.config.xml.MethodInvokingOutboundChannelAdapterParser
 
parseConsumer(Element, ParserContext) - Method in class org.springframework.integration.config.xml.ResequencerParser
 
parseConsumer(Element, ParserContext) - Method in class org.springframework.integration.config.xml.RouterParser
 
parseConsumer(Element, ParserContext) - Method in class org.springframework.integration.config.xml.ServiceActivatorParser
 
parseConsumer(Element, ParserContext) - Method in class org.springframework.integration.config.xml.SplitterParser
 
parseConsumer(Element, ParserContext) - Method in class org.springframework.integration.config.xml.TransformerParser
 
parseConsumer(Element, ParserContext) - Method in class org.springframework.integration.file.config.FileOutboundChannelAdapterParser
 
parseConsumer(Element, ParserContext) - Method in class org.springframework.integration.jms.config.JmsOutboundChannelAdapterParser
 
parseConsumer(Element, ParserContext) - Method in class org.springframework.integration.jms.config.JmsOutboundGatewayParser
 
parseConsumer(Element, ParserContext) - Method in class org.springframework.integration.mail.config.MailOutboundChannelAdapterParser
 
parseConsumer(Element, ParserContext) - Method in class org.springframework.integration.stream.config.ConsoleOutboundChannelAdapterParser
 
parseConsumer(Element, ParserContext) - Method in class org.springframework.integration.xml.config.XPathMessageSplitterParser
 
parseConsumer(Element, ParserContext) - Method in class org.springframework.integration.xml.config.XPathRouterParser
 
parseInterceptors(Element, ParserContext) - Method in class org.springframework.integration.config.xml.AbstractInterceptorParser
 
parseInternal(Element, ParserContext) - Method in class org.springframework.integration.config.xml.AbstractChannelAdapterParser
 
parseInternal(Element, ParserContext) - Method in class org.springframework.integration.config.xml.AbstractChannelParser
 
parseNamespaceMapElement(Element, ParserContext, BeanDefinition) - Method in class org.springframework.integration.xml.config.XPathExpressionParser
 
parseSource(Element, ParserContext) - Method in class org.springframework.integration.config.xml.AbstractPollingInboundChannelAdapterParser
Subclasses must implement this method to parse the PollableSource instance which the created Channel Adapter will poll.
parseSource(Element, ParserContext) - Method in class org.springframework.integration.config.xml.MethodInvokingInboundChannelAdapterParser
 
parseSource(Element, ParserContext) - Method in class org.springframework.integration.file.config.FileInboundChannelAdapterParser
 
parseSource(Element, ParserContext) - Method in class org.springframework.integration.jms.config.JmsInboundChannelAdapterParser
 
parseSource(Element, ParserContext) - Method in class org.springframework.integration.mail.config.MailInboundChannelAdapterParser
 
parseSource(Element, ParserContext) - Method in class org.springframework.integration.stream.config.ConsoleInboundChannelAdapterParser
 
parseTransformer(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.integration.config.xml.AbstractTransformerParser
 
parseTransformer(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.integration.config.xml.SimpleHeaderEnricherParser
 
parseTransformer(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.integration.file.config.AbstractFilePayloadTransformerParser
 
parseTransformer(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.integration.mail.config.MailToStringTransformerParser
 
parseTransformer(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.integration.xml.config.XmlMarshallingTransformerParser
 
parseTransformer(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.integration.xml.config.XmlUnmarshallingTransformerParser
 
parseTransformer(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.integration.xml.config.XsltPayloadTransformerParser
 
parseTriggerFromPollerAnnotation(Poller) - Static method in class org.springframework.integration.config.annotation.AnnotationConfigUtils
 
parseUrl(Element) - Method in class org.springframework.integration.adapter.config.AbstractRemotingOutboundGatewayParser
 
parseUrl(Element) - Method in class org.springframework.integration.rmi.config.RmiOutboundGatewayParser
 
parseUrl(Element) - Method in class org.springframework.integration.ws.config.WebServiceOutboundGatewayParser
 
PatternMatchingFileListFilter - Class in org.springframework.integration.file
A FileListFilter implementation that matches against a Pattern.
PatternMatchingFileListFilter(Pattern) - Constructor for class org.springframework.integration.file.PatternMatchingFileListFilter
Create a filter for the given pattern.
PayloadTypeRouter - Class in org.springframework.integration.router
A Message Router that resolves the MessageChannel based on the Message's payload type.
PayloadTypeRouter() - Constructor for class org.springframework.integration.router.PayloadTypeRouter
 
PayloadTypeSelector - Class in org.springframework.integration.selector
A MessageSelector implementation that checks the type of the Message payload.
PayloadTypeSelector(Class<?>...) - Constructor for class org.springframework.integration.selector.PayloadTypeSelector
Create a selector for the provided types.
PointToPointChannelParser - Class in org.springframework.integration.config.xml
Parser for the <channel> element.
PointToPointChannelParser() - Constructor for class org.springframework.integration.config.xml.PointToPointChannelParser
 
PollableChannel - Interface in org.springframework.integration.channel
 
Poller - Annotation Type in org.springframework.integration.annotation
Annotation that can be specified at method-level alongside a Message Endpoint annotation (e.g.
PollingConsumer - Class in org.springframework.integration.endpoint
Message Endpoint that connects any MessageHandler implementation to a PollableChannel.
PollingConsumer(PollableChannel, MessageHandler) - Constructor for class org.springframework.integration.endpoint.PollingConsumer
 
Pop3MailReceiver - Class in org.springframework.integration.mail
A MailReceiver implementation that polls a mail server using the POP3 protocol.
Pop3MailReceiver(String) - Constructor for class org.springframework.integration.mail.Pop3MailReceiver
 
Pop3MailReceiver(String, String, String) - Constructor for class org.springframework.integration.mail.Pop3MailReceiver
 
Pop3MailReceiver(String, int, String, String) - Constructor for class org.springframework.integration.mail.Pop3MailReceiver
 
postProcess(BeanDefinitionBuilder, Element) - Method in class org.springframework.integration.adapter.config.AbstractRemotingGatewayParser
 
postProcess(Object, String, Method, T) - Method in class org.springframework.integration.config.annotation.AbstractMethodAnnotationPostProcessor
 
postProcess(Object, String, Method, ChannelAdapter) - Method in class org.springframework.integration.config.annotation.ChannelAdapterAnnotationPostProcessor
 
postProcess(Object, String, Method, T) - Method in interface org.springframework.integration.config.annotation.MethodAnnotationPostProcessor
 
postProcess(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.integration.config.xml.AbstractConsumerEndpointParser
Subclasses may implement this method to provide additional configuration.
postProcess(BeanDefinitionBuilder, Element) - Method in class org.springframework.integration.config.xml.GatewayParser
 
postProcess(BeanDefinitionBuilder, Element) - Method in class org.springframework.integration.config.xml.ThreadPoolTaskExecutorParser
 
postProcessAfterInitialization(Object, String) - Method in class org.springframework.integration.config.annotation.MessagingAnnotationPostProcessor
 
postProcessAfterInitialization(Object, String) - Method in class org.springframework.integration.security.config.ChannelSecurityInterceptorBeanPostProcessor
 
postProcessBeforeInitialization(Object, String) - Method in class org.springframework.integration.config.annotation.MessagingAnnotationPostProcessor
 
postProcessBeforeInitialization(Object, String) - Method in class org.springframework.integration.security.config.ChannelSecurityInterceptorBeanPostProcessor
 
postProcessGateway(BeanDefinitionBuilder, Element) - Method in class org.springframework.integration.adapter.config.AbstractRemotingOutboundGatewayParser
Subclasses may override this method for additional configuration.
postProcessGateway(BeanDefinitionBuilder, Element) - Method in class org.springframework.integration.ws.config.WebServiceOutboundGatewayParser
 
postProcessTransformer(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.integration.file.config.AbstractFilePayloadTransformerParser
Subclasses may override this method to provide additional configuration.
postProcessTransformer(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.integration.file.config.FileToStringTransformerParser
 
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.transformer.MessageTransformingChannelInterceptor
 
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
 
prefersShortLivedTasks() - Method in class org.springframework.integration.scheduling.SimpleTaskScheduler
 
PREFIX - Static variable in class org.springframework.integration.file.FileHeaders
 
PREFIX - Static variable in class org.springframework.integration.mail.MailHeaders
 
PREFIX - Static variable in class org.springframework.integration.ws.WebServiceHeaders
 
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
 
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.WireTap
Intercept the Message and, if accepted by the MessageSelector, send it to the secondary target.
preSend(Message<?>, MessageChannel) - Method in class org.springframework.integration.transformer.MessageTransformingChannelInterceptor
 
PRIORITY - Static variable in class org.springframework.integration.core.MessageHeaders
 
PriorityChannel - Class in org.springframework.integration.channel
A message channel that prioritizes messages based on a Comparator.
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(Comparator<Message<?>>) - Constructor for class org.springframework.integration.channel.PriorityChannel
Create a channel with an unbounded queue.
PriorityChannel() - Constructor for class org.springframework.integration.channel.PriorityChannel
Create a channel with an unbounded queue.
processReleasedMessages(Object, List<Message<?>>) - Method in class org.springframework.integration.aggregator.AbstractMessageAggregator
 
processReleasedMessages(Object, List<Message<?>>) - Method in class org.springframework.integration.aggregator.AbstractMessageBarrierHandler
Implements the logic for transforming the released Messages.
processReleasedMessages(Object, List<Message<?>>) - Method in class org.springframework.integration.aggregator.Resequencer
 
PublishSubscribeChannel - Class in org.springframework.integration.channel
A channel that sends Messages to each of its subscribers.
PublishSubscribeChannel(TaskExecutor) - Constructor for class org.springframework.integration.channel.PublishSubscribeChannel
Create a PublishSubscribeChannel that will use a TaskExecutor to publish its Messages.
PublishSubscribeChannel() - Constructor for class org.springframework.integration.channel.PublishSubscribeChannel
 
PublishSubscribeChannelParser - Class in org.springframework.integration.config.xml
Parser for the <publish-subscribe-channel> element.
PublishSubscribeChannelParser() - Constructor for class org.springframework.integration.config.xml.PublishSubscribeChannelParser
 
purge() - Method in class org.springframework.integration.channel.ChannelPurger
 
purge(MessageSelector) - Method in class org.springframework.integration.channel.NullChannel
 
purge(MessageSelector) - Method in interface org.springframework.integration.channel.PollableChannel
Remove any Messages that are not accepted by the provided selector.
purge(MessageSelector) - Method in class org.springframework.integration.channel.QueueChannel
 
purge(MessageSelector) - Method in class org.springframework.integration.channel.ThreadLocalChannel
Remove and return any messages that are stored for the current thread and do not match the provided selector.
put(String, Object) - Method in class org.springframework.integration.core.MessageHeaders
 
putAll(Map<? extends String, ? extends Object>) - Method in class org.springframework.integration.core.MessageHeaders
 

Q

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 "unbounded" queue capacity.

R

receive() - Method in class org.springframework.integration.channel.AbstractPollableChannel
Receive the first available message from this channel.
receive(long) - Method in class org.springframework.integration.channel.AbstractPollableChannel
Receive the first available message from this channel.
receive() - Method in class org.springframework.integration.channel.MessageChannelTemplate
 
receive(PollableChannel) - Method in class org.springframework.integration.channel.MessageChannelTemplate
 
receive() - Method in class org.springframework.integration.channel.NullChannel
 
receive(long) - Method in class org.springframework.integration.channel.NullChannel
 
receive() - Method in interface org.springframework.integration.channel.PollableChannel
Receive a message from this channel, blocking indefinitely if necessary.
receive(long) - Method in interface org.springframework.integration.channel.PollableChannel
Receive a message from this channel, blocking until either a message is available or the specified timeout period elapses.
receive() - Method in class org.springframework.integration.file.FileReadingMessageSource
 
receive() - Method in class org.springframework.integration.gateway.AbstractMessagingGateway
 
receive() - Method in interface org.springframework.integration.gateway.MessagingGateway
 
receive() - Method in class org.springframework.integration.jms.JmsDestinationPollingSource
 
receive() - Method in class org.springframework.integration.mail.AbstractMailReceiver
 
receive() - Method in interface org.springframework.integration.mail.MailReceiver
 
receive() - Method in class org.springframework.integration.mail.MailReceivingMessageSource
 
receive() - Method in interface org.springframework.integration.message.MessageSource
Retrieve the next available message from this source.
receive() - Method in class org.springframework.integration.message.MethodInvokingMessageSource
 
receive() - Method in class org.springframework.integration.stream.ByteStreamReadingMessageSource
 
receive() - Method in class org.springframework.integration.stream.CharacterStreamReadingMessageSource
 
RecipientListRouter - Class in org.springframework.integration.router
A Message Router that sends Messages to a statically configured list of recipients.
RecipientListRouter() - Constructor for class org.springframework.integration.router.RecipientListRouter
 
REDELIVERED - Static variable in class org.springframework.integration.jms.JmsHeaders
 
REF_ATTRIBUTE - Static variable in class org.springframework.integration.config.xml.AbstractConsumerEndpointParser
 
releaseAvailableMessages() - Method in class org.springframework.integration.aggregator.AbstractMessageBarrier
Subclasses must implement this method to return the messages that can be released by this barrier after the receipt of a given message.
releaseAvailableMessages() - Method in class org.springframework.integration.aggregator.AggregationBarrier
 
releaseAvailableMessages() - Method in class org.springframework.integration.aggregator.ResequencingMessageBarrier
 
RemoteMessageHandler - Interface in org.springframework.integration.adapter
Interface used for proxy-based remoting adapters (e.g.
RemotingInboundGatewaySupport - Class in org.springframework.integration.adapter
Support class for inbound Messaging Gateways.
RemotingInboundGatewaySupport() - Constructor for class org.springframework.integration.adapter.RemotingInboundGatewaySupport
 
remove(Object) - Method in class org.springframework.integration.core.MessageHeaders
 
removeHandler(MessageHandler) - Method in class org.springframework.integration.dispatcher.AbstractDispatcher
 
removeHandler(MessageHandler) - Method in interface org.springframework.integration.dispatcher.MessageDispatcher
 
removeHeader(String) - Method in class org.springframework.integration.message.MessageBuilder
Remove the value for the given header name.
RendezvousChannel - Class in org.springframework.integration.channel
A zero-capacity version of QueueChannel that delegates to a SynchronousQueue internally.
RendezvousChannel() - Constructor for class org.springframework.integration.channel.RendezvousChannel
 
REPLY_CHANNEL - Static variable in class org.springframework.integration.core.MessageHeaders
 
REPLY_TO - Static variable in class org.springframework.integration.jms.JmsHeaders
 
REPLY_TO - Static variable in class org.springframework.integration.mail.MailHeaders
 
ReplyMessageHolder - Class in org.springframework.integration.handler
 
ReplyMessageHolder() - Constructor for class org.springframework.integration.handler.ReplyMessageHolder
 
Resequencer - Class in org.springframework.integration.aggregator
An AbstractMessageBarrierHandler that waits for a group of Messages to arrive and re-sends them in order, sorted by their sequenceNumber.
Resequencer() - Constructor for class org.springframework.integration.aggregator.Resequencer
 
ResequencerParser - Class in org.springframework.integration.config.xml
Parser for the <resequencer> element.
ResequencerParser() - Constructor for class org.springframework.integration.config.xml.ResequencerParser
 
ResequencingMessageBarrier - Class in org.springframework.integration.aggregator
MessageBarrier implementation for resequencing.
ResequencingMessageBarrier(boolean) - Constructor for class org.springframework.integration.aggregator.ResequencingMessageBarrier
 
resolveChannelName(String) - Method in class org.springframework.integration.channel.BeanFactoryChannelResolver
 
resolveChannelName(String) - Method in interface org.springframework.integration.channel.ChannelResolver
Return the MessageChannel for the given name.
resolveChannelName(String) - Method in class org.springframework.integration.channel.MapBasedChannelResolver
 
resolveId(Element, AbstractBeanDefinition, ParserContext) - Method in class org.springframework.integration.adapter.config.AbstractRemotingGatewayParser
 
resolveId(Element, AbstractBeanDefinition, ParserContext) - Method in class org.springframework.integration.adapter.config.AbstractRemotingOutboundGatewayParser
 
resolveId(Element, AbstractBeanDefinition, ParserContext) - Method in class org.springframework.integration.config.xml.AbstractChannelAdapterParser
 
resolveId(Element, AbstractBeanDefinition, ParserContext) - Method in class org.springframework.integration.config.xml.AnnotationConfigParser
 
resolveId(Element, AbstractBeanDefinition, ParserContext) - Method in class org.springframework.integration.config.xml.ApplicationEventMulticasterParser
 
resolveReplyChannelFromMessage(Message<?>) - Method in class org.springframework.integration.aggregator.AbstractMessageBarrierHandler
 
ResultFactory - Interface in org.springframework.integration.xml.result
Factory to create a Result possibly taking into account the provided message payload instance.
ResultToDocumentTransformer - Class in org.springframework.integration.xml.transformer
Creates a Document from a Result payload.
ResultToDocumentTransformer(DocumentBuilderFactory) - Constructor for class org.springframework.integration.xml.transformer.ResultToDocumentTransformer
 
ResultToDocumentTransformer() - Constructor for class org.springframework.integration.xml.transformer.ResultToDocumentTransformer
 
ResultToStringTransformer - Class in org.springframework.integration.xml.transformer
Converts the passed Result to an instance of String Supports StringResult and DOMResult
ResultToStringTransformer() - Constructor for class org.springframework.integration.xml.transformer.ResultToStringTransformer
 
ResultTransformer - Interface in org.springframework.integration.xml.transformer
 
RmiInboundGateway - Class in org.springframework.integration.rmi
An inbound Messaging Gateway for RMI-based remoting.
RmiInboundGateway() - Constructor for class org.springframework.integration.rmi.RmiInboundGateway
 
RmiInboundGatewayParser - Class in org.springframework.integration.rmi.config
Parser for the <inbound-gateway/> element of the 'rmi' namespace.
RmiInboundGatewayParser() - Constructor for class org.springframework.integration.rmi.config.RmiInboundGatewayParser
 
RmiNamespaceHandler - Class in org.springframework.integration.rmi.config
Namespace handler for Spring Integration's rmi namespace.
RmiNamespaceHandler() - Constructor for class org.springframework.integration.rmi.config.RmiNamespaceHandler
 
RmiOutboundGateway - Class in org.springframework.integration.rmi
An outbound Messaging Gateway for RMI-based remoting.
RmiOutboundGateway(String) - Constructor for class org.springframework.integration.rmi.RmiOutboundGateway
 
RmiOutboundGatewayParser - Class in org.springframework.integration.rmi.config
Parser for the <outbound-gateway/> element of the 'rmi' namespace.
RmiOutboundGatewayParser() - Constructor for class org.springframework.integration.rmi.config.RmiOutboundGatewayParser
 
Router - Annotation Type in org.springframework.integration.annotation
Indicates that a method is capable of resolving to a channel or channel name based on a message, message header(s), or both.
RouterAnnotationPostProcessor - Class in org.springframework.integration.config.annotation
Post-processor for Methods annotated with @Router.
RouterAnnotationPostProcessor(ListableBeanFactory) - Constructor for class org.springframework.integration.config.annotation.RouterAnnotationPostProcessor
 
RouterFactoryBean - Class in org.springframework.integration.config
Factory bean for creating a Message Router.
RouterFactoryBean() - Constructor for class org.springframework.integration.config.RouterFactoryBean
 
RouterParser - Class in org.springframework.integration.config.xml
Parser for the <router/> element.
RouterParser() - Constructor for class org.springframework.integration.config.xml.RouterParser
 

S

schedule(Runnable, Trigger) - Method in class org.springframework.integration.scheduling.SimpleTaskScheduler
 
schedule(Runnable, Trigger) - Method in interface org.springframework.integration.scheduling.TaskScheduler
Schedules a task for multiple executions according to a Trigger.
searchForNewMessages() - Method in class org.springframework.integration.mail.AbstractMailReceiver
Subclasses must implement this method to return new mail messages.
searchForNewMessages() - Method in class org.springframework.integration.mail.ImapMailReceiver
Retrieves new messages from this receiver's folder.
searchForNewMessages() - Method in class org.springframework.integration.mail.Pop3MailReceiver
 
SecuredChannelsParser - Class in org.springframework.integration.security.config
Creates a ChannelSecurityInterceptor to control send and receive access, and creates a ChannelSecurityInterceptorBeanPostProcessor to apply the interceptor to MessageChannels whose names match the specified patterns.
SecuredChannelsParser() - Constructor for class org.springframework.integration.security.config.SecuredChannelsParser
 
SelectorChainParser - Class in org.springframework.integration.config.xml
Parser for the <selector-chain/> element.
SelectorChainParser() - Constructor for class org.springframework.integration.config.xml.SelectorChainParser
 
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.MessageChannelTemplate
 
send(Message<?>, MessageChannel) - Method in class org.springframework.integration.channel.MessageChannelTemplate
 
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 interface org.springframework.integration.core.MessageChannel
Send a Message to this channel.
send(Message<?>, long) - Method in interface org.springframework.integration.core.MessageChannel
Send a message, blocking until either the message is accepted or the specified timeout period elapses.
send(Object) - Method in class org.springframework.integration.gateway.AbstractMessagingGateway
 
send(Object) - Method in interface org.springframework.integration.gateway.MessagingGateway
 
sendAndReceive(Message<?>) - Method in class org.springframework.integration.channel.MessageChannelTemplate
 
sendAndReceive(Message<?>, MessageChannel) - Method in class org.springframework.integration.channel.MessageChannelTemplate
 
sendAndReceive(Object) - Method in class org.springframework.integration.gateway.AbstractMessagingGateway
 
sendAndReceive(Object) - Method in interface org.springframework.integration.gateway.MessagingGateway
 
sendAndReceiveMessage(Object) - Method in class org.springframework.integration.gateway.AbstractMessagingGateway
 
sendAndReceiveMessage(Object) - Method in interface org.springframework.integration.gateway.MessagingGateway
 
sendMessage(Message<?>) - Method in class org.springframework.integration.endpoint.MessageProducerSupport
 
sendMessageToHandler(Message<?>, MessageHandler) - Method in class org.springframework.integration.dispatcher.AbstractDispatcher
Convenience method available for subclasses.
sendReplyMessage(Message<?>, MessageChannel) - Method in class org.springframework.integration.handler.AbstractReplyProducingMessageHandler
 
SEQUENCE_NUMBER - Static variable in class org.springframework.integration.core.MessageHeaders
 
SEQUENCE_SIZE - Static variable in class org.springframework.integration.core.MessageHeaders
 
SequenceSizeCompletionStrategy - Class in org.springframework.integration.aggregator
An implementation of CompletionStrategy that simply compares the current size of the message list to the expected 'sequenceSize' according to the first Message in the list.
SequenceSizeCompletionStrategy() - Constructor for class org.springframework.integration.aggregator.SequenceSizeCompletionStrategy
 
SERVICE_NAME_PREFIX - Static variable in class org.springframework.integration.rmi.RmiInboundGateway
 
ServiceActivatingHandler - Class in org.springframework.integration.handler
 
ServiceActivatingHandler(Object) - Constructor for class org.springframework.integration.handler.ServiceActivatingHandler
 
ServiceActivatingHandler(Object, Method) - Constructor for class org.springframework.integration.handler.ServiceActivatingHandler
 
ServiceActivatingHandler(Object, String) - Constructor for class org.springframework.integration.handler.ServiceActivatingHandler
 
ServiceActivator - Annotation Type in org.springframework.integration.annotation
Indicates that a method is capable of handling a message or message payload.
ServiceActivatorAnnotationPostProcessor - Class in org.springframework.integration.config.annotation
Post-processor for Methods annotated with @ServiceActivator.
ServiceActivatorAnnotationPostProcessor(ListableBeanFactory) - Constructor for class org.springframework.integration.config.annotation.ServiceActivatorAnnotationPostProcessor
 
ServiceActivatorParser - Class in org.springframework.integration.config.xml
Parser for the <service-activator> element.
ServiceActivatorParser() - Constructor for class org.springframework.integration.config.xml.ServiceActivatorParser
 
set(List<ChannelInterceptor>) - Method in class org.springframework.integration.channel.AbstractMessageChannel.ChannelInterceptorList
 
set(Object) - Method in class org.springframework.integration.handler.ReplyMessageHolder
 
setAdviceChain(List<Advice>) - Method in class org.springframework.integration.endpoint.AbstractPollingEndpoint
 
setAlwaysUseSourceFactory(boolean) - Method in class org.springframework.integration.xml.transformer.XmlPayloadUnmarshallingTransformer
If true always delegate to the SourceFactory.
setAlwaysUseSourceResultFactories(boolean) - Method in class org.springframework.integration.xml.transformer.XsltPayloadTransformer
Forces use of ResultFactory and SourceFactory even for directly supported payloads such as String and Document
setApplicationEventPublisher(ApplicationEventPublisher) - Method in class org.springframework.integration.event.ApplicationEventPublishingMessageHandler
 
setApplySequence(boolean) - Method in class org.springframework.integration.channel.PublishSubscribeChannel
 
setApplySequence(boolean) - Method in class org.springframework.integration.dispatcher.BroadcastingDispatcher
Specify whether to apply sequence numbers to the messages prior to sending to the handlers.
setAutoStartup(boolean) - Method in class org.springframework.integration.config.ConsumerEndpointFactoryBean
 
setAutoStartup(boolean) - Method in class org.springframework.integration.endpoint.AbstractEndpoint
 
setAutoStartup(boolean) - Method in class org.springframework.integration.scheduling.SimpleTaskScheduler
 
setBeanClassLoader(ClassLoader) - Method in class org.springframework.integration.endpoint.AbstractPollingEndpoint
 
setBeanClassLoader(ClassLoader) - Method in class org.springframework.integration.gateway.GatewayProxyFactoryBean
 
setBeanFactory(BeanFactory) - Method in class org.springframework.integration.channel.BeanFactoryChannelResolver
 
setBeanFactory(BeanFactory) - Method in class org.springframework.integration.channel.MessagePublishingErrorHandler
 
setBeanFactory(BeanFactory) - Method in class org.springframework.integration.config.annotation.MessagingAnnotationPostProcessor
 
setBeanFactory(BeanFactory) - Method in class org.springframework.integration.config.ConsumerEndpointFactoryBean
 
setBeanFactory(BeanFactory) - Method in class org.springframework.integration.context.IntegrationObjectSupport
 
setBeanFactory(BeanFactory) - Method in class org.springframework.integration.handler.AbstractReplyProducingMessageHandler
 
setBeanFactory(BeanFactory) - Method in class org.springframework.integration.router.AbstractChannelNameResolvingMessageRouter
 
setBeanFactory(BeanFactory) - Method in class org.springframework.integration.scheduling.SimpleTaskScheduler
 
setBeanName(String) - Method in class org.springframework.integration.channel.AbstractMessageChannel
Set the name of this channel.
setBeanName(String) - Method in class org.springframework.integration.config.ConsumerEndpointFactoryBean
 
setBeanName(String) - Method in class org.springframework.integration.context.IntegrationObjectSupport
 
setBytesPerMessage(int) - Method in class org.springframework.integration.stream.ByteStreamReadingMessageSource
 
setCaseSensitive(boolean) - Method in class org.springframework.integration.xml.selector.StringValueTestXPathMessageSelector
Specify whether comparison of value returned by XPathExpression to test value should be case sensitive.
setChannelMap(Map<String, MessageChannel>) - Method in class org.springframework.integration.channel.MapBasedChannelResolver
 
setChannelResolver(ChannelResolver) - Method in class org.springframework.integration.config.RouterFactoryBean
 
setChannelResolver(ChannelResolver) - Method in class org.springframework.integration.handler.AbstractReplyProducingMessageHandler
 
setChannelResolver(ChannelResolver) - Method in class org.springframework.integration.router.AbstractChannelNameResolvingMessageRouter
 
setChannelResolver(ChannelResolver) - Method in class org.springframework.integration.router.MethodInvokingRouter
Provide the ChannelResolver strategy to use for methods that return a channel name rather than a MessageChannel instance.
setChannels(List<MessageChannel>) - Method in class org.springframework.integration.router.RecipientListRouter
 
setCharset(String) - Method in class org.springframework.integration.file.FileWritingMessageHandler
Set the charset name to use when writing a File from a String-based Message payload.
setCharset(String) - Method in class org.springframework.integration.file.transformer.FileToStringTransformer
Set the charset name to use when copying the File to a String.
setCharset(String) - Method in class org.springframework.integration.mail.transformer.MailToStringTransformer
Specify the name of the Charset to use when converting from bytes.
setCompletionStrategy(CompletionStrategy) - Method in class org.springframework.integration.aggregator.AbstractMessageAggregator
Strategy to determine whether the group of messages is complete.
setConcurrentConsumers(int) - Method in class org.springframework.integration.jms.JmsInboundGateway
 
setConnectionFactory(ConnectionFactory) - Method in class org.springframework.integration.jms.AbstractJmsTemplateBasedAdapter
 
setConnectionFactory(ConnectionFactory) - Method in class org.springframework.integration.jms.JmsInboundGateway
 
setConnectionFactory(ConnectionFactory) - Method in class org.springframework.integration.jms.JmsOutboundGateway
Set the JMS ConnectionFactory that this gateway should use.
setContainer(AbstractMessageListenerContainer) - Method in class org.springframework.integration.jms.JmsInboundGateway
 
setConverter(XmlPayloadConverter) - Method in class org.springframework.integration.xml.router.AbstractXPathRouter
Converter used to convert payloads prior to XPath testing.
setConverter(XmlPayloadConverter) - Method in class org.springframework.integration.xml.selector.AbstractXPathMessageSelector
Specify the converter used to convert payloads prior to XPath testing.
setCorrelationId(Object) - Method in class org.springframework.integration.message.MessageBuilder
 
setCreateDocuments(boolean) - Method in class org.springframework.integration.xml.splitter.XPathMessageSplitter
 
setDefaultChannel(MessageChannel) - Method in class org.springframework.integration.channel.MessageChannelTemplate
Specify the default MessageChannel to use when invoking the send and/or receive methods that do not expect a channel parameter.
setDefaultErrorChannel(MessageChannel) - Method in class org.springframework.integration.channel.MessagePublishingErrorHandler
 
setDefaultOutputChannel(MessageChannel) - Method in class org.springframework.integration.config.RouterFactoryBean
 
setDefaultOutputChannel(MessageChannel) - Method in class org.springframework.integration.router.AbstractMessageRouter
Set the default channel where Messages should be sent if channel resolution fails to return any channels.
setDefaultReplyChannel(PollableChannel) - Method in class org.springframework.integration.gateway.GatewayProxyFactoryBean
Set the default reply channel.
setDefaultReplyTimeout(long) - Method in class org.springframework.integration.gateway.GatewayProxyFactoryBean
Set the default timeout value for receiving reply messages.
setDefaultRequestChannel(MessageChannel) - Method in class org.springframework.integration.gateway.GatewayProxyFactoryBean
Set the default request channel.
setDefaultRequestTimeout(long) - Method in class org.springframework.integration.gateway.GatewayProxyFactoryBean
Set the default timeout value for sending request messages.
setDeleteFiles(boolean) - Method in class org.springframework.integration.file.transformer.AbstractFilePayloadTransformer
Specify whether to delete the File after transformation.
setDelimiters(String) - Method in class org.springframework.integration.splitter.DefaultMessageSplitter
Set delimiters to use for tokenizing String values.
setDeliveryMode(int) - Method in class org.springframework.integration.jms.JmsOutboundGateway
Specify the JMS DeliveryMode to use when sending request Messages.
setDestination(Destination) - Method in class org.springframework.integration.jms.AbstractJmsTemplateBasedAdapter
 
setDestination(Destination) - Method in class org.springframework.integration.jms.JmsInboundGateway
 
setDestinationName(String) - Method in class org.springframework.integration.jms.AbstractJmsTemplateBasedAdapter
 
setDestinationName(String) - Method in class org.springframework.integration.jms.JmsInboundGateway
 
setDiscardChannel(MessageChannel) - Method in class org.springframework.integration.aggregator.AbstractMessageBarrierHandler
Specify a channel for sending Messages that arrive after their aggregation group has either completed or timed-out.
setDocumentBuilder(DocumentBuilderFactory) - Method in class org.springframework.integration.xml.splitter.XPathMessageSplitter
 
setErrorChannel(MessageChannel) - Method in class org.springframework.integration.message.MessageBuilder
 
setErrorChannelName(String) - Method in class org.springframework.integration.message.MessageBuilder
 
setErrorHandler(ErrorHandler) - Method in class org.springframework.integration.endpoint.AbstractPollingEndpoint
 
setErrorHandler(ErrorHandler) - Method in class org.springframework.integration.scheduling.SimpleTaskScheduler
 
setEventTypes(List<Class<? extends ApplicationEvent>>) - Method in class org.springframework.integration.event.ApplicationEventInboundChannelAdapter
Set the list of event types (classes that extend ApplicationEvent) that this adapter should send to the message channel.
setExceptionTypeChannelMap(Map<Class<? extends Throwable>, MessageChannel>) - Method in class org.springframework.integration.router.ErrorMessageExceptionTypeRouter
 
setExpectReply(boolean) - Method in class org.springframework.integration.adapter.RemotingInboundGatewaySupport
Specify whether the gateway should be expected to return a reply.
setExpirationDate(Long) - Method in class org.springframework.integration.message.MessageBuilder
 
setExpirationDate(Date) - Method in class org.springframework.integration.message.MessageBuilder
 
setExtractIntegrationMessagePayload(boolean) - Method in class org.springframework.integration.jms.HeaderMappingMessageConverter
Specify whether the outbound integration Message's payload should be extracted prior to conversion into a JMS Message.
setExtractJmsMessageBody(boolean) - Method in class org.springframework.integration.jms.HeaderMappingMessageConverter
Specify whether the inbound JMS Message's body should be extracted during the conversion process.
setExtractPayload(boolean) - Method in class org.springframework.integration.jms.JmsDestinationPollingSource
Specify whether the payload should be extracted from each received JMS Message to be used as the Spring Integration Message payload.
setExtractPayload(boolean) - Method in class org.springframework.integration.jms.JmsSendingMessageHandler
Specify whether the payload should be extracted from each Spring Integration Message to be converted to the body of a JMS Message.
setExtractReplyPayload(boolean) - Method in class org.springframework.integration.jms.JmsInboundGateway
 
setExtractReplyPayload(boolean) - Method in class org.springframework.integration.jms.JmsOutboundGateway
 
setExtractRequestPayload(boolean) - Method in class org.springframework.integration.jms.JmsInboundGateway
 
setExtractRequestPayload(boolean) - Method in class org.springframework.integration.jms.JmsOutboundGateway
 
setFaultMessageResolver(FaultMessageResolver) - Method in class org.springframework.integration.ws.AbstractWebServiceOutboundGateway
 
setFileNameGenerator(FileNameGenerator) - Method in class org.springframework.integration.file.FileWritingMessageHandler
 
setFilter(FileListFilter) - Method in class org.springframework.integration.file.FileReadingMessageSource
Sets a FileFilter on the PollableSource.
setFixedRate(boolean) - Method in class org.springframework.integration.scheduling.IntervalTrigger
Specify whether the interval should be measured between the scheduled start times rather than between actual completion times (the latter, "fixed delay" behavior, is the default).
setHeader(String, Object) - Method in class org.springframework.integration.message.MessageBuilder
Set the value for the given header name.
setHeaderIfAbsent(String, Object) - Method in class org.springframework.integration.message.MessageBuilder
Set the value for the given header name only if the header name is not already associated with a value.
setHeaderMapper(JmsHeaderMapper) - Method in class org.springframework.integration.jms.AbstractJmsTemplateBasedAdapter
 
setHeaderMapper(JmsHeaderMapper) - Method in class org.springframework.integration.jms.JmsInboundGateway
Provide a JmsHeaderMapper implementation to use when converting between JMS Messages and Spring Integration Messages.
setHeaderMapper(JmsHeaderMapper) - Method in class org.springframework.integration.jms.JmsOutboundGateway
Provide a JmsHeaderMapper implementation for mapping the Spring Integration Message Headers to/from JMS Message properties.
setIdleTaskExecutionLimit(int) - Method in class org.springframework.integration.jms.JmsInboundGateway
 
setInitialDelay(long) - Method in class org.springframework.integration.scheduling.IntervalTrigger
Specify the delay for the initial execution.
setInitialDelay(long, TimeUnit) - Method in class org.springframework.integration.scheduling.IntervalTrigger
Specify the delay for the initial execution using the given time unit.
setInputChannelName(String) - Method in class org.springframework.integration.config.ConsumerEndpointFactoryBean
 
setInputDirectory(Resource) - Method in class org.springframework.integration.file.FileReadingMessageSource
 
setInterceptors(List<ChannelInterceptor>) - Method in class org.springframework.integration.channel.AbstractMessageChannel
Set the list of channel interceptors.
setIsolationLevelName(String) - Method in class org.springframework.integration.channel.MessageChannelTemplate
 
setJavaMailProperties(Properties) - Method in class org.springframework.integration.mail.AbstractMailReceiver
 
setJmsTemplate(JmsTemplate) - Method in class org.springframework.integration.jms.AbstractJmsTemplateBasedAdapter
 
setMaxConcurrentConsumers(int) - Method in class org.springframework.integration.jms.JmsInboundGateway
 
setMaxFetchSize(int) - Method in class org.springframework.integration.mail.AbstractMailReceiver
 
setMaxMessagesPerPoll(int) - Method in class org.springframework.integration.config.ConsumerEndpointFactoryBean
 
setMaxMessagesPerPoll(int) - Method in class org.springframework.integration.endpoint.AbstractPollingEndpoint
Set the maximum number of messages to receive for each poll.
setMaxMessagesPerTask(int) - Method in class org.springframework.integration.jms.JmsInboundGateway
 
setMessageConverter(MessageConverter) - Method in class org.springframework.integration.jms.JmsInboundGateway
Provide a MessageConverter implementation to use when converting between JMS Messages and Spring Integration Messages.
setMessageConverter(MessageConverter) - Method in class org.springframework.integration.jms.JmsOutboundGateway
Provide a MessageConverter strategy to use for converting the Spring Integration request Message into a JMS Message and for converting the JMS reply Messages back into Spring Integration Messages.
setMessageFactory(WebServiceMessageFactory) - Method in class org.springframework.integration.ws.AbstractWebServiceOutboundGateway
 
setMessageSender(WebServiceMessageSender) - Method in class org.springframework.integration.ws.AbstractWebServiceOutboundGateway
 
setMessageSenders(WebServiceMessageSender[]) - Method in class org.springframework.integration.ws.AbstractWebServiceOutboundGateway
 
setMethod(Method) - Method in class org.springframework.integration.message.MethodInvokingMessageSource
 
setMethodName(String) - Method in class org.springframework.integration.message.MethodInvokingMessageSource
 
setMethodValidator(MethodValidator) - Method in class org.springframework.integration.util.NameResolvingMethodInvoker
 
setNodeMapper(NodeMapper) - Method in class org.springframework.integration.xml.router.XPathMultiChannelRouter
 
setObject(Object) - Method in class org.springframework.integration.message.MethodInvokingMessageSource
 
setOutputChannel(MessageChannel) - Method in class org.springframework.integration.aggregator.AbstractMessageBarrierHandler
 
setOutputChannel(MessageChannel) - Method in class org.springframework.integration.config.AbstractMessageHandlerFactoryBean
 
setOutputChannel(MessageChannel) - Method in class org.springframework.integration.endpoint.MessageProducerSupport
 
setOutputChannel(MessageChannel) - Method in class org.springframework.integration.endpoint.SourcePollingChannelAdapter
Specify the MessageChannel where Messages should be sent.
setOutputChannel(MessageChannel) - Method in class org.springframework.integration.handler.AbstractReplyProducingMessageHandler
 
setOverwrite(boolean) - Method in class org.springframework.integration.transformer.HeaderEnricher
 
setPayloadTypeChannelMap(Map<Class<?>, MessageChannel>) - Method in class org.springframework.integration.router.PayloadTypeRouter
 
setPrefix(String) - Method in class org.springframework.integration.router.AbstractChannelNameResolvingMessageRouter
 
setPrefix(String) - Method in class org.springframework.integration.transformer.HeaderEnricher
 
setPriority(int) - Method in class org.springframework.integration.jms.JmsOutboundGateway
Specify the JMS priority to use when sending request Messages.
setPriority(MessagePriority) - Method in class org.springframework.integration.message.MessageBuilder
 
setPropagationBehaviorName(String) - Method in class org.springframework.integration.channel.MessageChannelTemplate
 
setReaperInterval(long) - Method in class org.springframework.integration.aggregator.AbstractMessageBarrierHandler
Set the interval in milliseconds for the reaper thread.
setReceiveTimeout(long) - Method in class org.springframework.integration.channel.MessageChannelTemplate
Specify the timeout value to use for receive operations.
setReceiveTimeout(long) - Method in class org.springframework.integration.config.ConsumerEndpointFactoryBean
 
setReceiveTimeout(long) - Method in class org.springframework.integration.endpoint.PollingConsumer
 
setReceiveTimeout(long) - Method in class org.springframework.integration.jms.JmsOutboundGateway
Set the max timeout value for the MessageConsumer's receive call when waiting for a reply.
setReferenceIfAttributeDefined(BeanDefinitionBuilder, Element, String, String) - Static method in class org.springframework.integration.config.xml.IntegrationNamespaceUtils
Populates the specified bean definition property with the reference to a bean.
setReferenceIfAttributeDefined(BeanDefinitionBuilder, Element, String) - Static method in class org.springframework.integration.config.xml.IntegrationNamespaceUtils
Populates the bean definition property corresponding to the specified attributeName with the reference to a bean identified by the value of that attribute if the attribute is defined in the given element.
setRegistryHost(String) - Method in class org.springframework.integration.rmi.RmiInboundGateway
 
setRegistryPort(int) - Method in class org.springframework.integration.rmi.RmiInboundGateway
 
setReleasePartialSequences(boolean) - Method in class org.springframework.integration.aggregator.Resequencer
 
setRemoteInvocationExecutor(RemoteInvocationExecutor) - Method in class org.springframework.integration.rmi.RmiInboundGateway
 
setReplyChannel(MessageChannel) - Method in class org.springframework.integration.adapter.AbstractRemotingOutboundGateway
 
setReplyChannel(MessageChannel) - Method in class org.springframework.integration.gateway.AbstractMessagingGateway
Set the reply channel.
setReplyChannel(MessageChannel) - Method in class org.springframework.integration.jms.JmsOutboundGateway
Specify the Spring Integration reply channel.
setReplyChannel(MessageChannel) - Method in class org.springframework.integration.message.MessageBuilder
 
setReplyChannel(MessageChannel) - Method in class org.springframework.integration.ws.AbstractWebServiceOutboundGateway
 
setReplyChannelName(String) - Method in class org.springframework.integration.message.MessageBuilder
 
setReplyDestination(Destination) - Method in class org.springframework.integration.jms.JmsOutboundGateway
Set the JMS Destination from which reply Messages should be received.
setReplyTimeout(long) - Method in class org.springframework.integration.gateway.AbstractMessagingGateway
Set the timeout value for receiving reply messages.
setRequestCallback(WebServiceMessageCallback) - Method in class org.springframework.integration.ws.AbstractWebServiceOutboundGateway
 
setRequestChannel(MessageChannel) - Method in class org.springframework.integration.gateway.AbstractMessagingGateway
Set the request channel.
setRequestChannel(MessageChannel) - Method in class org.springframework.integration.rmi.RmiInboundGateway
Specify the request channel where messages will be sent.
setRequestDestination(Destination) - Method in class org.springframework.integration.jms.JmsOutboundGateway
Set the JMS Destination to which request Messages should be sent.
setRequestTimeout(long) - Method in class org.springframework.integration.gateway.AbstractMessagingGateway
Set the timeout value for sending request messages.
setRequiresReply(boolean) - Method in class org.springframework.integration.handler.AbstractReplyProducingMessageHandler
 
setResolutionRequired(boolean) - Method in class org.springframework.integration.router.AbstractMessageRouter
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
 
setSelector(MessageSelector) - Method in class org.springframework.integration.handler.AbstractReplyProducingMessageHandler
 
setSelectors(List<MessageSelector>) - Method in class org.springframework.integration.selector.MessageSelectorChain
Initialize the selector chain.
setSendPartialResultOnTimeout(boolean) - Method in class org.springframework.integration.aggregator.AbstractMessageBarrierHandler
Specify whether to aggregate and send the resulting Message when the timeout elapses prior to the CompletionStrategy returning true.
setSendTimeout(long) - Method in class org.springframework.integration.aggregator.AbstractMessageBarrierHandler
 
setSendTimeout(long) - Method in class org.springframework.integration.channel.MessageChannelTemplate
Specify the timeout value to use for send operations.
setSendTimeout(long) - Method in class org.springframework.integration.channel.MessagePublishingErrorHandler
 
setSendTimeout(long) - Method in class org.springframework.integration.endpoint.MessageProducerSupport
 
setSendTimeout(long) - Method in class org.springframework.integration.endpoint.SourcePollingChannelAdapter
Specify the maximum time to wait for a Message to be sent to the output channel.
setSendTimeout(long) - Method in class org.springframework.integration.handler.AbstractReplyProducingMessageHandler
Set the timeout for sending reply Messages.
setSequenceNumber(Integer) - Method in class org.springframework.integration.message.MessageBuilder
 
setSequenceSize(Integer) - Method in class org.springframework.integration.message.MessageBuilder
 
setServiceInterface(Class<?>) - Method in class org.springframework.integration.gateway.GatewayProxyFactoryBean
 
setSessionAcknowledgeMode(int) - Method in class org.springframework.integration.jms.JmsInboundGateway
 
setSessionTransacted(boolean) - Method in class org.springframework.integration.jms.JmsInboundGateway
 
setShouldAppendNewLine(boolean) - Method in class org.springframework.integration.stream.CharacterStreamWritingMessageHandler
 
setShouldDeleteMessages(boolean) - Method in class org.springframework.integration.mail.ImapMailReceiver
Specify whether mail messages should be deleted after retrieval.
setShouldThrowErrors(boolean) - Method in class org.springframework.integration.gateway.AbstractMessagingGateway
Specify whether the Throwable payload of a received ErrorMessage should be extracted and thrown from a send-and-receive operation.
setShouldTruncate(boolean) - Method in class org.springframework.integration.stream.ByteStreamReadingMessageSource
 
setSource(MessageSource<?>) - Method in class org.springframework.integration.endpoint.SourcePollingChannelAdapter
Specify the source to be polled for Messages.
setSourceFactory(SourceFactory) - Method in class org.springframework.integration.xml.transformer.XmlPayloadUnmarshallingTransformer
 
setSourceFactory(SourceFactory) - Method in class org.springframework.integration.xml.transformer.XsltPayloadTransformer
 
setSuffix(String) - Method in class org.springframework.integration.router.AbstractChannelNameResolvingMessageRouter
 
setTargetChannel(MessageChannel) - Method in class org.springframework.integration.handler.ReplyMessageHolder
 
setTargetChannelName(String) - Method in class org.springframework.integration.handler.ReplyMessageHolder
 
setTargetMethodName(String) - Method in class org.springframework.integration.config.AbstractMessageHandlerFactoryBean
 
setTargetObject(Object) - Method in class org.springframework.integration.config.AbstractMessageHandlerFactoryBean
 
setTaskExecutor(TaskExecutor) - Method in class org.springframework.integration.config.ConsumerEndpointFactoryBean
 
setTaskExecutor(TaskExecutor) - Method in class org.springframework.integration.dispatcher.AbstractDispatcher
Specify a TaskExecutor for invoking the handlers.
setTaskExecutor(TaskExecutor) - Method in class org.springframework.integration.endpoint.AbstractPollingEndpoint
 
setTaskExecutor(TaskExecutor) - Method in class org.springframework.integration.jms.JmsInboundGateway
 
setTaskExecutor(TaskExecutor) - Method in class org.springframework.integration.mail.ImapIdleChannelAdapter
 
setTaskScheduler(TaskScheduler) - Method in class org.springframework.integration.aggregator.AbstractMessageBarrierHandler
 
setTaskScheduler(TaskScheduler) - Method in class org.springframework.integration.context.IntegrationObjectSupport
 
setTaskScheduler(TaskScheduler) - Method in class org.springframework.integration.endpoint.AbstractEndpoint
 
setTaskScheduler(TaskScheduler) - Method in interface org.springframework.integration.scheduling.TaskSchedulerAware
 
setTimeout(long) - Method in class org.springframework.integration.aggregator.AbstractMessageBarrierHandler
Maximum time to wait (in milliseconds) for the completion strategy to become true.
setTimeout(long) - Method in class org.springframework.integration.channel.interceptor.WireTap
Specify the timeout value for sending to the intercepting target.
setTimeout(long) - Method in class org.springframework.integration.router.AbstractMessageRouter
Set the timeout for sending a message to the resolved channel.
setTimeToLive(long) - Method in class org.springframework.integration.jms.JmsOutboundGateway
Specify the timeToLive for each sent Message.
setTrackedCorrelationIdCapacity(int) - Method in class org.springframework.integration.aggregator.AbstractMessageBarrierHandler
Set the number of completed correlationIds to track.
setTransactionDefinition(TransactionDefinition) - Method in class org.springframework.integration.config.ConsumerEndpointFactoryBean
 
setTransactionDefinition(TransactionDefinition) - Method in class org.springframework.integration.endpoint.AbstractPollingEndpoint
 
setTransactionManager(PlatformTransactionManager) - Method in class org.springframework.integration.channel.MessageChannelTemplate
Specify a transaction manager to use for all exchange operations.
setTransactionManager(PlatformTransactionManager) - Method in class org.springframework.integration.config.ConsumerEndpointFactoryBean
 
setTransactionManager(PlatformTransactionManager) - Method in class org.springframework.integration.endpoint.AbstractPollingEndpoint
Specify a transaction manager to use for all polling operations.
setTransactionManager(PlatformTransactionManager) - Method in class org.springframework.integration.jms.JmsInboundGateway
 
setTransactionReadOnly(boolean) - Method in class org.springframework.integration.channel.MessageChannelTemplate
 
setTransactionTimeout(int) - Method in class org.springframework.integration.channel.MessageChannelTemplate
 
setTransformOnSend(boolean) - Method in class org.springframework.integration.transformer.MessageTransformingChannelInterceptor
 
setTrigger(Trigger) - Method in class org.springframework.integration.config.ConsumerEndpointFactoryBean
 
setTrigger(Trigger) - Method in class org.springframework.integration.endpoint.AbstractPollingEndpoint
 
setTypeConverter(TypeConverter) - Method in class org.springframework.integration.gateway.GatewayProxyFactoryBean
 
setTypeConverter(TypeConverter) - Method in class org.springframework.integration.util.DefaultMethodInvoker
 
setValueIfAttributeDefined(BeanDefinitionBuilder, Element, String, String) - Static method in class org.springframework.integration.config.xml.IntegrationNamespaceUtils
Populates the specified bean definition property with the value of the attribute whose name is provided if that attribute is defined in the given element.
setValueIfAttributeDefined(BeanDefinitionBuilder, Element, String) - Static method in class org.springframework.integration.config.xml.IntegrationNamespaceUtils
Populates the bean definition property corresponding to the specified attributeName with the value of that attribute if it is defined in the given element.
setVotingStrategy(MessageSelectorChain.VotingStrategy) - Method in class org.springframework.integration.selector.MessageSelectorChain
Specify the voting strategy for this selector chain.
setXmlPayloadConverter(XmlPayloadConverter) - Method in class org.springframework.integration.xml.splitter.XPathMessageSplitter
 
shouldCreateEndpoint(T) - Method in class org.springframework.integration.config.annotation.AbstractMethodAnnotationPostProcessor
 
shouldDeleteMessages() - Method in class org.springframework.integration.mail.AbstractMailReceiver
Subclasses must implement this method to indicate whether the mail messages should be deleted after being received.
shouldDeleteMessages() - Method in class org.springframework.integration.mail.ImapMailReceiver
 
shouldDeleteMessages() - Method in class org.springframework.integration.mail.Pop3MailReceiver
POP3 is unable to detect new Messages, so this always returns true.
shouldGenerateId() - Method in class org.springframework.integration.config.xml.AbstractConsumerEndpointParser
 
shouldGenerateId() - Method in class org.springframework.integration.jms.config.JmsInboundChannelAdapterParser
 
shouldGenerateId() - Method in class org.springframework.integration.jms.config.JmsInboundGatewayParser
 
shouldGenerateId() - Method in class org.springframework.integration.mail.config.ImapIdleChannelAdapterParser
 
shouldGenerateId() - Method in class org.springframework.integration.security.config.SecuredChannelsParser
 
shouldGenerateId() - Method in class org.springframework.integration.xml.config.XPathExpressionParser
 
shouldGenerateId() - Method in class org.springframework.integration.xml.config.XPathMessageSplitterParser
 
shouldGenerateId() - Method in class org.springframework.integration.xml.config.XPathRouterParser
 
shouldGenerateId() - Method in class org.springframework.integration.xml.config.XPathSelectorParser
 
shouldGenerateIdAsFallback() - Method in class org.springframework.integration.config.xml.AbstractConsumerEndpointParser
 
shouldGenerateIdAsFallback() - Method in class org.springframework.integration.jms.config.JmsInboundChannelAdapterParser
 
shouldGenerateIdAsFallback() - Method in class org.springframework.integration.jms.config.JmsInboundGatewayParser
 
shouldGenerateIdAsFallback() - Method in class org.springframework.integration.mail.config.ImapIdleChannelAdapterParser
 
shouldGenerateIdAsFallback() - Method in class org.springframework.integration.xml.config.XPathExpressionParser
 
shouldGenerateIdAsFallback() - Method in class org.springframework.integration.xml.config.XPathMessageSplitterParser
 
shouldGenerateIdAsFallback() - Method in class org.springframework.integration.xml.config.XPathRouterParser
 
shouldGenerateIdAsFallback() - Method in class org.springframework.integration.xml.config.XPathSelectorParser
 
shouldOverwrite(Element) - Method in class org.springframework.integration.config.xml.SimpleHeaderEnricherParser
 
SimpleDispatcher - Class in org.springframework.integration.dispatcher
Basic implementation of MessageDispatcher that will attempt to send a Message to one of its handlers.
SimpleDispatcher() - Constructor for class org.springframework.integration.dispatcher.SimpleDispatcher
 
SimpleHeaderEnricherParser - Class in org.springframework.integration.config.xml
 
SimpleHeaderEnricherParser() - Constructor for class org.springframework.integration.config.xml.SimpleHeaderEnricherParser
 
SimpleHeaderEnricherParser(String) - Constructor for class org.springframework.integration.config.xml.SimpleHeaderEnricherParser
 
SimpleHeaderEnricherParser(String, String[]) - Constructor for class org.springframework.integration.config.xml.SimpleHeaderEnricherParser
 
SimpleMessageMapper - Class in org.springframework.integration.gateway
An implementation of the InboundMessageMapper and OutboundMessageMapper strategy interfaces that maps directly to and from the Message payload instance.
SimpleMessageMapper() - Constructor for class org.springframework.integration.gateway.SimpleMessageMapper
 
SimpleMessagingGateway - Class in org.springframework.integration.gateway
An implementation of AbstractMessagingGateway that delegates to an InboundMessageMapper and OutboundMessageMapper.
SimpleMessagingGateway() - Constructor for class org.springframework.integration.gateway.SimpleMessagingGateway
 
SimpleMessagingGateway(InboundMessageMapper<?>, OutboundMessageMapper<?>) - Constructor for class org.springframework.integration.gateway.SimpleMessagingGateway
 
SimpleTaskScheduler - Class in org.springframework.integration.scheduling
An implementation of TaskScheduler that delegates to any instance of TaskExecutor.
SimpleTaskScheduler(TaskExecutor) - Constructor for class org.springframework.integration.scheduling.SimpleTaskScheduler
 
SimpleWebServiceOutboundGateway - Class in org.springframework.integration.ws
An outbound Messaging Gateway for invoking a Web Service.
SimpleWebServiceOutboundGateway(URI) - Constructor for class org.springframework.integration.ws.SimpleWebServiceOutboundGateway
 
SimpleWebServiceOutboundGateway(URI, SourceExtractor) - Constructor for class org.springframework.integration.ws.SimpleWebServiceOutboundGateway
 
SimpleWebServiceOutboundGateway(URI, SourceExtractor, WebServiceMessageFactory) - Constructor for class org.springframework.integration.ws.SimpleWebServiceOutboundGateway
 
size() - Method in class org.springframework.integration.core.MessageHeaders
 
SOAP_ACTION - Static variable in class org.springframework.integration.ws.WebServiceHeaders
 
SourceCreatingTransformer - Class in org.springframework.integration.xml.transformer
Transforms the payload to a Source using a SourceFactory.
SourceCreatingTransformer() - Constructor for class org.springframework.integration.xml.transformer.SourceCreatingTransformer
 
SourceCreatingTransformer(SourceFactory) - Constructor for class org.springframework.integration.xml.transformer.SourceCreatingTransformer
 
SourceFactory - Interface in org.springframework.integration.xml.source
Factory to create a Source possibly taking into account the provided message payload instance.
SourcePollingChannelAdapter - Class in org.springframework.integration.endpoint
A Channel Adapter implementation for connecting a MessageSource to a MessageChannel.
SourcePollingChannelAdapter() - Constructor for class org.springframework.integration.endpoint.SourcePollingChannelAdapter
 
splitMessage(Message<?>) - Method in class org.springframework.integration.splitter.AbstractMessageSplitter
Subclasses must override this method to split the received Message.
splitMessage(Message<?>) - Method in class org.springframework.integration.splitter.DefaultMessageSplitter
 
splitMessage(Message<?>) - Method in class org.springframework.integration.splitter.MethodInvokingSplitter
 
splitMessage(Message<?>) - Method in class org.springframework.integration.xml.splitter.XPathMessageSplitter
 
splitNodePayload(Node, Message) - Method in class org.springframework.integration.xml.splitter.XPathMessageSplitter
 
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.
SplitterAnnotationPostProcessor - Class in org.springframework.integration.config.annotation
Post-processor for Methods annotated with @Splitter.
SplitterAnnotationPostProcessor(ListableBeanFactory) - Constructor for class org.springframework.integration.config.annotation.SplitterAnnotationPostProcessor
 
SplitterFactoryBean - Class in org.springframework.integration.config
Factory bean for creating a Message Splitter.
SplitterFactoryBean() - Constructor for class org.springframework.integration.config.SplitterFactoryBean
 
SplitterParser - Class in org.springframework.integration.config.xml
Parser for the <splitter/> element.
SplitterParser() - Constructor for class org.springframework.integration.config.xml.SplitterParser
 
start() - Method in class org.springframework.integration.aggregator.AbstractMessageBarrierHandler
 
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
 
stderr() - Static method in class org.springframework.integration.stream.CharacterStreamWritingMessageHandler
Factory method that creates a target for stderr (System.err) with the default charset encoding.
stderr(String) - Static method in class org.springframework.integration.stream.CharacterStreamWritingMessageHandler
Factory method that creates a target for stderr (System.err) with the specified charset encoding.
stdin() - Static method in class org.springframework.integration.stream.CharacterStreamReadingMessageSource
 
stdin(String) - Static method in class org.springframework.integration.stream.CharacterStreamReadingMessageSource
 
stdout() - Static method in class org.springframework.integration.stream.CharacterStreamWritingMessageHandler
Factory method that creates a target for stdout (System.out) with the default charset encoding.
stdout(String) - Static method in class org.springframework.integration.stream.CharacterStreamWritingMessageHandler
Factory method that creates a target for stdout (System.out) with the specified charset encoding.
stop() - Method in class org.springframework.integration.aggregator.AbstractMessageBarrierHandler
 
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
 
StreamNamespaceHandler - Class in org.springframework.integration.stream.config
 
StreamNamespaceHandler() - Constructor for class org.springframework.integration.stream.config.StreamNamespaceHandler
 
STRING_RESULT - Static variable in class org.springframework.integration.xml.config.XmlNamespaceUtils
 
StringMessage - Class in org.springframework.integration.message
A message implementation that accepts a String payload.
StringMessage(String) - Constructor for class org.springframework.integration.message.StringMessage
 
StringResultFactory - Class in org.springframework.integration.xml.result
 
StringResultFactory() - Constructor for class org.springframework.integration.xml.result.StringResultFactory
 
StringSourceFactory - Class in org.springframework.integration.xml.source
SourceFactory implementation which supports creation of a StringSource from either a Document or String payload
StringSourceFactory() - Constructor for class org.springframework.integration.xml.source.StringSourceFactory
 
StringSourceFactory(TransformerFactory) - Constructor for class org.springframework.integration.xml.source.StringSourceFactory
 
StringValueTestXPathMessageSelector - Class in org.springframework.integration.xml.selector
XPath MessageSelector that tests if a provided value supports payloads of type Document or String.
StringValueTestXPathMessageSelector(String, Map<String, String>, String) - Constructor for class org.springframework.integration.xml.selector.StringValueTestXPathMessageSelector
Create a selector which tests for the given value and supports multiple namespaces.
StringValueTestXPathMessageSelector(String, String, String, String) - Constructor for class org.springframework.integration.xml.selector.StringValueTestXPathMessageSelector
Creates a single namespace Xpath selector.
StringValueTestXPathMessageSelector(String, String) - Constructor for class org.springframework.integration.xml.selector.StringValueTestXPathMessageSelector
Creates non-namespaced testing selector.
StringValueTestXPathMessageSelector(XPathExpression, String) - Constructor for class org.springframework.integration.xml.selector.StringValueTestXPathMessageSelector
Creates a selector with the provided XPathExpression.
SUBJECT - Static variable in class org.springframework.integration.mail.MailHeaders
 
SubscribableChannel - Interface in org.springframework.integration.channel
Interface for any MessageChannel implementation that accepts subscribers.
subscribe(MessageHandler) - Method in class org.springframework.integration.channel.AbstractSubscribableChannel
 
subscribe(MessageHandler) - Method in interface org.springframework.integration.channel.SubscribableChannel
Register a MessageHandler as a subscriber to this channel.
supports(Message<?>) - Method in class org.springframework.integration.handler.AbstractReplyProducingMessageHandler
 
supports(Class) - Method in class org.springframework.integration.security.channel.ChannelInvocationDefinitionSource
 

T

TASK_SCHEDULER_BEAN_NAME - Static variable in class org.springframework.integration.context.IntegrationContextUtils
 
TaskScheduler - Interface in org.springframework.integration.scheduling
Base interface for scheduling tasks.
TaskSchedulerAware - Interface in org.springframework.integration.scheduling
Callback interface for any component that requires access to the TaskScheduler.
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
 
ThreadLocalChannelParser - Class in org.springframework.integration.config.xml
Parser for the <thread-local-channel> element.
ThreadLocalChannelParser() - Constructor for class org.springframework.integration.config.xml.ThreadLocalChannelParser
 
ThreadPoolTaskExecutorParser - Class in org.springframework.integration.config.xml
 
ThreadPoolTaskExecutorParser() - Constructor for class org.springframework.integration.config.xml.ThreadPoolTaskExecutorParser
 
TIMESTAMP - Static variable in class org.springframework.integration.core.MessageHeaders
 
TO - Static variable in class org.springframework.integration.mail.MailHeaders
 
toHeaders(Message) - Method in class org.springframework.integration.jms.DefaultJmsHeaderMapper
 
toHeaders(Message) - Method in interface org.springframework.integration.jms.JmsHeaderMapper
 
toMessage(Object) - Method in class org.springframework.integration.gateway.AbstractMessagingGateway
Subclasses must implement this to map from an Object to a Message.
toMessage(Object) - Method in class org.springframework.integration.gateway.SimpleMessageMapper
Returns a Message with the given object as its payload, unless the object is already a Message in which case it will be returned as-is.
toMessage(Object) - Method in class org.springframework.integration.gateway.SimpleMessagingGateway
 
toMessage(Object, Session) - Method in class org.springframework.integration.jms.HeaderMappingMessageConverter
Converts from an integration Message to a JMS Message.
toMessage(T) - Method in interface org.springframework.integration.message.InboundMessageMapper
 
toMessage(Object[]) - Method in class org.springframework.integration.message.MethodParameterMessageMapper
 
toPasswordProtectedString(URLName) - Static method in class org.springframework.integration.mail.MailTransportUtils
Returns a string representation of the given URLName, where the password has been protected.
toString() - Method in class org.springframework.integration.channel.AbstractMessageChannel
 
toString() - Method in class org.springframework.integration.context.IntegrationObjectSupport
 
toString() - Method in class org.springframework.integration.core.MessageHeaders
 
toString() - Method in class org.springframework.integration.dispatcher.AbstractDispatcher
 
toString() - Method in class org.springframework.integration.handler.ServiceActivatingHandler
 
toString() - Method in class org.springframework.integration.mail.AbstractMailReceiver
 
toString() - Method in class org.springframework.integration.message.GenericMessage
 
toString() - Method in class org.springframework.integration.message.MessageMappingMethodInvoker
 
toString() - Method in class org.springframework.integration.scheduling.CronSequenceGenerator
 
trackedCorrelationIds - Variable in class org.springframework.integration.aggregator.AbstractMessageBarrierHandler
 
transform(Message<?>) - Method in class org.springframework.integration.file.transformer.AbstractFilePayloadTransformer
 
transform(Message<?>) - Method in class org.springframework.integration.mail.transformer.AbstractMailMessageTransformer
 
transform(Message<?>) - Method in class org.springframework.integration.transformer.AbstractHeaderTransformer
 
transform(Message<?>) - Method in class org.springframework.integration.transformer.AbstractPayloadTransformer
 
transform(Message<?>) - Method in class org.springframework.integration.transformer.MethodInvokingTransformer
 
transform(Message<?>) - Method in interface org.springframework.integration.transformer.Transformer
 
transformDocument(Document) - Method in class org.springframework.integration.xml.transformer.XsltPayloadTransformer
 
Transformer - Annotation Type in org.springframework.integration.annotation
Indicates that a method is capable of transforming a message, message header, or message payload.
Transformer - Interface in org.springframework.integration.transformer
Strategy interface for transforming a Message.
TransformerAnnotationPostProcessor - Class in org.springframework.integration.config.annotation
Post-processor for Methods annotated with @Transformer.
TransformerAnnotationPostProcessor(ListableBeanFactory) - Constructor for class org.springframework.integration.config.annotation.TransformerAnnotationPostProcessor
 
TransformerParser - Class in org.springframework.integration.config.xml
Parser for the <transformer/> element.
TransformerParser() - Constructor for class org.springframework.integration.config.xml.TransformerParser
 
transformFile(File) - Method in class org.springframework.integration.file.transformer.AbstractFilePayloadTransformer
Subclasses must implement this method to transform the File contents.
transformFile(File) - Method in class org.springframework.integration.file.transformer.FileToByteArrayTransformer
 
transformFile(File) - Method in class org.springframework.integration.file.transformer.FileToStringTransformer
 
transformHeaders(Map<String, Object>) - Method in class org.springframework.integration.transformer.AbstractHeaderTransformer
 
transformHeaders(Map<String, Object>) - Method in class org.springframework.integration.transformer.HeaderEnricher
 
transformPayload(T) - Method in class org.springframework.integration.transformer.AbstractPayloadTransformer
 
transformPayload(Object) - Method in class org.springframework.integration.xml.transformer.SourceCreatingTransformer
 
transformPayload(Object) - Method in class org.springframework.integration.xml.transformer.XmlPayloadMarshallingTransformer
 
transformPayload(Object) - Method in class org.springframework.integration.xml.transformer.XmlPayloadUnmarshallingTransformer
 
transformPayload(Object) - Method in class org.springframework.integration.xml.transformer.XsltPayloadTransformer
 
transformResult(Result) - Method in class org.springframework.integration.xml.transformer.ResultToDocumentTransformer
 
transformResult(Result) - Method in class org.springframework.integration.xml.transformer.ResultToStringTransformer
 
transformResult(Result) - Method in interface org.springframework.integration.xml.transformer.ResultTransformer
 
transformSource(Source, Object) - Method in class org.springframework.integration.xml.transformer.XsltPayloadTransformer
 
transformString(String) - Method in class org.springframework.integration.xml.transformer.XsltPayloadTransformer
 
transformUsingFactories(Object) - Method in class org.springframework.integration.xml.transformer.XsltPayloadTransformer
 
TRANSPORT_PREFIX - Static variable in class org.springframework.integration.jms.JmsHeaders
Prefix for any message header that should be passed for usage by the JMS transport.
Trigger - Interface in org.springframework.integration.scheduling
A strategy for providing the next time a task should run.
TYPE - Static variable in class org.springframework.integration.jms.JmsHeaders
 

U

UnexpiredMessageSelector - Class in org.springframework.integration.selector
A MessageSelector that accepts Messages that are not yet expired.
UnexpiredMessageSelector() - Constructor for class org.springframework.integration.selector.UnexpiredMessageSelector
 
unsubscribe(MessageHandler) - Method in class org.springframework.integration.channel.AbstractSubscribableChannel
 
unsubscribe(MessageHandler) - Method in interface org.springframework.integration.channel.SubscribableChannel
Remove a MessageHandler from the subscribers of this channel.
USER_PREFIX - Static variable in class org.springframework.integration.jms.JmsHeaders
Prefix for any user-defined message header that should be passed within JMS properties.

V

validate(Method) - Method in interface org.springframework.integration.util.MethodValidator
 
valueOf(String) - Static method in enum org.springframework.integration.core.MessagePriority
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.integration.selector.MessageSelectorChain.VotingStrategy
Returns the enum constant of this type with the specified name.
values() - Method in class org.springframework.integration.core.MessageHeaders
 
values() - Static method in enum org.springframework.integration.core.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.selector.MessageSelectorChain.VotingStrategy
Returns an array containing the constants of this enum type, in the order they're declared.

W

waitForNewMessages() - Method in class org.springframework.integration.mail.ImapMailReceiver
This method is unique to the IMAP receiver and only works if IMAP IDLE is supported (see RFC 2177 for more detail).
WebServiceHeaders - Class in org.springframework.integration.ws
Pre-defined header names to be used when storing or retrieving Web Service properties to/from integration Message Headers.
WebServiceHeaders() - Constructor for class org.springframework.integration.ws.WebServiceHeaders
 
WebServiceOutboundGatewayParser - Class in org.springframework.integration.ws.config
Parser for the <outbound-gateway/> element in the 'ws' namespace.
WebServiceOutboundGatewayParser() - Constructor for class org.springframework.integration.ws.config.WebServiceOutboundGatewayParser
 
WireTap - Class in org.springframework.integration.channel.interceptor
A ChannelInterceptor that publishes a copy of the intercepted message to a secondary target while still sending the original message to the main channel.
WireTap(MessageChannel) - Constructor for class org.springframework.integration.channel.interceptor.WireTap
Create a new wire tap with no MessageSelector.
WireTap(MessageChannel, MessageSelector) - Constructor for class org.springframework.integration.channel.interceptor.WireTap
Create a new wire tap with the provided MessageSelector.
WireTapParser - Class in org.springframework.integration.config.xml
Parser for the <wire-tap> element.
WireTapParser() - Constructor for class org.springframework.integration.config.xml.WireTapParser
 
withPayload(T) - Static method in class org.springframework.integration.message.MessageBuilder
Create a builder for a new Message instance with the provided payload.
WsNamespaceHandler - Class in org.springframework.integration.ws.config
 
WsNamespaceHandler() - Constructor for class org.springframework.integration.ws.config.WsNamespaceHandler
 

X

XmlMarshallingTransformerParser - Class in org.springframework.integration.xml.config
 
XmlMarshallingTransformerParser() - Constructor for class org.springframework.integration.xml.config.XmlMarshallingTransformerParser
 
XmlNamespaceUtils - Class in org.springframework.integration.xml.config
Utility methods for the XML namespace.
XmlNamespaceUtils() - Constructor for class org.springframework.integration.xml.config.XmlNamespaceUtils
 
XmlPayloadConverter - Interface in org.springframework.integration.xml
Converter for creating XML Document instances
XmlPayloadMarshallingTransformer - Class in org.springframework.integration.xml.transformer
An implementation of PayloadTransformer that delegates to an OXM Marshaller.
XmlPayloadMarshallingTransformer(Marshaller, ResultTransformer) - Constructor for class org.springframework.integration.xml.transformer.XmlPayloadMarshallingTransformer
 
XmlPayloadMarshallingTransformer(Marshaller) - Constructor for class org.springframework.integration.xml.transformer.XmlPayloadMarshallingTransformer
 
XmlPayloadUnmarshallingTransformer - Class in org.springframework.integration.xml.transformer
An implementation of PayloadTransformer that delegates to an OXM Unmarshaller.
XmlPayloadUnmarshallingTransformer(Unmarshaller) - Constructor for class org.springframework.integration.xml.transformer.XmlPayloadUnmarshallingTransformer
 
XmlUnmarshallingTransformerParser - Class in org.springframework.integration.xml.config
 
XmlUnmarshallingTransformerParser() - Constructor for class org.springframework.integration.xml.config.XmlUnmarshallingTransformerParser
 
XPathExpressionParser - Class in org.springframework.integration.xml.config
Parser for the <xpath-expression> element.
XPathExpressionParser() - Constructor for class org.springframework.integration.xml.config.XPathExpressionParser
 
XPathMessageSplitter - Class in org.springframework.integration.xml.splitter
Message Splitter that uses an XPathExpression to split a Document or String payload into a NodeList.
XPathMessageSplitter(String) - Constructor for class org.springframework.integration.xml.splitter.XPathMessageSplitter
 
XPathMessageSplitter(String, Map<String, String>) - Constructor for class org.springframework.integration.xml.splitter.XPathMessageSplitter
 
XPathMessageSplitter(XPathExpression) - Constructor for class org.springframework.integration.xml.splitter.XPathMessageSplitter
 
XPathMessageSplitterParser - Class in org.springframework.integration.xml.config
 
XPathMessageSplitterParser() - Constructor for class org.springframework.integration.xml.config.XPathMessageSplitterParser
 
XPathMultiChannelRouter - Class in org.springframework.integration.xml.router
A router that evaluates the XPath expression using XPathExpression.evaluateAsNodeList(Node) which returns zero or more nodes in conjunction with an instance of NodeMapper to produce zero or more channel names.
XPathMultiChannelRouter(String, Map<String, String>) - Constructor for class org.springframework.integration.xml.router.XPathMultiChannelRouter
 
XPathMultiChannelRouter(String, String, String) - Constructor for class org.springframework.integration.xml.router.XPathMultiChannelRouter
 
XPathMultiChannelRouter(String) - Constructor for class org.springframework.integration.xml.router.XPathMultiChannelRouter
 
XPathMultiChannelRouter(XPathExpression) - Constructor for class org.springframework.integration.xml.router.XPathMultiChannelRouter
 
XPathRouterParser - Class in org.springframework.integration.xml.config
 
XPathRouterParser() - Constructor for class org.springframework.integration.xml.config.XPathRouterParser
 
XPathSelectorParser - Class in org.springframework.integration.xml.config
 
XPathSelectorParser() - Constructor for class org.springframework.integration.xml.config.XPathSelectorParser
 
XPathSingleChannelRouter - Class in org.springframework.integration.xml.router
Router that evaluates the payload using XPathExpression.evaluateAsString(Node) to extract a channel name.
XPathSingleChannelRouter(String, Map<String, String>) - Constructor for class org.springframework.integration.xml.router.XPathSingleChannelRouter
 
XPathSingleChannelRouter(String, String, String) - Constructor for class org.springframework.integration.xml.router.XPathSingleChannelRouter
 
XPathSingleChannelRouter(String) - Constructor for class org.springframework.integration.xml.router.XPathSingleChannelRouter
 
XPathSingleChannelRouter(XPathExpression) - Constructor for class org.springframework.integration.xml.router.XPathSingleChannelRouter
 
XsltPayloadTransformer - Class in org.springframework.integration.xml.transformer
Thread safe XSLT transformer implementation which returns a transformed Source, Document, or String.
XsltPayloadTransformer(Templates) - Constructor for class org.springframework.integration.xml.transformer.XsltPayloadTransformer
 
XsltPayloadTransformer(Templates, ResultTransformer) - Constructor for class org.springframework.integration.xml.transformer.XsltPayloadTransformer
 
XsltPayloadTransformer(Resource) - Constructor for class org.springframework.integration.xml.transformer.XsltPayloadTransformer
 
XsltPayloadTransformer(Resource, ResultTransformer) - Constructor for class org.springframework.integration.xml.transformer.XsltPayloadTransformer
 
XsltPayloadTransformerParser - Class in org.springframework.integration.xml.config
 
XsltPayloadTransformerParser() - Constructor for class org.springframework.integration.xml.config.XsltPayloadTransformerParser
 

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