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

C

canAddMessage(Message<?>, MessageBarrier<T>) - Method in class org.springframework.integration.aggregator.AbstractMessageBarrierHandler
Verifies that a message can be added to the barrier.
canAddMessage(Message<?>, MessageBarrier<SortedSet<Message<?>>>) - Method in class org.springframework.integration.aggregator.Resequencer
 
CC - Static variable in class org.springframework.integration.mail.MailHeaders
 
ChainParser - Class in org.springframework.integration.config.xml
Parser for the <chain> element.
ChainParser() - Constructor for class org.springframework.integration.config.xml.ChainParser
 
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.
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
A helper class for parsing the sub-elements of a channel's interceptors element.
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
 
ChannelInvocationDefinitionSource(Map<Pattern, ChannelAccessPolicy>) - Constructor for class org.springframework.integration.security.channel.ChannelInvocationDefinitionSource
 
ChannelPublishingJmsMessageListener - Class in org.springframework.integration.jms
JMS MessageListener that converts a JMS Message into a Spring Integration Message and sends that Message to a channel.
ChannelPublishingJmsMessageListener() - Constructor for class org.springframework.integration.jms.ChannelPublishingJmsMessageListener
 
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.
CommonsHttpRequestExecutor - Class in org.springframework.integration.http
Implementation of HttpRequestExecutor that uses a commons-http HttpClient to execute HttpRequest instances.
CommonsHttpRequestExecutor() - Constructor for class org.springframework.integration.http.CommonsHttpRequestExecutor
Create a new CommonsHttpRequestExecutor with a default HttpClient that uses a default MultiThreadedHttpConnectionManager.
CommonsHttpRequestExecutor(HttpClient) - Constructor for class org.springframework.integration.http.CommonsHttpRequestExecutor
Create a new CommonsHttpRequestExecutor with the given HttpClient instance.
compare(Message<?>, Message<?>) - Method in class org.springframework.integration.aggregator.MessageSequenceComparator
 
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
 
configurePollerMetadata(Element, BeanDefinitionBuilder, ParserContext) - Static method in class org.springframework.integration.config.xml.IntegrationNamespaceUtils
Parse a "poller" element to provide a reference for the target BeanDefinitionBuilder.
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() - 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
 
convertToSource(Object) - Method in class org.springframework.integration.xml.DefaultXmlPayloadConverter
 
convertToSource(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
 
CorrelationStrategy - Interface in org.springframework.integration.aggregator
Strategy for determining how messages shall be correlated.
CorrelationStrategy - Annotation Type in org.springframework.integration.annotation
Indicates that a given method is capable of determining the correlation key of a message sent as parameter.
CorrelationStrategyAdapter - Class in org.springframework.integration.aggregator
CorrelationStrategy implementation that works as an adapter to another bean.
CorrelationStrategyAdapter(Object, String) - Constructor for class org.springframework.integration.aggregator.CorrelationStrategyAdapter
 
CorrelationStrategyAdapter(Object, Method) - Constructor for class org.springframework.integration.aggregator.CorrelationStrategyAdapter
 
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
 
createElementDescription(Element) - Static method in class org.springframework.integration.config.xml.IntegrationNamespaceUtils
Provides a user friendly description of an element based on its node name and, if available, its "id" attribute value.
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
 
createHandler(Object, String) - Method in class org.springframework.integration.config.TransformerFactoryBean
 
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(Object) - Method in class org.springframework.integration.aggregator.AbstractMessageAggregator
 
createMessageBarrier(Object) - Method in class org.springframework.integration.aggregator.AbstractMessageBarrierHandler
Factory method for creating a MessageBarrier implementation.
createMessageBarrier(Object) - 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
 
createValidator(String, String) - Method in class org.springframework.integration.xml.config.XmlPayloadValidatingRouterParser
 
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.

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