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

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.
SchemaValidator - Class in org.springframework.integration.xml.router
 
SchemaValidator(Resource, String) - Constructor for class org.springframework.integration.xml.router.SchemaValidator
 
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 bean post-processor 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
 
sendReplies(Collection<Message<?>>, MessageChannel) - Method in class org.springframework.integration.aggregator.AbstractMessageBarrierHandler
 
sendReply(Message<?>, MessageChannel) - Method in class org.springframework.integration.aggregator.AbstractMessageBarrierHandler
 
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
 
setAcceptGzipEncoding(boolean) - Method in class org.springframework.integration.http.AbstractHttpRequestExecutor
Set whether to accept GZIP encoding, that is, whether to send the HTTP "Accept-Encoding" header with "gzip" as value.
setAdviceChain(List<Advice>) - Method in class org.springframework.integration.endpoint.AbstractPollingEndpoint
 
setAdviceChain(List<Advice>) - Method in class org.springframework.integration.scheduling.PollerMetadata
 
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
Specify whether to apply the sequence number and size headers to the messages prior to invoking the subscribed handlers.
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.
setApplySequence(boolean) - Method in class org.springframework.integration.router.RecipientListRouter
Specify whether to apply the sequence number and size headers to the messages prior to sending to the recipient channels.
setAttribute(String, Object) - Method in class org.springframework.integration.aggregator.MessageBarrier
Sets a the value of a given attribute on the MessageBarrier.
setAutoCreateDirectory(Boolean) - Method in class org.springframework.integration.file.config.FileReadingMessageSourceFactoryBean
 
setAutoCreateDirectory(Boolean) - Method in class org.springframework.integration.file.config.FileWritingMessageHandlerFactoryBean
 
setAutoCreateDirectory(boolean) - Method in class org.springframework.integration.file.FileReadingMessageSource
Specify whether to create the source directory automatically if it does not yet exist upon initialization.
setAutoCreateDirectory(boolean) - Method in class org.springframework.integration.file.FileWritingMessageHandler
Specify whether to create the destination directory automatically if it does not yet exist upon initialization.
setAutoStartup(boolean) - Method in class org.springframework.integration.aggregator.AbstractMessageBarrierHandler
 
setAutoStartup(boolean) - Method in class org.springframework.integration.config.ConsumerEndpointFactoryBean
 
setAutoStartup(boolean) - Method in class org.springframework.integration.config.SourcePollingChannelAdapterFactoryBean
 
setAutoStartup(boolean) - Method in class org.springframework.integration.endpoint.AbstractEndpoint
 
setAutoStartup(boolean) - Method in class org.springframework.integration.scheduling.SimpleTaskScheduler
 
setAutoStartup(boolean) - Method in class org.springframework.integration.ws.MarshallingWebServiceInboundGateway
 
setBeanClassLoader(ClassLoader) - Method in class org.springframework.integration.config.SourcePollingChannelAdapterFactoryBean
 
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.aggregator.AbstractMessageBarrierHandler
 
setBeanFactory(BeanFactory) - Method in class org.springframework.integration.channel.BeanFactoryChannelResolver
 
setBeanFactory(BeanFactory) - Method in class org.springframework.integration.channel.ExecutorChannel
 
setBeanFactory(BeanFactory) - Method in class org.springframework.integration.channel.MessagePublishingErrorHandler
 
setBeanFactory(BeanFactory) - Method in class org.springframework.integration.channel.PublishSubscribeChannel
 
setBeanFactory(BeanFactory) - Method in class org.springframework.integration.config.AbstractMessageHandlerFactoryBean
 
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.config.SourcePollingChannelAdapterFactoryBean
 
setBeanFactory(BeanFactory) - Method in class org.springframework.integration.context.IntegrationObjectSupport
 
setBeanFactory(BeanFactory) - Method in class org.springframework.integration.file.config.FileWritingMessageHandlerFactoryBean
 
