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

canRelease(MessageGroup) - Method in class org.springframework.integration.aggregator.MessageCountReleaseStrategy
Release the group if it has more messages than the threshold and has not previously been released.
canRelease(MessageGroup) - Method in interface org.springframework.integration.aggregator.ReleaseStrategy
 
canRelease(MessageGroup) - Method in class org.springframework.integration.aggregator.ReleaseStrategyAdapter
 
canRelease(MessageGroup) - Method in class org.springframework.integration.aggregator.SequenceSizeReleaseStrategy
 
canRelease(MessageGroup) - Method in class org.springframework.integration.aggregator.TimeoutCountSequenceSizeReleaseStrategy
 
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
 
channel - Variable in class org.springframework.integration.ip.tcp.NioSocketReader
 
channel - Variable in class org.springframework.integration.ip.tcp.NioSocketWriter
 
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 QueueChannels.
ChannelPurger(QueueChannel...) - Constructor for class org.springframework.integration.channel.ChannelPurger
 
ChannelPurger(MessageSelector, QueueChannel...) - 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
 
ClaimCheckInParser - Class in org.springframework.integration.config.xml
Parser for the <claim-check-in/> element.
ClaimCheckInParser() - Constructor for class org.springframework.integration.config.xml.ClaimCheckInParser
 
ClaimCheckInTransformer - Class in org.springframework.integration.transformer
Transformer that stores a Message and returns a new Message whose payload is the id of the stored Message.
ClaimCheckInTransformer(MessageStore) - Constructor for class org.springframework.integration.transformer.ClaimCheckInTransformer
Create a claim check-in transformer that will delegate to the provided MessageStore.
ClaimCheckOutParser - Class in org.springframework.integration.config.xml
Parser for the <claim-check-out/> element.
ClaimCheckOutParser() - Constructor for class org.springframework.integration.config.xml.ClaimCheckOutParser
 
ClaimCheckOutTransformer - Class in org.springframework.integration.transformer
Transformer that accepts a Message whose payload is a UUID and retrieves the Message associated with that id from a MessageStore if available.
ClaimCheckOutTransformer(MessageStore) - Constructor for class org.springframework.integration.transformer.ClaimCheckOutTransformer
Create a claim check-out transformer that will delegate to the provided MessageStore.
ClassUtils - Class in org.springframework.integration.util
 
ClassUtils() - Constructor for class org.springframework.integration.util.ClassUtils
 
clear() - Method in class org.springframework.integration.channel.QueueChannel
Remove all Messages from this channel.
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.
CommonSocketOptions - Interface in org.springframework.integration.ip
 
compare(Message<?>, Message<?>) - Method in class org.springframework.integration.aggregator.MessageSequenceComparator
 
compare(Message<?>, Message<?>) - Method in class org.springframework.integration.aggregator.SequenceNumberComparator
If both messages have a sequence number then compare that, otherwise if one has a sequence number and the other doesn't then the numbered message comes first, or finally of neither has a sequence number then they are equal in rank.
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.
configureTransfomer(Message<?>, Transformer) - Method in class org.springframework.integration.xml.transformer.DefaultTransformerConfigurer
 
configureTransfomer(Message<?>, Transformer) - Method in interface org.springframework.integration.xml.transformer.TransformerConfigurer
Callback method called by Xslt transfomer implementations after transformer is creates
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
 
ControlBus - Class in org.springframework.integration.control
JMX-based Control Bus implementation.
ControlBus(MBeanServer) - Constructor for class org.springframework.integration.control.ControlBus
Create a ControlBus that will register channels and endpoints as MBeans with the given MBeanServer using the default domain name.
ControlBus(MBeanServer, String) - Constructor for class org.springframework.integration.control.ControlBus
Create a ControlBus that will register channels and endpoints as MBeans with the given MBeanServer using the specified domain name.
ControlBusParser - Class in org.springframework.integration.jmx.config
 