setBeanFactory(BeanFactory) - Method in class org.springframework.integration.handler.AbstractReplyProducingMessageHandler
 
setBeanFactory(BeanFactory) - Method in class org.springframework.integration.handler.DelayHandler
 
setBeanFactory(BeanFactory) - Method in class org.springframework.integration.http.DataBindingInboundRequestMapper
Provides the BeanFactory necessary to look up a 'targetBeanName' if specified.
setBeanFactory(BeanFactory) - Method in class org.springframework.integration.router.AbstractChannelNameResolvingMessageRouter
 
setBeanFactory(BeanFactory) - Method in class org.springframework.integration.scheduling.SimpleTaskScheduler
 
setBeanFactory(BeanFactory) - Method in class org.springframework.integration.ws.MarshallingWebServiceInboundGateway
 
setBeanName(String) - Method in class org.springframework.integration.channel.AbstractMessageChannel
Set the name of this channel.
setBeanName(String) - Method in class org.springframework.integration.channel.NullChannel
 
setBeanName(String) - Method in class org.springframework.integration.config.ConsumerEndpointFactoryBean
 
setBeanName(String) - Method in class org.springframework.integration.config.SourcePollingChannelAdapterFactoryBean
 
setBeanName(String) - Method in class org.springframework.integration.context.IntegrationObjectSupport
 
setBeanName(String) - Method in class org.springframework.integration.ws.MarshallingWebServiceInboundGateway
 
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, ? extends MessageChannel>) - Method in class org.springframework.integration.channel.MapBasedChannelResolver
Provide a map of channels to be used by this resolver.
setChannelResolver(ChannelResolver) - Method in class org.springframework.integration.config.RouterFactoryBean
 
setChannelResolver(ChannelResolver) - Method in class org.springframework.integration.file.config.FileWritingMessageHandlerFactoryBean
 
setChannelResolver(ChannelResolver) - Method in class org.springframework.integration.handler.AbstractReplyProducingMessageHandler
 
setChannelResolver(ChannelResolver) - Method in class org.springframework.integration.router.AbstractChannelNameResolvingMessageRouter
 
setChannels(List<MessageChannel>) - Method in class org.springframework.integration.router.RecipientListRouter
 
setCharset(String) - Method in class org.springframework.integration.file.config.FileWritingMessageHandlerFactoryBean
 
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.http.DefaultOutboundRequestMapper
Specify the charset name to use for converting String-typed payloads to bytes.
setCharset(String) - Method in class org.springframework.integration.mail.transformer.MailToStringTransformer
Specify the name of the Charset to use when converting from bytes.
setComparator(Comparator<File>) - Method in class org.springframework.integration.file.config.FileReadingMessageSourceFactoryBean
 
setComplete() - Method in class org.springframework.integration.aggregator.MessageBarrier
Marks the barrier as complete.
setCompletionStrategy(CompletionStrategy) - Method in class org.springframework.integration.aggregator.AbstractMessageAggregator
Strategy to determine whether the group of messages is complete.
setConnectionFactory(ConnectionFactory) - Method in class org.springframework.integration.jms.AbstractJmsTemplateBasedAdapter
 
setConnectionFactory(ConnectionFactory) - Method in class org.springframework.integration.jms.JmsOutboundGateway
Set the JMS ConnectionFactory that this gateway should use.
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.router.XmlPayloadValidatingRouter
Converter used to convert payloads prior to validation
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
 
setCorrelationStrategy(CorrelationStrategy) - Method in class org.springframework.integration.aggregator.AbstractMessageBarrierHandler
 
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.
setDefaultDelay(long) - Method in class org.springframework.integration.handler.DelayHandler
Set the default delay in milliseconds.
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(MessageChannel) - Method in class org.springframework.integration.gateway.GatewayProxyFactoryBean
Set the default reply channel.
setDefaultReplyDestination(Destination) - Method in class org.springframework.integration.jms.ChannelPublishingJmsMessageListener
Set the default reply destination to send reply messages to.
setDefaultReplyQueueName(String) - Method in class org.springframework.integration.jms.ChannelPublishingJmsMessageListener
Set the name of the default reply queue to send reply messages to.
setDefaultReplyTimeout(long) - Method in class org.springframework.integration.gateway.GatewayProxyFactoryBean
Set the default timeout value for receiving reply messages.
setDefaultReplyTopicName(String) - Method in class org.springframework.integration.jms.ChannelPublishingJmsMessageListener
Set the name of the default reply topic to send reply messages to.
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.
setDefaultUrl(URL) - Method in class org.springframework.integration.http.DefaultOutboundRequestMapper
Specify the default URL to use when the outbound message does not contain a value for the HttpHeaders.REQUEST_URL header.
setDelayHeaderName(String) - Method in class org.springframework.integration.handler.DelayHandler
Specify the name of the header that should be checked for a delay period (in milliseconds) or a Date to delay until.
setDeleteFiles(boolean) - Method in class org.springframework.integration.file.transformer.AbstractFilePayloadTransformer
Specify whether to delete the File after transformation.
setDeleteSourceFiles(Boolean) - Method in class org.springframework.integration.file.config.FileWritingMessageHandlerFactoryBean
 
setDeleteSourceFiles(boolean) - Method in class org.springframework.integration.file.FileWritingMessageHandler
Specify whether to delete source Files after writing to the destination directory.
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
 
setDestinationName(String) - Method in class org.springframework.integration.jms.AbstractJmsTemplateBasedAdapter
 
setDestinationResolver(DestinationResolver) - Method in class org.springframework.integration.jms.AbstractJmsTemplateBasedAdapter
 
setDestinationResolver(DestinationResolver) - Method in class org.springframework.integration.jms.ChannelPublishingJmsMessageListener
Set the DestinationResolver that should be used to resolve reply destination names for this listener.
setDestinationResolver(DestinationResolver) - Method in class org.springframework.integration.jms.JmsOutboundGateway
Provide the DestinationResolver to use when resolving either a 'requestDestinationName' or 'replyDestinationName' value.
setDirectory(String) - Method in class org.springframework.integration.file.config.FileReadingMessageSourceFactoryBean
 
setDirectory(String) - Method in class org.springframework.integration.file.config.FileWritingMessageHandlerFactoryBean
 
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.
setDiscardChannel(MessageChannel) - Method in class org.springframework.integration.filter.MessageFilter
Specify a channel where rejected Messages should be sent.
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.channel.PublishSubscribeChannel
 
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.
setExpectReply(boolean) - Method in class org.springframework.integration.http.HttpInboundEndpoint
Specify whether this endpoint should perform a request/reply operation.
setExpectReply(boolean) - Method in class org.springframework.integration.jms.ChannelPublishingJmsMessageListener
Specify whether a JMS reply Message is expected.
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.http.DefaultOutboundRequestMapper
Specify whether the outbound message's payload should be extracted when preparing the request body.
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.
setExtractPayload(boolean) - Method in class org.springframework.integration.ws.SimpleWebServiceInboundGateway
 