ControlBusParser() - Constructor for class org.springframework.integration.jmx.config.ControlBusParser
 
convert(Object) - Method in class org.springframework.integration.util.UUIDConverter
Convert the input to a UUID using the convenience method UUIDConverter.getUUID(Object).
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.
CorrelatingMessageHandler - Class in org.springframework.integration.aggregator
Message handler that holds a buffer of correlated messages in a MessageStore.
CorrelatingMessageHandler(MessageGroupProcessor, MessageGroupStore, CorrelationStrategy, ReleaseStrategy) - Constructor for class org.springframework.integration.aggregator.CorrelatingMessageHandler
 
CorrelatingMessageHandler(MessageGroupProcessor, MessageGroupStore) - Constructor for class org.springframework.integration.aggregator.CorrelatingMessageHandler
 
CorrelatingMessageHandler(MessageGroupProcessor) - Constructor for class org.springframework.integration.aggregator.CorrelatingMessageHandler
 
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.
CREATED_DATE_KEY - Static variable in class org.springframework.integration.jdbc.JdbcMessageStore
The name of the message header that stores a timestamp for the time the message was inserted.
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, 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, Filter) - Method in class org.springframework.integration.config.annotation.FilterAnnotationPostProcessor
 
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
 
createNetReader(int, Class<NetSocketReader>, Socket, int, int) - Static method in class org.springframework.integration.ip.util.SocketIoUtils
 
createNetWriter(int, Class<NetSocketWriter>, Socket) - Static method in class org.springframework.integration.ip.util.SocketIoUtils
 
createNioReader(int, Class<NioSocketReader>, SocketChannel, int, int, boolean) - Static method in class org.springframework.integration.ip.util.SocketIoUtils
 
createNioWriter(int, Class<NioSocketWriter>, SocketChannel, int, int, boolean) - Static method in class org.springframework.integration.ip.util.SocketIoUtils
 
createParameterSource(Object) - Method in class org.springframework.integration.jdbc.DefaultSqlParameterSourceFactory
 
createParameterSource(Object) - Method in interface org.springframework.integration.jdbc.SqlParameterSourceFactory
Return a new SqlParameterSource.
createProxy(String) - Method in class org.springframework.integration.gateway.AbstractRemotingOutboundGateway
Subclasses must implement this method.
createProxy(String) - Method in class org.springframework.integration.httpinvoker.HttpInvokerOutboundGateway
Deprecated.  
createProxy(String) - Method in class org.springframework.integration.rmi.RmiOutboundGateway
 
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
 
createTaskScheduler(int) - Static method in class org.springframework.integration.test.util.TestUtils
 
createTestApplicationContext() - Static method in class org.springframework.integration.test.util.TestUtils
 
createValidator(String, String) - Method in class org.springframework.integration.xml.config.XmlPayloadValidatingRouterParser
 
crLfPart - Variable in class org.springframework.integration.ip.tcp.NioSocketWriter
A buffer containing the CRLF for when the messageFormat is MessageFormats.FORMAT_CRLF.
customSocketReaderClass - Variable in class org.springframework.integration.ip.tcp.SimpleTcpNetOutboundGateway
 
customSocketReaderClass - Variable in class org.springframework.integration.ip.tcp.TcpNetReceivingChannelAdapter
 
customSocketReaderClass - Variable in class org.springframework.integration.ip.tcp.TcpNioReceivingChannelAdapter
 
customSocketReaderClassName - Variable in class org.springframework.integration.ip.tcp.SimpleTcpNetInboundGateway
 
customSocketWriterClass - Variable in class org.springframework.integration.ip.tcp.SimpleTcpNetInboundGateway
 
customSocketWriterClass - Variable in class org.springframework.integration.ip.tcp.TcpNetSendingMessageHandler
 
customSocketWriterClass - Variable in class org.springframework.integration.ip.tcp.TcpNioSendingMessageHandler
 

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