setExtractReplyPayload(boolean) - Method in class org.springframework.integration.http.HttpInboundEndpoint
Specify whether the reply Message's payload should be passed in the response.
setExtractReplyPayload(boolean) - Method in class org.springframework.integration.jms.ChannelPublishingJmsMessageListener
Specify whether the Spring Integration reply Message's payload should be extracted prior to converting into a JMS Message.
setExtractReplyPayload(boolean) - Method in class org.springframework.integration.jms.JmsOutboundGateway
This property will take effect if no custom MessageConverter has been provided to the JmsOutboundGateway.setMessageConverter(MessageConverter) method.
setExtractRequestPayload(boolean) - Method in class org.springframework.integration.jms.ChannelPublishingJmsMessageListener
Specify whether the JMS request Message's body should be extracted prior to converting into a Spring Integration Message.
setExtractRequestPayload(boolean) - Method in class org.springframework.integration.jms.JmsOutboundGateway
This property will take effect if no custom MessageConverter has been provided to the JmsOutboundGateway.setMessageConverter(MessageConverter) method.
setFailover(boolean) - Method in class org.springframework.integration.channel.DirectChannel
Specify whether the channel's dispatcher should have failover enabled.
setFailover(boolean) - Method in class org.springframework.integration.channel.ExecutorChannel
Specify whether the channel's dispatcher should have failover enabled.
setFailover(boolean) - Method in class org.springframework.integration.dispatcher.UnicastingDispatcher
Specify whether this dispatcher should failover when a single MessageHandler throws an Exception.
setFaultMessageResolver(FaultMessageResolver) - Method in class org.springframework.integration.ws.AbstractWebServiceOutboundGateway
 
setFileNameGenerator(FileNameGenerator) - Method in class org.springframework.integration.file.config.FileWritingMessageHandlerFactoryBean
 
setFileNameGenerator(FileNameGenerator) - Method in class org.springframework.integration.file.FileWritingMessageHandler
Provide the FileNameGenerator strategy to use when generating the destination file's name.
setFilenamePattern(Pattern) - Method in class org.springframework.integration.file.config.FileListFilterFactoryBean
 
setFilter(FileListFilter) - Method in class org.springframework.integration.file.config.FileReadingMessageSourceFactoryBean
 
setFilter(FileListFilter) - Method in class org.springframework.integration.file.FileReadingMessageSource
Sets a FileListFilter.
setFilterReference(FileListFilter) - Method in class org.springframework.integration.file.config.FileListFilterFactoryBean
 
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).
setHandler(MessageHandler) - Method in class org.springframework.integration.config.ConsumerEndpointFactoryBean
 
setHandlers(List<MessageHandler>) - Method in class org.springframework.integration.handler.MessageHandlerChain
 
setHeader(String, Object) - Method in class org.springframework.integration.message.MessageBuilder
Set the value for the given header name.
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.ChannelPublishingJmsMessageListener
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.
setHeaderName(String) - Method in class org.springframework.integration.file.DefaultFileNameGenerator
Specify a custom header name to check for the file name.
setHttpClient(HttpClient) - Method in class org.springframework.integration.http.CommonsHttpRequestExecutor
Set the HttpClient instance to use for this request executor.
setIgnoreChannelNameResolutionFailures(Boolean) - Method in class org.springframework.integration.config.RouterFactoryBean
 
setIgnoreChannelNameResolutionFailures(boolean) - Method in class org.springframework.integration.router.AbstractChannelNameResolvingMessageRouter
 
setIgnoreEmptyResponses(boolean) - Method in class org.springframework.integration.ws.AbstractWebServiceOutboundGateway
Specify whether empty String response payloads should be ignored.
setIgnoreFailures(boolean) - Method in class org.springframework.integration.channel.PublishSubscribeChannel
Specify whether failures for one or more of the handlers should be ignored.
setIgnoreFailures(boolean) - Method in class org.springframework.integration.dispatcher.BroadcastingDispatcher
Specify whether failures for one or more of the handlers should be ignored.
setIgnoreSendFailures(boolean) - Method in class org.springframework.integration.router.RecipientListRouter
Specify whether send failures for one or more of the recipients should be ignored.
setInitialDelay(long) - Method in class org.springframework.integration.scheduling.IntervalTrigger
Specify the delay for the initial execution.
setInputChannelName(String) - Method in class org.springframework.integration.config.ConsumerEndpointFactoryBean
 
setInputDirectory(Resource) - Method in class org.springframework.integration.file.FileReadingMessageSource
Specify the input directory.
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
 
setJavaMailAuthenticator(Authenticator) - Method in class org.springframework.integration.mail.AbstractMailReceiver
Optional, sets the Authenticator to be used to obtain a session
setJavaMailProperties(Properties) - Method in class org.springframework.integration.mail.AbstractMailReceiver
 
setJavaMailProperties(Properties) - Method in class org.springframework.integration.mail.config.MailReceiverFactoryBean
 
setJmsTemplate(JmsTemplate) - Method in class org.springframework.integration.jms.AbstractJmsTemplateBasedAdapter
 
setLoadBalancingStrategy(LoadBalancingStrategy) - Method in class org.springframework.integration.dispatcher.UnicastingDispatcher
Provide a LoadBalancingStrategy for this dispatcher.
setMaxFetchSize(int) - Method in class org.springframework.integration.mail.AbstractMailReceiver
 
setMaxFetchSize(int) - Method in class org.springframework.integration.mail.config.MailReceiverFactoryBean
 
setMaxMessagesPerPoll(int) - Method in class org.springframework.integration.endpoint.AbstractPollingEndpoint
Set the maximum number of messages to receive for each poll.
setMaxMessagesPerPoll(int) - Method in class org.springframework.integration.scheduling.PollerMetadata
 
setMessageConverter(MessageConverter) - Method in class org.springframework.integration.jms.ChannelPublishingJmsMessageListener
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
 
setMultipartCharset(String) - Method in class org.springframework.integration.http.DefaultInboundRequestMapper
Specify the charset name to use when converting multipart file content into Strings.
setMultipartResolver(MultipartResolver) - Method in class org.springframework.integration.http.DefaultInboundRequestMapper
Specify the MultipartResolver to use when checking requests.
setNodeMapper(NodeMapper) - Method in class org.springframework.integration.xml.router.XPathMultiChannelRouter
 
setObject(Object) - Method in class org.springframework.integration.message.MethodInvokingMessageSource
 
setOrder(Integer) - Method in class org.springframework.integration.config.AbstractMessageHandlerFactoryBean
 
setOrder(Integer) - Method in class org.springframework.integration.file.config.FileWritingMessageHandlerFactoryBean
 
setOrder(int) - Method in class org.springframework.integration.handler.AbstractMessageHandler
 
setOrder(int) - Method in class org.springframework.integration.handler.DelayHandler
 
setOrder(int) - Method in class org.springframework.integration.handler.MessageHandlerChain
 
setOrder(int) - Method in class org.springframework.integration.handler.MethodInvokingMessageHandler
 
setOrder(int) - Method in class org.springframework.integration.jms.JmsSendingMessageHandler
 
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.config.SourcePollingChannelAdapterFactoryBean
 
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.file.config.FileWritingMessageHandlerFactoryBean
 
setOutputChannel(MessageChannel) - Method in class org.springframework.integration.handler.AbstractReplyProducingMessageHandler
 
setOutputChannel(MessageChannel) - Method in class org.springframework.integration.handler.DelayHandler
Set the output channel for this handler.
setOutputChannel(MessageChannel) - Method in class org.springframework.integration.handler.MessageHandlerChain
 
setOverwrite(boolean) - Method in class org.springframework.integration.transformer.HeaderEnricher
 
setPayloadTypeChannelMap(Map<Class<?>, MessageChannel>) - Method in class org.springframework.integration.router.PayloadTypeRouter
 
setPollerMetadata(PollerMetadata) - Method in class org.springframework.integration.config.ConsumerEndpointFactoryBean
 
setPollerMetadata(PollerMetadata) - Method in class org.springframework.integration.config.SourcePollingChannelAdapterFactoryBean
 
setPrefix(String) - Method in class org.springframework.integration.router.AbstractChannelNameResolvingMessageRouter
 
setPreventDuplicates(Boolean) - Method in class org.springframework.integration.file.config.FileListFilterFactoryBean
 
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
 
setPubSubDomain(boolean) - Method in class org.springframework.integration.jms.JmsOutboundGateway
Specify whether the request destination is a Topic.
setReadTimeout(int) - Method in class org.springframework.integration.http.CommonsHttpRequestExecutor
Set the socket read timeout for the underlying HttpClient.
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.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.
setReceiveTimeout(long) - Method in class org.springframework.integration.scheduling.PollerMetadata
 
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
 
setReplyChannel(MessageChannel) - Method in class org.springframework.integration.ws.MarshallingWebServiceInboundGateway
 
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.
setReplyDestinationName(String) - Method in class org.springframework.integration.jms.JmsOutboundGateway
Set the name of the JMS Destination from which reply Messages should be received.
setReplyKey(String) - Method in class org.springframework.integration.http.HttpInboundEndpoint
Specify the key to be used when storing the reply Message or payload in the model map.
setReplyTimeout(long) - Method in class org.springframework.integration.gateway.AbstractMessagingGateway
Set the timeout value for receiving reply messages.
setReplyTimeout(long) - Method in class org.springframework.integration.jms.ChannelPublishingJmsMessageListener
Specify the maximum time to wait for reply Messages.
setReplyTimeout(long) - Method in class org.springframework.integration.ws.MarshallingWebServiceInboundGateway
 
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.jms.ChannelPublishingJmsMessageListener
Specify the channel to which request Messages should be sent.
setRequestChannel(MessageChannel) - Method in class org.springframework.integration.rmi.RmiInboundGateway
Specify the request channel where messages will be sent.
setRequestChannel(MessageChannel) - Method in class org.springframework.integration.ws.MarshallingWebServiceInboundGateway
 
setRequestDestination(Destination) - Method in class org.springframework.integration.jms.JmsOutboundGateway
Set the JMS Destination to which request Messages should be sent.
setRequestDestinationName(String) - Method in class org.springframework.integration.jms.JmsOutboundGateway
Set the name of the JMS Destination to which request Messages should be sent.
setRequestExecutor(HttpRequestExecutor) - Method in class org.springframework.integration.http.HttpOutboundEndpoint
Specify the HttpRequestExecutor to use for executing the HttpRequest instances at runtime.
setRequestKey(String) - Method in class org.springframework.integration.http.HttpInboundEndpoint
Specify the key to be used when storing the request Message in the model map.
setRequestMapper(InboundRequestMapper) - Method in class org.springframework.integration.http.HttpInboundEndpoint
Specify an InboundRequestMapper implementation to map from the inbound HttpServletRequest instances to Messages at runtime.
setRequestMapper(OutboundRequestMapper) - Method in class org.springframework.integration.http.HttpOutboundEndpoint
Specify an OutboundRequestMapper implementation to map from Messages to outbound HttpRequest objects.
setRequestTimeout(long) - Method in class org.springframework.integration.gateway.AbstractMessagingGateway
Set the timeout value for sending request messages.
setRequestTimeout(long) - Method in class org.springframework.integration.jms.ChannelPublishingJmsMessageListener
Specify the maximum time to wait when sending a request message to the request channel.
setRequestTimeout(long) - Method in class org.springframework.integration.ws.MarshallingWebServiceInboundGateway
 
setRequiresReply(Boolean) - Method in class org.springframework.integration.file.config.FileWritingMessageHandlerFactoryBean
 
setRequiresReply(boolean) - Method in class org.springframework.integration.handler.AbstractReplyProducingMessageHandler
 
setResolutionRequired(Boolean) - Method in class org.springframework.integration.config.RouterFactoryBean
 
setResolutionRequired(boolean) - Method in class org.springframework.integration.router.AbstractMessageRouter
Set whether this router should always be required to resolve at least one channel.
setResourceLoader(ResourceLoader) - Method in class org.springframework.integration.file.config.FileReadingMessageSourceFactoryBean
 
setResourceLoader(ResourceLoader) - Method in class org.springframework.integration.file.config.FileWritingMessageHandlerFactoryBean
 
setResultFactory(ResultFactory) - Method in class org.springframework.integration.xml.transformer.XmlPayloadMarshallingTransformer
 
setResultFactory(ResultFactory) - Method in class org.springframework.integration.xml.transformer.XsltPayloadTransformer
 
setScanEachPoll(Boolean) - Method in class org.springframework.integration.file.config.FileReadingMessageSourceFactoryBean
 
setScanEachPoll(boolean) - Method in class org.springframework.integration.file.FileReadingMessageSource
Optional.
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.file.config.FileWritingMessageHandlerFactoryBean
 
setSendTimeout(long) - Method in class org.springframework.integration.handler.AbstractReplyProducingMessageHandler
Set the timeout for sending reply Messages.
setSendTimeout(long) - Method in class org.springframework.integration.handler.DelayHandler
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
 
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.
setShouldLogFullMessage(boolean) - Method in class org.springframework.integration.handler.LoggingHandler
Specify whether to log the full Message.
setShouldReconnectAutomatically(boolean) - Method in class org.springframework.integration.mail.ImapIdleChannelAdapter
Specify whether the IDLE task should reconnect automatically after catching a FolderClosedException while waiting for messages.
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.config.SourcePollingChannelAdapterFactoryBean
 
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
 
setStoreUri(String) - Method in class org.springframework.integration.mail.config.MailReceiverFactoryBean
 
setSuffix(String) - Method in class org.springframework.integration.router.AbstractChannelNameResolvingMessageRouter
 
setSupportedMethods(String...) - Method in class org.springframework.integration.http.HttpInboundEndpoint
Specify the supported request methods for this endpoint.
setTargetBeanName(String) - Method in class org.springframework.integration.http.DataBindingInboundRequestMapper
Specify the name of a bean definition to use when creating the target instance.
setTargetMethodName(String) - Method in class org.springframework.integration.config.AbstractMessageHandlerFactoryBean
 
setTargetObject(Object) - Method in class org.springframework.integration.config.AbstractMessageHandlerFactoryBean
 
setTargetType(Class<?>) - Method in class org.springframework.integration.http.DataBindingInboundRequestMapper
 
setTaskExecutor(TaskExecutor) - Method in class org.springframework.integration.endpoint.AbstractPollingEndpoint
 
setTaskExecutor(TaskExecutor) - Method in class org.springframework.integration.mail.ImapIdleChannelAdapter
 
setTaskExecutor(TaskExecutor) - Method in class org.springframework.integration.scheduling.PollerMetadata
 
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 class org.springframework.integration.ws.MarshallingWebServiceInboundGateway
 
setThrowExceptionOnRejection(boolean) - Method in class org.springframework.integration.filter.MessageFilter
Specify whether this filter should throw a MessageRejectedException when its selector does not accept a Message.
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.config.RouterFactoryBean
 
setTimeout(long) - Method in class org.springframework.integration.router.AbstractMessageRouter
Set the timeout for sending a message to the resolved channel.
setTimeout(long) - Method in class org.springframework.integration.router.RecipientListRouter
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.endpoint.AbstractPollingEndpoint
 
setTransactionDefinition(TransactionDefinition) - Method in class org.springframework.integration.scheduling.PollerMetadata
 
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.endpoint.AbstractPollingEndpoint
Specify a transaction manager to use for all polling operations.
setTransactionManager(PlatformTransactionManager) - Method in class org.springframework.integration.scheduling.PollerMetadata
 
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.endpoint.AbstractPollingEndpoint
 
setTrigger(Trigger) - Method in class org.springframework.integration.scheduling.PollerMetadata
 
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.
setView(View) - Method in class org.springframework.integration.http.HttpInboundEndpoint
Specify a View to be used for rendering the response.
setVotingStrategy(MessageSelectorChain.VotingStrategy) - Method in class org.springframework.integration.selector.MessageSelectorChain
Specify the voting strategy for this selector chain.
setWaitForTasksToCompleteOnShutdown(boolean) - Method in class org.springframework.integration.handler.DelayHandler
Set whether to wait for scheduled tasks to complete on shutdown.
setWebBindingInitializer(WebBindingInitializer) - Method in class org.springframework.integration.http.DataBindingInboundRequestMapper
Specify an optional WebBindingInitializer to be invoked prior to the request binding process.
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.JmsMessageDrivenEndpointParser
 
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.XmlPayloadValidatingRouterParser
 
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.JmsMessageDrivenEndpointParser
 
shouldGenerateIdAsFallback() - Method in class org.springframework.integration.mail.config.ImapIdleChannelAdapterParser
 
shouldGenerateIdAsFallback() - Method in class org.springframework.integration.xml.config.XmlPayloadValidatingRouterParser
 
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
 
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
 
SimpleHttpRequestExecutor - Class in org.springframework.integration.http
Implementation of HttpRequestExecutor that uses HttpURLConnection directly.
SimpleHttpRequestExecutor() - Constructor for class org.springframework.integration.http.SimpleHttpRequestExecutor
 
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
 
SimpleWebServiceInboundGateway - Class in org.springframework.integration.ws
 
SimpleWebServiceInboundGateway() - Constructor for class org.springframework.integration.ws.SimpleWebServiceInboundGateway
 
SimpleWebServiceOutboundGateway - Class in org.springframework.integration.ws
An outbound Messaging Gateway for invoking a Web Service.
SimpleWebServiceOutboundGateway(DestinationProvider) - Constructor for class org.springframework.integration.ws.SimpleWebServiceOutboundGateway
 
SimpleWebServiceOutboundGateway(DestinationProvider, SourceExtractor) - Constructor for class org.springframework.integration.ws.SimpleWebServiceOutboundGateway
 
SimpleWebServiceOutboundGateway(DestinationProvider, 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
 
SourcePollingChannelAdapterFactoryBean - Class in org.springframework.integration.config
FactoryBean for creating a SourcePollingChannelAdapter instance.
SourcePollingChannelAdapterFactoryBean() - Constructor for class org.springframework.integration.config.SourcePollingChannelAdapterFactoryBean
 
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
 
StandardHeaderEnricherParser - Class in org.springframework.integration.config.xml
Parser for the <header-enricher> element within the core integration namespace.
StandardHeaderEnricherParser() - Constructor for class org.springframework.integration.config.xml.StandardHeaderEnricherParser
 
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.config.ConsumerEndpointFactoryBean
 
start() - Method in class org.springframework.integration.config.SourcePollingChannelAdapterFactoryBean
 
start() - Method in class org.springframework.integration.endpoint.AbstractEndpoint
 
start() - Method in class org.springframework.integration.scheduling.SimpleTaskScheduler
 
start() - Method in class org.springframework.integration.ws.MarshallingWebServiceInboundGateway
 
StaticHandlerMethodResolver - Class in org.springframework.integration.handler
An implementation of HandlerMethodResolver that always returns the same Method instance.
StaticHandlerMethodResolver(Method) - Constructor for class org.springframework.integration.handler.StaticHandlerMethodResolver
 
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.config.ConsumerEndpointFactoryBean
 
stop() - Method in class org.springframework.integration.config.SourcePollingChannelAdapterFactoryBean
 
stop() - Method in class org.springframework.integration.endpoint.AbstractEndpoint
 
stop() - Method in class org.springframework.integration.scheduling.SimpleTaskScheduler
 
stop() - Method in class org.springframework.integration.ws.MarshallingWebServiceInboundGateway
 
StreamNamespaceHandler - Class in org.springframework.integration.stream.config
 
StreamNamespaceHandler() - Constructor for class org.springframework.integration.stream.config.StreamNamespaceHandler
 
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(Class) - Method in class org.springframework.integration.security.channel.ChannelInvocationDefinitionSource
 

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