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

A

AbstractAggregatingMessageGroupProcessor - Class in org.springframework.integration.aggregator
Base class for MessageGroupProcessor implementations that aggregate the group of Messages into a single Message.
AbstractAggregatingMessageGroupProcessor() - Constructor for class org.springframework.integration.aggregator.AbstractAggregatingMessageGroupProcessor
 
AbstractByteArrayStreamingConverter - Class in org.springframework.integration.ip.tcp.converter
Base class for streaming converters that convert to/from a byte array.
AbstractByteArrayStreamingConverter() - Constructor for class org.springframework.integration.ip.tcp.converter.AbstractByteArrayStreamingConverter
 
AbstractChannelAdapterParser - Class in org.springframework.integration.config.xml
Base parser for Channel Adapters.
AbstractChannelAdapterParser() - Constructor for class org.springframework.integration.config.xml.AbstractChannelAdapterParser
 
AbstractChannelNameResolvingMessageRouter - Class in org.springframework.integration.router
A base class for router implementations that return only the channel name(s) rather than MessageChannel instances.
AbstractChannelNameResolvingMessageRouter() - Constructor for class org.springframework.integration.router.AbstractChannelNameResolvingMessageRouter
 
AbstractChannelNameResolvingRouterParser - Class in org.springframework.integration.config.xml
Base parser for routers that create instances that are subclasses of AbstractChannelNameResolvingMessageRouter.
AbstractChannelNameResolvingRouterParser() - Constructor for class org.springframework.integration.config.xml.AbstractChannelNameResolvingRouterParser
 
AbstractChannelParser - Class in org.springframework.integration.config.xml
Base class for channel parsers.
AbstractChannelParser() - Constructor for class org.springframework.integration.config.xml.AbstractChannelParser
 
AbstractClientConnectionFactory - Class in org.springframework.integration.ip.tcp.connection
Abstract class for client connection factories; client connection factories establish outgoing connections.
AbstractClientConnectionFactory(String, int) - Constructor for class org.springframework.integration.ip.tcp.connection.AbstractClientConnectionFactory
Constructs a factory that will established connections to the host and port.
AbstractConnectionFactory - Class in org.springframework.integration.ip.tcp.connection
Base class for all connection factories.
AbstractConnectionFactory() - Constructor for class org.springframework.integration.ip.tcp.connection.AbstractConnectionFactory
 
AbstractConsumerEndpointParser - Class in org.springframework.integration.config.xml
Base class parser for elements that create Message Endpoints.
AbstractConsumerEndpointParser() - Constructor for class org.springframework.integration.config.xml.AbstractConsumerEndpointParser
 
AbstractDispatcher - Class in org.springframework.integration.dispatcher
Base class for MessageDispatcher implementations.
AbstractDispatcher() - Constructor for class org.springframework.integration.dispatcher.AbstractDispatcher
 
AbstractEndpoint - Class in org.springframework.integration.endpoint
The base class for Message Endpoint implementations.
AbstractEndpoint() - Constructor for class org.springframework.integration.endpoint.AbstractEndpoint
 
AbstractExpressionSource - Class in org.springframework.integration.aop
Base class for ExpressionSource implementations.
AbstractExpressionSource() - Constructor for class org.springframework.integration.aop.AbstractExpressionSource
 
AbstractFileListFilter - Class in org.springframework.integration.file
A convenience base class for any FileListFilter whose criteria can be evaluated against each File in isolation.
AbstractFileListFilter() - Constructor for class org.springframework.integration.file.AbstractFileListFilter
 
AbstractFileLockerFilter - Class in org.springframework.integration.file.locking
Convenience base class for implementing FileLockers that check a lock before accepting a file.
AbstractFileLockerFilter() - Constructor for class org.springframework.integration.file.locking.AbstractFileLockerFilter
 
AbstractFilePayloadTransformer<T> - Class in org.springframework.integration.file.transformer
Base class for transformers that convert a File payload.
AbstractFilePayloadTransformer() - Constructor for class org.springframework.integration.file.transformer.AbstractFilePayloadTransformer
 
AbstractFilePayloadTransformerParser - Class in org.springframework.integration.file.config
Base class for File payload transformer parsers.
AbstractFilePayloadTransformerParser() - Constructor for class org.springframework.integration.file.config.AbstractFilePayloadTransformerParser
 
AbstractInboundGatewayParser - Class in org.springframework.integration.config.xml
Base class for inbound gateway parsers.
AbstractInboundGatewayParser() - Constructor for class org.springframework.integration.config.xml.AbstractInboundGatewayParser
 
AbstractIntegrationNamespaceHandler - Class in org.springframework.integration.config.xml
Base class for NamespaceHandlers that registers a BeanFactoryPostProcessor for configuring default bean definitions.
AbstractIntegrationNamespaceHandler() - Constructor for class org.springframework.integration.config.xml.AbstractIntegrationNamespaceHandler
 
AbstractInternetProtocolReceivingChannelAdapter - Class in org.springframework.integration.ip
Base class for inbound TCP/UDP Channel Adapters.
AbstractInternetProtocolReceivingChannelAdapter(int) - Constructor for class org.springframework.integration.ip.AbstractInternetProtocolReceivingChannelAdapter
 
AbstractInternetProtocolSendingMessageHandler - Class in org.springframework.integration.ip
Base class for all TCP/UDP MessageHandlers.
AbstractInternetProtocolSendingMessageHandler(String, int) - Constructor for class org.springframework.integration.ip.AbstractInternetProtocolSendingMessageHandler
 
AbstractJmsTemplateBasedAdapter - Class in org.springframework.integration.jms
Base class for adapters that delegate to a JmsTemplate.
AbstractJmsTemplateBasedAdapter(JmsTemplate) - Constructor for class org.springframework.integration.jms.AbstractJmsTemplateBasedAdapter
 
AbstractJmsTemplateBasedAdapter(ConnectionFactory, Destination) - Constructor for class org.springframework.integration.jms.AbstractJmsTemplateBasedAdapter
 
AbstractJmsTemplateBasedAdapter(ConnectionFactory, String) - Constructor for class org.springframework.integration.jms.AbstractJmsTemplateBasedAdapter
 
AbstractJmsTemplateBasedAdapter() - Constructor for class org.springframework.integration.jms.AbstractJmsTemplateBasedAdapter
No-arg constructor provided for convenience when configuring with setters.
AbstractMailMessageTransformer<T> - Class in org.springframework.integration.mail.transformer
Base class for Transformers that convert from a JavaMail Message to a Spring Integration Message.
AbstractMailMessageTransformer() - Constructor for class org.springframework.integration.mail.transformer.AbstractMailMessageTransformer
 
AbstractMailReceiver - Class in org.springframework.integration.mail
Base class for MailReceiver implementations.
AbstractMailReceiver() - Constructor for class org.springframework.integration.mail.AbstractMailReceiver
 
AbstractMailReceiver(URLName) - Constructor for class org.springframework.integration.mail.AbstractMailReceiver
 
AbstractMailReceiver(String) - Constructor for class org.springframework.integration.mail.AbstractMailReceiver
 
AbstractMessageChannel - Class in org.springframework.integration.channel
Base class for MessageChannel implementations providing common properties such as the channel name.
AbstractMessageChannel() - Constructor for class org.springframework.integration.channel.AbstractMessageChannel
 
AbstractMessageChannel.ChannelInterceptorList - Class in org.springframework.integration.channel
A convenience wrapper class for the list of ChannelInterceptors.
AbstractMessageChannel.ChannelInterceptorList() - Constructor for class org.springframework.integration.channel.AbstractMessageChannel.ChannelInterceptorList
 
AbstractMessageGroupStore - Class in org.springframework.integration.store
 
AbstractMessageGroupStore() - Constructor for class org.springframework.integration.store.AbstractMessageGroupStore
 
AbstractMessageHandler - Class in org.springframework.integration.handler
Base class for MessageHandler implementations that provides basic validation and error handling capabilities.
AbstractMessageHandler() - Constructor for class org.springframework.integration.handler.AbstractMessageHandler
 
AbstractMessageProcessingTransformer - Class in org.springframework.integration.transformer
Base class for Message Transformers that delegate to a MessageProcessor.
AbstractMessageProcessingTransformer(MessageProcessor) - Constructor for class org.springframework.integration.transformer.AbstractMessageProcessingTransformer
 
AbstractMessageProcessor - Class in org.springframework.integration.handler
 
AbstractMessageProcessor() - Constructor for class org.springframework.integration.handler.AbstractMessageProcessor
 
AbstractMessageRouter - Class in org.springframework.integration.router
Base class for Message Routers.
AbstractMessageRouter() - Constructor for class org.springframework.integration.router.AbstractMessageRouter
 
AbstractMessageSplitter - Class in org.springframework.integration.splitter
Base class for Message-splitting handlers.
AbstractMessageSplitter() - Constructor for class org.springframework.integration.splitter.AbstractMessageSplitter
 
AbstractMessagingGateway - Class in org.springframework.integration.gateway
A convenient base class for connecting application code to MessageChannels for sending, receiving, or request-reply operations.
AbstractMessagingGateway() - Constructor for class org.springframework.integration.gateway.AbstractMessagingGateway
 
AbstractMethodAnnotationPostProcessor<T extends Annotation> - Class in org.springframework.integration.config.annotation
Base class for Method-level annotation post-processors.
AbstractMethodAnnotationPostProcessor(ListableBeanFactory) - Constructor for class org.springframework.integration.config.annotation.AbstractMethodAnnotationPostProcessor
 
AbstractOutboundChannelAdapterParser - Class in org.springframework.integration.config.xml
Base class for outbound Channel Adapter parsers.
AbstractOutboundChannelAdapterParser() - Constructor for class org.springframework.integration.config.xml.AbstractOutboundChannelAdapterParser
 
AbstractOutboundGatewayParser - Class in org.springframework.integration.config.xml
Base class for url-based outbound gateway parsers.
AbstractOutboundGatewayParser() - Constructor for class org.springframework.integration.config.xml.AbstractOutboundGatewayParser
 
AbstractPayloadTransformer<T,U> - Class in org.springframework.integration.transformer
A base class for Transformer implementations that modify the payload of a Message.
AbstractPayloadTransformer() - Constructor for class org.springframework.integration.transformer.AbstractPayloadTransformer
 
AbstractPollableChannel - Class in org.springframework.integration.channel
Base class for all pollable channels.
AbstractPollableChannel() - Constructor for class org.springframework.integration.channel.AbstractPollableChannel
 
AbstractPollingEndpoint - Class in org.springframework.integration.endpoint
 
AbstractPollingEndpoint() - Constructor for class org.springframework.integration.endpoint.AbstractPollingEndpoint
 
AbstractPollingInboundChannelAdapterParser - Class in org.springframework.integration.config.xml
Base parser for inbound Channel Adapters that poll a source.
AbstractPollingInboundChannelAdapterParser() - Constructor for class org.springframework.integration.config.xml.AbstractPollingInboundChannelAdapterParser
 
AbstractRemotingOutboundGateway - Class in org.springframework.integration.gateway
A base class for outbound URL-based Messaging Gateways.
AbstractRemotingOutboundGateway(String) - Constructor for class org.springframework.integration.gateway.AbstractRemotingOutboundGateway
 
AbstractReplyProducingMessageHandler - Class in org.springframework.integration.handler
Base class for MessageHandlers that are capable of producing replies.
AbstractReplyProducingMessageHandler() - Constructor for class org.springframework.integration.handler.AbstractReplyProducingMessageHandler
 
AbstractRouterParser - Class in org.springframework.integration.config.xml
Base parser for routers.
AbstractRouterParser() - Constructor for class org.springframework.integration.config.xml.AbstractRouterParser
 
AbstractScriptExecutingMessageProcessor - Class in org.springframework.integration.handler
Base MessageProcessor for scripting implementations to extend.
AbstractScriptExecutingMessageProcessor(ScriptSource) - Constructor for class org.springframework.integration.handler.AbstractScriptExecutingMessageProcessor
Create a processor for the given ScriptSource.
AbstractServerConnectionFactory - Class in org.springframework.integration.ip.tcp.connection
Base class for all server connection factories.
AbstractServerConnectionFactory(int) - Constructor for class org.springframework.integration.ip.tcp.connection.AbstractServerConnectionFactory
The port on which the factory will listen.
AbstractSingleChannelNameRouter - Class in org.springframework.integration.router
Extends AbstractChannelNameResolvingMessageRouter to support router implementations that always return a single channel name (or null).
AbstractSingleChannelNameRouter() - Constructor for class org.springframework.integration.router.AbstractSingleChannelNameRouter
 
AbstractSingleChannelRouter - Class in org.springframework.integration.router
Extends AbstractMessageRouter to support router implementations that always return a single MessageChannel instance (or null).
AbstractSingleChannelRouter() - Constructor for class org.springframework.integration.router.AbstractSingleChannelRouter
 
AbstractSocketReader - Class in org.springframework.integration.ip.tcp
Abstract SocketReader that handles data in 3 standard, and one custom format.
AbstractSocketReader() - Constructor for class org.springframework.integration.ip.tcp.AbstractSocketReader
 
AbstractSocketWriter - Class in org.springframework.integration.ip.tcp
Abstract SocketWriter that handles data in 3 standard, and one custom format.
AbstractSocketWriter() - Constructor for class org.springframework.integration.ip.tcp.AbstractSocketWriter
 
AbstractSubscribableChannel - Class in org.springframework.integration.channel
Base implementation of MessageChannel that invokes the subscribed handler(s) by delegating to a MessageDispatcher.
AbstractSubscribableChannel() - Constructor for class org.springframework.integration.channel.AbstractSubscribableChannel
 
AbstractTcpConnection - Class in org.springframework.integration.ip.tcp.connection
Base class for TcpConnections.
AbstractTcpConnection() - Constructor for class org.springframework.integration.ip.tcp.connection.AbstractTcpConnection
 
AbstractTcpReceivingChannelAdapter - Class in org.springframework.integration.ip.tcp
Abstract class for tcp/ip incoming channel adapters.
AbstractTcpReceivingChannelAdapter(int) - Constructor for class org.springframework.integration.ip.tcp.AbstractTcpReceivingChannelAdapter
Constructs a receiving channel adapter that listens on the port.
AbstractTcpSendingMessageHandler - Class in org.springframework.integration.ip.tcp
Abstract class for TCP sending message handlers.
AbstractTcpSendingMessageHandler(String, int) - Constructor for class org.springframework.integration.ip.tcp.AbstractTcpSendingMessageHandler
Constructs a message handler that sends messages to the specified host and port.
AbstractTransformer - Class in org.springframework.integration.transformer
A base class for Transformer implementations.
AbstractTransformer() - Constructor for class org.springframework.integration.transformer.AbstractTransformer
 
AbstractTransformerParser - Class in org.springframework.integration.config.xml
 
AbstractTransformerParser() - Constructor for class org.springframework.integration.config.xml.AbstractTransformerParser
 
AbstractWebServiceOutboundGateway - Class in org.springframework.integration.ws
Base class for outbound Web Service-invoking Messaging Gateways.
AbstractWebServiceOutboundGateway(DestinationProvider, WebServiceMessageFactory) - Constructor for class org.springframework.integration.ws.AbstractWebServiceOutboundGateway
 
AbstractXPathMessageSelector - Class in org.springframework.integration.xml.selector
Base class for XPath MessageSelector implementations.
AbstractXPathMessageSelector(String) - Constructor for class org.springframework.integration.xml.selector.AbstractXPathMessageSelector
 
AbstractXPathMessageSelector(String, String, String) - Constructor for class org.springframework.integration.xml.selector.AbstractXPathMessageSelector
 
AbstractXPathMessageSelector(String, Map<String, String>) - Constructor for class org.springframework.integration.xml.selector.AbstractXPathMessageSelector
 
AbstractXPathMessageSelector(XPathExpression) - Constructor for class org.springframework.integration.xml.selector.AbstractXPathMessageSelector
 
AbstractXPathRouter - Class in org.springframework.integration.xml.router
Abstract base class for Message Routers that use XPathExpression evaluation to determine channel names.
AbstractXPathRouter(String, Map<String, String>) - Constructor for class org.springframework.integration.xml.router.AbstractXPathRouter
Create a router that uses an XPath expression.
AbstractXPathRouter(String, String, String) - Constructor for class org.springframework.integration.xml.router.AbstractXPathRouter
Create a router uses an XPath expression with one namespace.
AbstractXPathRouter(String) - Constructor for class org.springframework.integration.xml.router.AbstractXPathRouter
Create a router that uses an XPath expression with no namespaces.
AbstractXPathRouter(XPathExpression) - Constructor for class org.springframework.integration.xml.router.AbstractXPathRouter
Create a router that uses the provided XPath expression.
accept(Message<?>) - Method in interface org.springframework.integration.core.MessageSelector
 
accept(File) - Method in class org.springframework.integration.file.AbstractFileListFilter
Subclasses must implement this method.
accept(File) - Method in class org.springframework.integration.file.AcceptOnceFileListFilter
 
accept(File) - Method in class org.springframework.integration.file.locking.AbstractFileLockerFilter
 
accept(File) - Method in class org.springframework.integration.file.PatternMatchingFileListFilter
 
accept(Message<?>) - Method in class org.springframework.integration.router.RecipientListRouter.Recipient
 
accept(Message<?>) - Method in class org.springframework.integration.selector.MessageSelectorChain
Pass the message through the selector chain.
accept(Message<?>) - Method in class org.springframework.integration.selector.PayloadTypeSelector
 
accept(Message<?>) - Method in class org.springframework.integration.selector.UnexpiredMessageSelector
 
accept(Message<?>) - Method in class org.springframework.integration.xml.selector.BooleanTestXPathMessageSelector
Return true if the XPathExpression evaluates to true
accept(Message<?>) - Method in class org.springframework.integration.xml.selector.StringValueTestXPathMessageSelector
Evaluate the payload and return true if the value returned by the XPathExpression is equal to the valueToTestFor.
AcceptOnceFileListFilter - Class in org.springframework.integration.file
FileListFilter that passes files only one time.
AcceptOnceFileListFilter(int) - Constructor for class org.springframework.integration.file.AcceptOnceFileListFilter
Creates an AcceptOnceFileFilter that is based on a bounded queue.
AcceptOnceFileListFilter() - Constructor for class org.springframework.integration.file.AcceptOnceFileListFilter
Creates an AcceptOnceFileFilter based on an unbounded queue.
ACK_ADDRESS - Static variable in class org.springframework.integration.ip.IpHeaders
 
ACK_ID - Static variable in class org.springframework.integration.ip.IpHeaders
 
ackControl - Variable in class org.springframework.integration.ip.udp.UnicastSendingMessageHandler
 
ackCounter - Variable in class org.springframework.integration.ip.udp.UnicastSendingMessageHandler
 
acknowledge - Variable in class org.springframework.integration.ip.udp.UnicastSendingMessageHandler
 
ackPort - Variable in class org.springframework.integration.ip.udp.UnicastSendingMessageHandler
 
ackTimeout - Variable in class org.springframework.integration.ip.udp.UnicastSendingMessageHandler
 
active - Variable in class org.springframework.integration.ip.AbstractInternetProtocolReceivingChannelAdapter
 
active - Variable in class org.springframework.integration.ip.tcp.connection.AbstractConnectionFactory
 
add(ChannelInterceptor) - Method in class org.springframework.integration.channel.AbstractMessageChannel.ChannelInterceptorList
 
add(MessageSelector) - Method in class org.springframework.integration.selector.MessageSelectorChain
Add a selector to the end of the chain.
add(int, MessageSelector) - Method in class org.springframework.integration.selector.MessageSelectorChain
Add a selector to the chain at the specified index.
add(Message<?>) - Method in class org.springframework.integration.store.SimpleMessageGroup
 
addConstuctorValueIfAttributeDefined(BeanDefinitionBuilder, Element, String, boolean) - Static method in class org.springframework.integration.ip.config.IpAdapterParserUtils
Adds a constructor-arg to the provided bean definition builder with the value of the attribute whose name is provided if that attribute is defined in the given element.
addElementToHeaderMapping(String, String) - Method in class org.springframework.integration.config.xml.HeaderEnricherParserSupport
 
addElementToHeaderMapping(String, String, Class<?>) - Method in class org.springframework.integration.config.xml.HeaderEnricherParserSupport
 
addEvent(NamedComponent) - Method in class org.springframework.integration.history.MessageHistory
Add a new event with the provided component metadata.
addFilter(FileListFilter...) - Method in class org.springframework.integration.file.CompositeFileListFilter
 
addFilters(Collection<FileListFilter>) - Method in class org.springframework.integration.file.CompositeFileListFilter
Not thread safe.
addHandler(MessageHandler) - Method in class org.springframework.integration.dispatcher.AbstractDispatcher
Add the handler to the internal Set.
addHandler(MessageHandler) - Method in interface org.springframework.integration.dispatcher.MessageDispatcher
 
addHostAndPortToConstructor(Element, BeanDefinitionBuilder, ParserContext) - Static method in class org.springframework.integration.ip.config.IpAdapterParserUtils
 
addInterceptor(ChannelInterceptor) - Method in class org.springframework.integration.channel.AbstractMessageChannel
Add a channel interceptor to the end of the list.
addMessage(Message<T>) - Method in class org.springframework.integration.jdbc.JdbcMessageStore
 
addMessage(Message<T>) - Method in interface org.springframework.integration.store.MessageStore
Put the provided Message into the MessageStore.
addMessage(Message<T>) - Method in class org.springframework.integration.store.SimpleMessageStore
 
addMessageToGroup(Object, Message<?>) - Method in class org.springframework.integration.jdbc.JdbcMessageStore
 
addMessageToGroup(Object, Message<?>) - Method in interface org.springframework.integration.store.MessageGroupStore
Store a message with an association to a group id.
addMessageToGroup(Object, Message<?>) - Method in class org.springframework.integration.store.SimpleMessageStore
 
addNewConnection(TcpConnection) - Method in interface org.springframework.integration.ip.tcp.connection.TcpSender
When we are using sockets owned by a TcpListener, this method is called each time a new connection is made.
addNewConnection(TcpConnection) - Method in class org.springframework.integration.ip.tcp.TcpSendingMessageHandler
 
addOutboundTcpAttributes(Element, BeanDefinitionBuilder) - Static method in class org.springframework.integration.ip.config.IpAdapterParserUtils
 
addPatternMapping(Pattern, ChannelAccessPolicy) - Method in class org.springframework.integration.security.channel.ChannelInvocationDefinitionSource
 
addPortToConstructor(Element, BeanDefinitionBuilder, ParserContext) - Static method in class org.springframework.integration.ip.config.IpAdapterParserUtils
 
afterPropertiesSet() - Method in class org.springframework.integration.aop.PublisherAnnotationBeanPostProcessor
 
afterPropertiesSet() - Method in class org.springframework.integration.config.annotation.MessagingAnnotationPostProcessor
 
afterPropertiesSet() - Method in class org.springframework.integration.config.ConsumerEndpointFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.integration.config.SourcePollingChannelAdapterFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.integration.context.IntegrationObjectSupport
 
afterPropertiesSet() - Method in class org.springframework.integration.control.ControlBus
 
afterPropertiesSet() - Method in class org.springframework.integration.core.MessagingTemplate
 
afterPropertiesSet() - Method in class org.springframework.integration.endpoint.MethodInvokingMessageSource
 
afterPropertiesSet() - Method in class org.springframework.integration.file.FileReadingMessageSource
 
afterPropertiesSet() - Method in class org.springframework.integration.history.MessageHistoryWriter
 
afterPropertiesSet() - Method in class org.springframework.integration.http.DataBindingInboundRequestMapper
 
afterPropertiesSet() - Method in class org.springframework.integration.ip.udp.UnicastSendingMessageHandler
 
afterPropertiesSet() - Method in class org.springframework.integration.jdbc.JdbcMessageStore
Check mandatory properties (data source and incrementer).
afterPropertiesSet() - Method in class org.springframework.integration.jms.JmsDestinationBackedMessageChannel
 
afterPropertiesSet() - Method in class org.springframework.integration.store.MessageGroupStoreReaper
 
afterPropertiesSet() - Method in class org.springframework.integration.ws.MarshallingWebServiceInboundGateway
 
aggregateHeaders(MessageGroup) - Method in class org.springframework.integration.aggregator.AbstractAggregatingMessageGroupProcessor
This default implementation simply returns all headers that have no conflicts among the group.
AggregateMessageDeliveryException - Exception in org.springframework.integration.dispatcher
An Exception that encapsulates an aggregated group of Exceptions for use by dispatchers that may try multiple handler invocations within a single dispatch operation.
AggregateMessageDeliveryException(Message<?>, String, List<? extends Exception>) - Constructor for exception org.springframework.integration.dispatcher.AggregateMessageDeliveryException
 
aggregatePayloads(MessageGroup) - Method in class org.springframework.integration.aggregator.AbstractAggregatingMessageGroupProcessor
 
aggregatePayloads(MessageGroup) - Method in class org.springframework.integration.aggregator.DefaultAggregatingMessageGroupProcessor
 
aggregatePayloads(MessageGroup) - Method in class org.springframework.integration.aggregator.MethodInvokingMessageGroupProcessor
 
Aggregator - Annotation Type in org.springframework.integration.annotation
Indicates that a method is capable of aggregating messages.
AggregatorAnnotationPostProcessor - Class in org.springframework.integration.config.annotation
Post-processor for the @Aggregator annotation.
AggregatorAnnotationPostProcessor(ListableBeanFactory) - Constructor for class org.springframework.integration.config.annotation.AggregatorAnnotationPostProcessor
 
AggregatorParser - Class in org.springframework.integration.config.xml
Parser for the aggregator element of the integration namespace.
AggregatorParser() - Constructor for class org.springframework.integration.config.xml.AggregatorParser
 
allocate(int) - Method in class org.springframework.integration.ip.tcp.connection.TcpNioConnection
Allocates a ByteBuffer of the requested length using normal or direct buffers, depending on the usingDirectBuffers field.
allocate(int) - Method in class org.springframework.integration.ip.tcp.NioSocketReader
Allocates a ByteBuffer of the requested length using normal or direct buffers, depending on the usingDirectBuffers field.
AnnotationConfigParser - Class in org.springframework.integration.config.xml
Parser for the <annotation-config> element of the integration namespace.
AnnotationConfigParser() - Constructor for class org.springframework.integration.config.xml.AnnotationConfigParser
 
ApplicationEventInboundChannelAdapter - Class in org.springframework.integration.event
An inbound Channel Adapter that passes Spring ApplicationEvents within messages.
ApplicationEventInboundChannelAdapter() - Constructor for class org.springframework.integration.event.ApplicationEventInboundChannelAdapter
 
ApplicationEventMulticasterParser - Class in org.springframework.integration.config.xml
Parser for the <application-event-multicaster> element of the integration namespace.
ApplicationEventMulticasterParser() - Constructor for class org.springframework.integration.config.xml.ApplicationEventMulticasterParser
 
ApplicationEventPublishingMessageHandler<T> - Class in org.springframework.integration.event
A MessageHandler that publishes each Message it receives as a MessagingEvent.
ApplicationEventPublishingMessageHandler() - Constructor for class org.springframework.integration.event.ApplicationEventPublishingMessageHandler
 
ArgumentArrayMessageMapper - Class in org.springframework.integration.handler
A Message Mapper implementation that supports mapping from a Message to an argument array when invoking handler methods, and mapping to a Message from an argument array when invoking gateway methods.
ArgumentArrayMessageMapper(Method) - Constructor for class org.springframework.integration.handler.ArgumentArrayMessageMapper
 
ArgumentArrayMessageMapper(Method, Map<String, Object>) - Constructor for class org.springframework.integration.handler.ArgumentArrayMessageMapper
 
assembleData() - Method in class org.springframework.integration.ip.tcp.AbstractSocketReader
 
assembleData() - Method in interface org.springframework.integration.ip.tcp.SocketReader
Reads the data the socket and assembles packets of data into a complete message, depending on the format of that data.
assembleDataCrLfFormat() - Method in class org.springframework.integration.ip.tcp.AbstractSocketReader
Assembles data in format MessageFormats.FORMAT_CRLF.
assembleDataCrLfFormat() - Method in class org.springframework.integration.ip.tcp.NetSocketReader
 
assembleDataCrLfFormat() - Method in class org.springframework.integration.ip.tcp.NioSocketReader
 
assembleDataCustomFormat() - Method in class org.springframework.integration.ip.tcp.AbstractSocketReader
Assembles data in format MessageFormats.FORMAT_CUSTOM.
assembleDataCustomFormat() - Method in class org.springframework.integration.ip.tcp.NetSocketReader
Throws UnsupportedOperationException; custom implementations can subclass this class and provide an implementation for this method.
assembleDataCustomFormat() - Method in class org.springframework.integration.ip.tcp.NioSocketReader
Throws UnsupportedOperationException; custom implementations can subclass this class and provide an implementation.
assembleDataLengthFormat() - Method in class org.springframework.integration.ip.tcp.AbstractSocketReader
Assembles data in format MessageFormats.FORMAT_LENGTH_HEADER.
assembleDataLengthFormat() - Method in class org.springframework.integration.ip.tcp.NetSocketReader
 
assembleDataLengthFormat() - Method in class org.springframework.integration.ip.tcp.NioSocketReader
 
assembleDataSerializedFormat() - Method in class org.springframework.integration.ip.tcp.AbstractSocketReader
Assembles data in format MessageFormats.FORMAT_JAVA_SERIALIZED
assembleDataSerializedFormat() - Method in class org.springframework.integration.ip.tcp.NetSocketReader
 
assembleDataSerializedFormat() - Method in class org.springframework.integration.ip.tcp.NioSocketReader
Throws UnsupportedOperationException; Java serialization is currently only supported using the NetSocketReader.
assembleDataStxEtxFormat() - Method in class org.springframework.integration.ip.tcp.AbstractSocketReader
Assembles data in format MessageFormats.FORMAT_STX_ETX.
assembleDataStxEtxFormat() - Method in class org.springframework.integration.ip.tcp.NetSocketReader
 
assembleDataStxEtxFormat() - Method in class org.springframework.integration.ip.tcp.NioSocketReader
 
assembledData - Variable in class org.springframework.integration.ip.tcp.AbstractSocketReader
The assembled data; must contain a reference when assembleData() returns true; will be set to null when getAssembledData() is called.
asyncSendMessage(DatagramPacket) - Method in class org.springframework.integration.ip.udp.UnicastReceivingChannelAdapter
 
ATTACHMENT_FILENAME - Static variable in class org.springframework.integration.mail.MailHeaders
 
AttributePollingChannelAdapterParser - Class in org.springframework.integration.jmx.config
 
AttributePollingChannelAdapterParser() - Constructor for class org.springframework.integration.jmx.config.AttributePollingChannelAdapterParser
 
AttributePollingMessageSource - Class in org.springframework.integration.jmx
A MessageSource implementation that retrieves the current value of a JMX attribute each time AttributePollingMessageSource.receive() is invoked.
AttributePollingMessageSource() - Constructor for class org.springframework.integration.jmx.AttributePollingMessageSource
 

B

BCC - Static variable in class org.springframework.integration.mail.MailHeaders
 
BeanDefinitionRegisteringParser - Interface in org.springframework.integration.config.xml
Simple strategy interface for parsers that are responsible for parsing an element, creating a bean definition, and then registering the bean.
beanFactory - Variable in class org.springframework.integration.config.annotation.AbstractMethodAnnotationPostProcessor
 
BeanFactoryChannelResolver - Class in org.springframework.integration.context
ChannelResolver implementation based on a Spring BeanFactory.
BeanFactoryChannelResolver() - Constructor for class org.springframework.integration.context.BeanFactoryChannelResolver
Create a new instance of the BeanFactoryChannelResolver class.
BeanFactoryChannelResolver(BeanFactory) - Constructor for class org.springframework.integration.context.BeanFactoryChannelResolver
Create a new instance of the BeanFactoryChannelResolver class.
BooleanTestXPathMessageSelector - Class in org.springframework.integration.xml.selector
Boolean XPath testing MessageSelector.
BooleanTestXPathMessageSelector(String, Map<String, String>) - Constructor for class org.springframework.integration.xml.selector.BooleanTestXPathMessageSelector
Create a boolean testing XPath MessageSelector supporting mutliple namespaces.
BooleanTestXPathMessageSelector(String, String, String) - Constructor for class org.springframework.integration.xml.selector.BooleanTestXPathMessageSelector
Create a boolean testing XPath MessageSelector supporting a single namespace.
BooleanTestXPathMessageSelector(String) - Constructor for class org.springframework.integration.xml.selector.BooleanTestXPathMessageSelector
Create a boolean testing XPath MessageSelector with no namespace support.
BooleanTestXPathMessageSelector(XPathExpression) - Constructor for class org.springframework.integration.xml.selector.BooleanTestXPathMessageSelector
Create a boolean testing XPath MessageSelector using the provided XPathExpression.
BridgeHandler - Class in org.springframework.integration.handler
A simple MessageHandler implementation that passes the request Message directly to the output channel without modifying it.
BridgeHandler() - Constructor for class org.springframework.integration.handler.BridgeHandler
 
BridgeParser - Class in org.springframework.integration.config.xml
Parser for the <bridge> element.
BridgeParser() - Constructor for class org.springframework.integration.config.xml.BridgeParser
 
BroadcastingDispatcher - Class in org.springframework.integration.dispatcher
A broadcasting dispatcher implementation.
BroadcastingDispatcher() - Constructor for class org.springframework.integration.dispatcher.BroadcastingDispatcher
 
BroadcastingDispatcher(Executor) - Constructor for class org.springframework.integration.dispatcher.BroadcastingDispatcher
 
bufferCount - Variable in class org.springframework.integration.ip.tcp.NioSocketWriter
 
buffers - Variable in class org.springframework.integration.ip.tcp.NioSocketWriter
If we are using direct buffers, we don't want to churn them using normal heap management.
buffsPerConnection - Variable in class org.springframework.integration.ip.tcp.TcpNioSendingMessageHandler
 
build() - Method in class org.springframework.integration.core.MessageBuilder
 
buildBeanDefinition(Element, ParserContext) - Method in class org.springframework.integration.config.xml.AbstractChannelParser
Subclasses must implement this method to create the bean definition.
buildBeanDefinition(Element, ParserContext) - Method in class org.springframework.integration.config.xml.PointToPointChannelParser
 
buildBeanDefinition(Element, ParserContext) - Method in class org.springframework.integration.config.xml.PublishSubscribeChannelParser
 
buildBuffer - Variable in class org.springframework.integration.ip.tcp.NioSocketReader
 
building - Variable in class org.springframework.integration.ip.tcp.NioSocketReader
 
buildTransformer(Message<?>) - Method in class org.springframework.integration.xml.transformer.XsltPayloadTransformer
 
ByteArrayCrLfConverter - Class in org.springframework.integration.ip.tcp.converter
Converts data in an InputStream to a byte[]; data is terminated by \r\n (not included in resulting byte[]).
ByteArrayCrLfConverter() - Constructor for class org.springframework.integration.ip.tcp.converter.ByteArrayCrLfConverter
 
ByteArrayLengthHeaderConverter - Class in org.springframework.integration.ip.tcp.converter
Converts data in an InputStream to a byte[]; data is preceded by a 4 byte binary length (network byte order, not included in resulting byte[]).
ByteArrayLengthHeaderConverter() - Constructor for class org.springframework.integration.ip.tcp.converter.ByteArrayLengthHeaderConverter
 
ByteArrayStxEtxConverter - Class in org.springframework.integration.ip.tcp.converter
Converts data in an InputStream to a byte[]; data is prefixed by <stx> and terminated by <etx> (not included in resulting byte[]).
ByteArrayStxEtxConverter() - Constructor for class org.springframework.integration.ip.tcp.converter.ByteArrayStxEtxConverter
 
ByteStreamReadingMessageSource - Class in org.springframework.integration.stream
A pollable source for receiving bytes from an InputStream.
ByteStreamReadingMessageSource(InputStream) - Constructor for class org.springframework.integration.stream.ByteStreamReadingMessageSource
 
ByteStreamReadingMessageSource(InputStream, int) - Constructor for class org.springframework.integration.stream.ByteStreamReadingMessageSource
 
ByteStreamWritingMessageHandler - Class in org.springframework.integration.stream
A MessageHandler that writes a byte array to an OutputStream.
ByteStreamWritingMessageHandler(OutputStream) - Constructor for class org.springframework.integration.stream.ByteStreamWritingMessageHandler
 
ByteStreamWritingMessageHandler(OutputStream, int) - Constructor for class org.springframework.integration.stream.ByteStreamWritingMessageHandler
 

C

canAdd(Message<?>) - Method in interface org.springframework.integration.store.MessageGroup
Query if the message can be added.
canAdd(Message<?>) - Method in class org.springframework.integration.store.SimpleMessageGroup
 
canRead(Class<?>, MediaType) - Method in class org.springframework.integration.http.MultipartAwareFormHttpMessageConverter
 
canRead(Class<?>, MediaType) - Method in class org.springframework.integration.http.SerializingHttpMessageConverter
 
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
 
canWrite(Class<?>, MediaType) - Method in class org.springframework.integration.http.MultipartAwareFormHttpMessageConverter
 
canWrite(Class<?>, MediaType) - Method in class org.springframework.integration.http.SerializingHttpMessageConverter
 
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 ConfigAttributes 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 SecurityMetadataSource 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.core
Thrown by a ChannelResolver when it cannot resolve a channel name.
ChannelResolutionException(String) - Constructor for exception org.springframework.integration.core.ChannelResolutionException
Create a new ChannelResolutionException.
ChannelResolutionException(String, Throwable) - Constructor for exception org.springframework.integration.core.ChannelResolutionException
Create a new ChannelResolutionException.
channelResolver - Variable in class org.springframework.integration.config.annotation.AbstractMethodAnnotationPostProcessor
 
ChannelResolver - Interface in org.springframework.integration.core
Strategy for resolving a name to a MessageChannel.
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
 
CHAT - Static variable in class org.springframework.integration.xmpp.XmppHeaders
 
CHAT_THREAD_ID - Static variable in class org.springframework.integration.xmpp.XmppHeaders
 
CHAT_TO_USER - Static variable in class org.springframework.integration.xmpp.XmppHeaders
 
checkClosure(int) - Method in class org.springframework.integration.ip.tcp.converter.AbstractByteArrayStreamingConverter
 
checkTaskExecutor(String) - Method in class org.springframework.integration.ip.AbstractInternetProtocolReceivingChannelAdapter
Creates a default task executor if none was supplied.
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.MessageHeaders
 
clientConnectionFactory - Variable in class org.springframework.integration.ip.tcp.TcpReceivingChannelAdapter
 
clientConnectionFactory - Variable in class org.springframework.integration.ip.tcp.TcpSendingMessageHandler
 
close - Variable in class org.springframework.integration.ip.tcp.AbstractTcpReceivingChannelAdapter
 
close() - Method in class org.springframework.integration.ip.tcp.connection.AbstractConnectionFactory
Closes the server.
close() - Method in class org.springframework.integration.ip.tcp.connection.AbstractTcpConnection
Closes this connection.
close() - Method in interface org.springframework.integration.ip.tcp.connection.TcpConnection
Closes the connection.
close() - Method in class org.springframework.integration.ip.tcp.connection.TcpNetClientConnectionFactory
 
close() - Method in class org.springframework.integration.ip.tcp.connection.TcpNetConnection
Closes this connection.
close() - Method in class org.springframework.integration.ip.tcp.connection.TcpNetServerConnectionFactory
 
close() - Method in class org.springframework.integration.ip.tcp.connection.TcpNioClientConnectionFactory
 
close() - Method in class org.springframework.integration.ip.tcp.connection.TcpNioConnection
 
close() - Method in class org.springframework.integration.ip.tcp.connection.TcpNioServerConnectionFactory
 
close - Variable in class org.springframework.integration.ip.tcp.SimpleTcpNetInboundGateway
 
close - Variable in class org.springframework.integration.ip.tcp.SimpleTcpNetOutboundGateway
 
close() - Method in class org.springframework.integration.ip.tcp.TcpNetSendingMessageHandler
Close the underlying socket and prepare to establish a new socket on the next write.
close() - Method in class org.springframework.integration.ip.tcp.TcpSendingMessageHandler
Close the underlying socket and prepare to establish a new socket on the next write.
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.
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) - Method in class org.springframework.integration.jms.AbstractJmsTemplateBasedAdapter
 
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.
configureTransformer(Message<?>, Transformer) - Method in class org.springframework.integration.xml.transformer.DefaultTransformerConfigurer
 
configureTransformer(Message<?>, Transformer) - Method in interface org.springframework.integration.xml.transformer.TransformerConfigurer
Callback method called by XSLT transformer implementations after transformer is created.
connection - Variable in class org.springframework.integration.ip.tcp.TcpSendingMessageHandler
 
CONNECTION_ID - Static variable in class org.springframework.integration.ip.IpHeaders
 
ConnectionFactory - Interface in org.springframework.integration.ip.tcp.connection
A factory used to create TcpConnection objects.
connections - Variable in class org.springframework.integration.ip.tcp.connection.TcpNioClientConnectionFactory
 
connections - Variable in class org.springframework.integration.ip.tcp.connection.TcpNioServerConnectionFactory
 
connections - Variable in class org.springframework.integration.ip.tcp.TcpSendingMessageHandler
 
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.MessageHeaders
 
containsValue(Object) - Method in class org.springframework.integration.MessageHeaders
 
ContentTypeResolver - Interface in org.springframework.integration.http
Strategy for resolving the content type of a given object.
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(InputStream) - Method in interface org.springframework.commons.serializer.InputStreamingConverter
Read (assemble an object of type T) from an InputStream.
convert(byte[]) - Method in class org.springframework.commons.serializer.java.DeserializingConverter
 
convert(InputStream) - Method in class org.springframework.commons.serializer.java.JavaStreamingConverter
 
convert(Object, OutputStream) - Method in class org.springframework.commons.serializer.java.JavaStreamingConverter
 
convert(Object) - Method in class org.springframework.commons.serializer.java.SerializingConverter
 
convert(T, OutputStream) - Method in interface org.springframework.commons.serializer.OutputStreamingConverter
Write an object of type T to the outputSream.
convert(InputStream) - Method in class org.springframework.integration.ip.tcp.converter.ByteArrayCrLfConverter
Converts the data in the inputstream to a byte[].
convert(byte[], OutputStream) - Method in class org.springframework.integration.ip.tcp.converter.ByteArrayCrLfConverter
Writes the byte[] to the stream and appends \r\n.
convert(InputStream) - Method in class org.springframework.integration.ip.tcp.converter.ByteArrayLengthHeaderConverter
Reads a 4 byte length from the stream and then reads that length from the stream and returns the data in a byte[].
convert(byte[], OutputStream) - Method in class org.springframework.integration.ip.tcp.converter.ByteArrayLengthHeaderConverter
Writes the byte[] to the output stream, preceded by a 4 byte length in network byte order (big endian).
convert(InputStream) - Method in class org.springframework.integration.ip.tcp.converter.ByteArrayStxEtxConverter
Converts the data in the inputstream to a byte[].
convert(byte[], OutputStream) - Method in class org.springframework.integration.ip.tcp.converter.ByteArrayStxEtxConverter
Writes the byte[] to the stream, prefixed by an ASCII STX character and terminated with an ASCII ETX character.
convert(Object) - Method in class org.springframework.integration.util.UUIDConverter
Convert the input to a UUID using the convenience method UUIDConverter.getUUID(Object).
converter - Variable in class org.springframework.integration.transformer.PayloadTypeConvertingTransformer
 
ConverterParser - Class in org.springframework.integration.config.xml
 
ConverterParser() - Constructor for class org.springframework.integration.config.xml.ConverterParser
 
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, ?>) - Method in class org.springframework.integration.core.MessageBuilder
Copy the name-value pairs from the provided Map.
copyHeadersIfAbsent(Map<String, Object>) - Method in class org.springframework.integration.core.MessageBuilder
Copy the name-value pairs from the provided Map.
CorrelatingMessageBarrier - Class in org.springframework.integration.aggregator
This Endpoint serves as a barrier for messages that should not be processed yet.
CorrelatingMessageBarrier(MessageGroupStore) - Constructor for class org.springframework.integration.aggregator.CorrelatingMessageBarrier
 
CorrelatingMessageBarrier() - Constructor for class org.springframework.integration.aggregator.CorrelatingMessageBarrier
 
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.jms.JmsHeaders
 
CORRELATION_ID - Static variable in class org.springframework.integration.MessageHeaders
 
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
 
createInstance() - Method in class org.springframework.integration.xmpp.XmppConnectionFactory
 
createNetReader(int, Class<NetSocketReader>, Socket, int, int) - Static method in class org.springframework.integration.ip.tcp.SocketIoUtils
 
createNetWriter(int, Class<NetSocketWriter>, Socket) - Static method in class org.springframework.integration.ip.tcp.SocketIoUtils
 
createNioReader(int, Class<NioSocketReader>, SocketChannel, int, int, boolean) - Static method in class org.springframework.integration.ip.tcp.SocketIoUtils
 
createNioWriter(int, Class<NioSocketWriter>, SocketChannel, int, int, boolean) - Static method in class org.springframework.integration.ip.tcp.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
 
customSocketReaderClass - Variable in class org.springframework.integration.ip.tcp.TcpReceivingChannelAdapter
 
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
 

D

DataBindingInboundRequestMapper - Class in org.springframework.integration.http
InboundRequestMapper implementation that binds the request parameter map to a target instance.
DataBindingInboundRequestMapper() - Constructor for class org.springframework.integration.http.DataBindingInboundRequestMapper
 
DataBindingInboundRequestMapper(Class<?>) - Constructor for class org.springframework.integration.http.DataBindingInboundRequestMapper
 
DatagramPacketMessageMapper - Class in org.springframework.integration.ip.udp
Message Mapper for converting to and from UDP DatagramPackets.
DatagramPacketMessageMapper() - Constructor for class org.springframework.integration.ip.udp.DatagramPacketMessageMapper
 
dataPart - Variable in class org.springframework.integration.ip.tcp.NioSocketReader
 
decorate(Node, BeanDefinitionHolder, ParserContext) - Method in class org.springframework.integration.config.xml.AbstractIntegrationNamespaceHandler
 
DEFAULT_CHARSET - Static variable in class org.springframework.integration.util.UUIDConverter
 
DEFAULT_DOMAIN - Static variable in class org.springframework.integration.control.ControlBus
 
DEFAULT_LONG_STRING_LENGTH - Static variable in class org.springframework.integration.jdbc.JdbcMessageStore
 
DEFAULT_POLLER_METADATA_BEAN_NAME - Static variable in class org.springframework.integration.context.IntegrationContextUtils
 
DEFAULT_REAPER_INTERVAL - Static variable in class org.springframework.integration.aggregator.CorrelatingMessageHandler
 
DEFAULT_REPLY_TIMEOUT - Static variable in class org.springframework.integration.ip.tcp.connection.AbstractConnectionFactory
 
DEFAULT_SEND_TIMEOUT - Static variable in class org.springframework.integration.aggregator.CorrelatingMessageHandler
 
DEFAULT_SEND_TIMEOUT - Static variable in class org.springframework.integration.handler.AbstractReplyProducingMessageHandler
 
DEFAULT_TABLE_PREFIX - Static variable in class org.springframework.integration.jdbc.JdbcMessageStore
Default value for the table prefix property.
DEFAULT_THRESHOLD - Static variable in class org.springframework.integration.aggregator.TimeoutCountSequenceSizeReleaseStrategy
Default threshold is effectively infinite.
DEFAULT_TIMEOUT - Static variable in class org.springframework.integration.aggregator.CorrelatingMessageHandler
 
DEFAULT_TIMEOUT - Static variable in class org.springframework.integration.aggregator.TimeoutCountSequenceSizeReleaseStrategy
Default timeout is one minute.
DefaultAggregatingMessageGroupProcessor - Class in org.springframework.integration.aggregator
This implementation of MessageGroupProcessor will take the messages from the MessageGroup and pass them on in a single message with a Collection as a payload.
DefaultAggregatingMessageGroupProcessor() - Constructor for class org.springframework.integration.aggregator.DefaultAggregatingMessageGroupProcessor
 
DefaultDirectoryScanner - Class in org.springframework.integration.file
Default directory scanner and base class for other directory scanners.
DefaultDirectoryScanner() - Constructor for class org.springframework.integration.file.DefaultDirectoryScanner
 
DefaultFileNameGenerator - Class in org.springframework.integration.file
Default implementation of the filename generator strategy.
DefaultFileNameGenerator() - Constructor for class org.springframework.integration.file.DefaultFileNameGenerator
 
DefaultHttpHeaderMapper - Class in org.springframework.integration.http
Default HeaderMapper implementation for HTTP.
DefaultHttpHeaderMapper() - Constructor for class org.springframework.integration.http.DefaultHttpHeaderMapper
 
DefaultInboundRequestMapper - Class in org.springframework.integration.http
Default implementation of InboundRequestMapper for inbound HttpServletRequests.
DefaultInboundRequestMapper() - Constructor for class org.springframework.integration.http.DefaultInboundRequestMapper
 
DefaultJmsHeaderMapper - Class in org.springframework.integration.jms
Default implementation of JmsHeaderMapper.
DefaultJmsHeaderMapper() - Constructor for class org.springframework.integration.jms.DefaultJmsHeaderMapper
 
DefaultMessageConverter - Class in org.springframework.integration.jms
A MessageConverter implementation that is capable of delegating to an existing converter instance.
DefaultMessageConverter() - Constructor for class org.springframework.integration.jms.DefaultMessageConverter
Create a DefaultMessageConverter instance that will rely on the default SimpleMessageConverter.
DefaultMessageConverter(MessageConverter) - Constructor for class org.springframework.integration.jms.DefaultMessageConverter
Create a DefaultMessageConverter instance that will delegate to the provided MessageConverter instance.
DefaultMessageSplitter - Class in org.springframework.integration.splitter
The default Message Splitter implementation.
DefaultMessageSplitter() - Constructor for class org.springframework.integration.splitter.DefaultMessageSplitter
 
DefaultMethodInvoker - Class in org.springframework.integration.util
Implementation of MethodInvoker to be used when the actual Method reference is known.
DefaultMethodInvoker(Object, Method) - Constructor for class org.springframework.integration.util.DefaultMethodInvoker
 
DefaultMultipartFileReader - Class in org.springframework.integration.http
MultipartFileReader implementation that reads the MultipartFile content directly into a new MultipartFile instance that is not restricted to the HTTP request scope.
DefaultMultipartFileReader() - Constructor for class org.springframework.integration.http.DefaultMultipartFileReader
 
DefaultOutboundRequestMapper - Class in org.springframework.integration.http
Default implementation of OutboundRequestMapper.
DefaultOutboundRequestMapper() - Constructor for class org.springframework.integration.http.DefaultOutboundRequestMapper
 
DefaultParameterExtractor - Class in org.springframework.integration.http
 
DefaultParameterExtractor() - Constructor for class org.springframework.integration.http.DefaultParameterExtractor
 
DefaultRouterParser - Class in org.springframework.integration.config.xml
Parser for the <router/> element.
DefaultRouterParser() - Constructor for class org.springframework.integration.config.xml.DefaultRouterParser
 
DefaultSqlParameterSourceFactory - Class in org.springframework.integration.jdbc
A default implementation of SqlParameterSourceFactory which creates an SqlParameterSource according to the type of the data passed in.
DefaultSqlParameterSourceFactory() - Constructor for class org.springframework.integration.jdbc.DefaultSqlParameterSourceFactory
 
DefaultTransformerConfigurer - Class in org.springframework.integration.xml.transformer
TransformerConfigurer instance which looks for headers and uses them to configure the provided Transformer instance.
DefaultTransformerConfigurer() - Constructor for class org.springframework.integration.xml.transformer.DefaultTransformerConfigurer
 
DefaultXmlPayloadConverter - Class in org.springframework.integration.xml
Default implementation of XmlPayloadConverter.
DefaultXmlPayloadConverter() - Constructor for class org.springframework.integration.xml.DefaultXmlPayloadConverter
 
DefaultXmlPayloadConverter(DocumentBuilderFactory) - Constructor for class org.springframework.integration.xml.DefaultXmlPayloadConverter
 
DelayerParser - Class in org.springframework.integration.config.xml
Parser for the <delayer> element.
DelayerParser() - Constructor for class org.springframework.integration.config.xml.DelayerParser
 
DelayHandler - Class in org.springframework.integration.handler
A MessageHandler that is capable of delaying the continuation of a Message flow based on the presence of a delay header on an inbound Message or a default delay value configured on this handler.
DelayHandler(long) - Constructor for class org.springframework.integration.handler.DelayHandler
Create a DelayHandler with the given default delay.
DelayHandler(long, TaskScheduler) - Constructor for class org.springframework.integration.handler.DelayHandler
Create a DelayHandler with the given default delay.
delegate - Variable in class org.springframework.integration.ip.tcp.SimpleTcpNetInboundGateway
 
deleteMessages(Message[]) - Method in class org.springframework.integration.mail.AbstractMailReceiver
Deletes the given messages from this receiver's folder.
deleteMessages(Message[]) - Method in class org.springframework.integration.mail.Pop3MailReceiver
Deletes the given messages from this receiver's folder, and closes it to expunge deleted messages.
describeTo(Description) - Method in class org.springframework.integration.test.matcher.HeaderMatcher
describeTo(Description) - Method in class org.springframework.integration.test.matcher.MapContentMatchers
describeTo(Description) - Method in class org.springframework.integration.test.matcher.PayloadAndHeaderMatcher
 
describeTo(Description) - Method in class org.springframework.integration.test.matcher.PayloadMatcher
DeserializationFailureException - Exception in org.springframework.commons.serializer
 
DeserializationFailureException(String) - Constructor for exception org.springframework.commons.serializer.DeserializationFailureException
Construct a DeserializationException with the specified detail message.
DeserializationFailureException(String, Throwable) - Constructor for exception org.springframework.commons.serializer.DeserializationFailureException
Construct a DeserializationFailureException with the specified detail message and nested exception.
deserialize(byte[]) - Static method in class org.springframework.integration.jdbc.util.SerializationUtils
 
DeserializingConverter - Class in org.springframework.commons.serializer.java
Delegates to a JavaStreamingConverter to deserialize data in a byte[] to an object.
DeserializingConverter() - Constructor for class org.springframework.commons.serializer.java.DeserializingConverter
 
destinationAddress - Variable in class org.springframework.integration.ip.AbstractInternetProtocolSendingMessageHandler
 
destroy() - Method in class org.springframework.integration.handler.DelayHandler
 
destroy() - Method in class org.springframework.integration.jms.JmsMessageDrivenEndpoint
 
destroy() - Method in class org.springframework.integration.mail.AbstractMailReceiver
 
destroy() - Method in class org.springframework.integration.mail.config.MailReceiverFactoryBean
 
destroy() - Method in class org.springframework.integration.store.MessageGroupStoreReaper
 
determineTargetChannel(Message<?>) - Method in class org.springframework.integration.router.AbstractSingleChannelRouter
Subclasses must implement this method to return the target channel.
determineTargetChannel(Message<?>) - Method in class org.springframework.integration.router.ErrorMessageExceptionTypeRouter
 
determineTargetChannel(Message<?>) - Method in class org.springframework.integration.router.PayloadTypeRouter
 
determineTargetChannelName(Message<?>) - Method in class org.springframework.integration.router.AbstractSingleChannelNameRouter
Subclasses must implement this method to return the channel name.
determineTargetChannelName(Message<?>) - Method in class org.springframework.integration.xml.router.XmlPayloadValidatingRouter
 
determineTargetChannels(Message<?>) - Method in class org.springframework.integration.router.AbstractChannelNameResolvingMessageRouter
 
determineTargetChannels(Message<?>) - Method in class org.springframework.integration.router.AbstractMessageRouter
Subclasses must implement this method to return the target channels for a given Message.
determineTargetChannels(Message<?>) - Method in class org.springframework.integration.router.AbstractSingleChannelRouter
 
determineTargetChannels(Message<?>) - Method in class org.springframework.integration.router.RecipientListRouter
 
DirectChannel - Class in org.springframework.integration.channel
A channel that invokes a single subscriber for each sent Message.
DirectChannel() - Constructor for class org.springframework.integration.channel.DirectChannel
Create a channel with default RoundRobinLoadBalancingStrategy
DirectChannel(LoadBalancingStrategy) - Constructor for class org.springframework.integration.channel.DirectChannel
Create a DirectChannel with a LoadBalancingStrategy.
DirectoryScanner - Interface in org.springframework.integration.file
Strategy for scanning directories.
discoverMethodParameterNames(Method) - Method in class org.springframework.integration.aop.AbstractExpressionSource
 
dispatch(Message<?>) - Method in class org.springframework.integration.dispatcher.BroadcastingDispatcher
 
dispatch(Message<?>) - Method in interface org.springframework.integration.dispatcher.MessageDispatcher
 
dispatch(Message<?>) - Method in class org.springframework.integration.dispatcher.UnicastingDispatcher
 
doClose() - Method in class org.springframework.integration.ip.tcp.AbstractSocketReader
Called after an exception; close the transport.
doClose() - Method in class org.springframework.integration.ip.tcp.AbstractSocketWriter
Called when an IO error
doClose() - Method in class org.springframework.integration.ip.tcp.NetSocketReader
 
doClose() - Method in class org.springframework.integration.ip.tcp.NetSocketWriter
 
doClose() - Method in class org.springframework.integration.ip.tcp.NioSocketReader
 
doClose() - Method in class org.springframework.integration.ip.tcp.NioSocketWriter
 
doHandle(Object, WebServiceMessageCallback) - Method in class org.springframework.integration.ws.AbstractWebServiceOutboundGateway
 
doHandle(Object, WebServiceMessageCallback) - Method in class org.springframework.integration.ws.MarshallingWebServiceOutboundGateway
 
doHandle(Object, WebServiceMessageCallback) - Method in class org.springframework.integration.ws.SimpleWebServiceOutboundGateway
 
DomResultFactory - Class in org.springframework.integration.xml.result
 
DomResultFactory(DocumentBuilderFactory) - Constructor for class org.springframework.integration.xml.result.DomResultFactory
 
DomResultFactory() - Constructor for class org.springframework.integration.xml.result.DomResultFactory
 
DomSourceFactory - Class in org.springframework.integration.xml.source
SourceFactory implementation which supports creation of a DOMSource from a Document or String payload.
DomSourceFactory() - Constructor for class org.springframework.integration.xml.source.DomSourceFactory
 
DomSourceFactory(DocumentBuilderFactory) - Constructor for class org.springframework.integration.xml.source.DomSourceFactory
 
doParse(Element, ParserContext, String) - Method in class org.springframework.integration.config.xml.AbstractChannelAdapterParser
Subclasses must implement this method to parse the adapter element.
doParse(Element, ParserContext, String) - Method in class org.springframework.integration.config.xml.AbstractOutboundChannelAdapterParser
 
doParse(Element, ParserContext, String) - Method in class org.springframework.integration.config.xml.AbstractPollingInboundChannelAdapterParser
 
doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.integration.config.xml.ApplicationEventMulticasterParser
 
doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.integration.config.xml.ScheduledProducerParser
 
doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.integration.config.xml.SelectorChainParser
 
doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.integration.config.xml.SelectorParser
 
doParse(Element, ParserContext, String) - Method in class org.springframework.integration.event.config.EventInboundChannelAdapterParser
 
doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.integration.groovy.config.GroovyScriptParser
 
doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.integration.http.config.HttpInboundEndpointParser
 
doParse(Element, ParserContext, String) - Method in class org.springframework.integration.ip.config.IpInboundChannelAdapterParser
 
doParse(Element, ParserContext, String) - Method in class org.springframework.integration.ip.config.TcpInboundChannelAdapterParser
 
doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.integration.jms.config.JmsChannelParser
 
doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.integration.jms.config.JmsMessageDrivenEndpointParser
 
doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.integration.jmx.config.ControlBusParser
 
doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.integration.jmx.config.NotificationListeningChannelAdapterParser
 
doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.integration.mail.config.ImapIdleChannelAdapterParser
 
doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.integration.security.config.SecuredChannelsParser
 
doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.integration.xml.config.XPathExpressionParser
 
doParse(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.integration.xml.config.XPathSelectorParser
 
doParseRouter(Element, ParserContext) - Method in class org.springframework.integration.config.xml.AbstractChannelNameResolvingRouterParser
 
doParseRouter(Element, ParserContext) - Method in class org.springframework.integration.config.xml.HeaderValueRouterParser
 
doPoll() - Method in class org.springframework.integration.endpoint.AbstractPollingEndpoint
 
doPoll() - Method in class org.springframework.integration.endpoint.PollingConsumer
 
doPoll() - Method in class org.springframework.integration.endpoint.SourcePollingChannelAdapter
 
doPostProcess(BeanDefinitionBuilder, Element) - Method in class org.springframework.integration.config.xml.AbstractInboundGatewayParser
Subclasses may add to the bean definition by overriding this method.
doPostProcess(BeanDefinitionBuilder, Element) - Method in class org.springframework.integration.ip.config.IpInboundGatewayParser
 
doPostProcess(BeanDefinitionBuilder, Element) - Method in class org.springframework.integration.rmi.config.RmiInboundGatewayParser
 
doPostProcess(BeanDefinitionBuilder, Element) - Method in class org.springframework.integration.ws.config.WebServiceInboundGatewayParser
 
doReceive(long) - Method in class org.springframework.integration.channel.AbstractPollableChannel
Subclasses must implement this method.
doReceive(long) - Method in class org.springframework.integration.channel.PriorityChannel
 
doReceive(long) - Method in class org.springframework.integration.channel.QueueChannel
 
doSend(Message<?>, long) - Method in class org.springframework.integration.channel.AbstractMessageChannel
Subclasses must implement this method.
doSend(Message<?>, long) - Method in class org.springframework.integration.channel.AbstractSubscribableChannel
 
doSend(Message<?>, long) - Method in class org.springframework.integration.channel.PriorityChannel
 
doSend(Message<?>, long) - Method in class org.springframework.integration.channel.QueueChannel
 
doStart() - Method in class org.springframework.integration.endpoint.AbstractEndpoint
Subclasses must implement this method with the start behavior.
doStart() - Method in class org.springframework.integration.endpoint.AbstractPollingEndpoint
 
doStart() - Method in class org.springframework.integration.endpoint.EventDrivenConsumer
 
doStart() - Method in class org.springframework.integration.endpoint.ScheduledMessageProducer
 
doStart() - Method in class org.springframework.integration.event.ApplicationEventInboundChannelAdapter
 
doStart() - Method in class org.springframework.integration.gateway.AbstractMessagingGateway
 
doStart() - Method in class org.springframework.integration.gateway.GatewayProxyFactoryBean
 
doStart() - Method in class org.springframework.integration.ip.AbstractInternetProtocolReceivingChannelAdapter
 
doStart() - Method in class org.springframework.integration.ip.tcp.SimpleTcpNetInboundGateway
 
doStart() - Method in class org.springframework.integration.ip.tcp.TcpReceivingChannelAdapter
 
doStart() - Method in class org.springframework.integration.jms.JmsMessageDrivenEndpoint
 
doStart() - Method in class org.springframework.integration.jmx.NotificationListeningMessageProducer
Registers the notification listener with the specified ObjectNames.
doStart() - Method in class org.springframework.integration.mail.ImapIdleChannelAdapter
 
doStart() - Method in class org.springframework.integration.xmpp.messages.XmppMessageDrivenEndpoint
 
doStart() - Method in class org.springframework.integration.xmpp.presence.XmppRosterEventMessageDrivenEndpoint
 
doStop() - Method in class org.springframework.integration.endpoint.AbstractEndpoint
Subclasses must implement this method with the stop behavior.
doStop() - Method in class org.springframework.integration.endpoint.AbstractPollingEndpoint
 
doStop() - Method in class org.springframework.integration.endpoint.EventDrivenConsumer
 
doStop() - Method in class org.springframework.integration.endpoint.ScheduledMessageProducer
 
doStop() - Method in class org.springframework.integration.event.ApplicationEventInboundChannelAdapter
 
doStop() - Method in class org.springframework.integration.gateway.AbstractMessagingGateway
 
doStop() - Method in class org.springframework.integration.gateway.GatewayProxyFactoryBean
 
doStop() - Method in class org.springframework.integration.ip.AbstractInternetProtocolReceivingChannelAdapter
 
doStop() - Method in class org.springframework.integration.ip.tcp.SimpleTcpNetInboundGateway
 
doStop() - Method in class org.springframework.integration.ip.tcp.TcpNetReceivingChannelAdapter
 
doStop() - Method in class org.springframework.integration.ip.tcp.TcpNioReceivingChannelAdapter
 
doStop() - Method in class org.springframework.integration.ip.tcp.TcpReceivingChannelAdapter
 
doStop() - Method in class org.springframework.integration.ip.udp.UnicastReceivingChannelAdapter
 
doStop() - Method in class org.springframework.integration.jms.JmsMessageDrivenEndpoint
 
doStop() - Method in class org.springframework.integration.jmx.NotificationListeningMessageProducer
Unregisters the notification listener.
doStop() - Method in class org.springframework.integration.mail.ImapIdleChannelAdapter
 
doStop() - Method in class org.springframework.integration.xmpp.messages.XmppMessageDrivenEndpoint
 
doStop() - Method in class org.springframework.integration.xmpp.presence.XmppRosterEventMessageDrivenEndpoint
 
doTransform(Message) - Method in class org.springframework.integration.mail.transformer.AbstractMailMessageTransformer
 
doTransform(Message) - Method in class org.springframework.integration.mail.transformer.MailToStringTransformer
 
doTransform(Message<?>) - Method in class org.springframework.integration.transformer.AbstractPayloadTransformer
 
doTransform(Message<?>) - Method in class org.springframework.integration.transformer.AbstractTransformer
Subclasses must implement this method to provide the transformation logic.
doTransform(Message<?>) - Method in class org.springframework.integration.transformer.ClaimCheckInTransformer
 
doTransform(Message<?>) - Method in class org.springframework.integration.transformer.ClaimCheckOutTransformer
 
doTransform(Message<?>) - Method in class org.springframework.integration.xml.transformer.MarshallingTransformer
 
doTransform(Message<?>) - Method in class org.springframework.integration.xml.transformer.XPathTransformer
 
doTransform(Message<?>) - Method in class org.springframework.integration.xml.transformer.XsltPayloadTransformer
 
doWrite(Message<?>) - Method in class org.springframework.integration.ip.tcp.AbstractTcpSendingMessageHandler
Method that actually does the write.
doWrite(Message<?>) - Method in class org.springframework.integration.ip.tcp.TcpSendingMessageHandler
Method that actually does the write.
drainTo(Collection<? super Message<?>>) - Method in class org.springframework.integration.store.MessageGroupQueue
 
drainTo(Collection<? super Message<?>>, int) - Method in class org.springframework.integration.store.MessageGroupQueue
 

E

entrySet() - Method in class org.springframework.integration.MessageHeaders
 
equals(Object) - Method in class org.springframework.integration.core.GenericMessage
 
equals(Object) - Method in class org.springframework.integration.history.MessageHistory
 
equals(Object) - Method in class org.springframework.integration.ip.tcp.SimpleTcpNetOutboundGateway
 
equals(Object) - Method in class org.springframework.integration.MessageHeaders
 
ERROR_CHANNEL - Static variable in class org.springframework.integration.MessageHeaders
 
ERROR_CHANNEL_BEAN_NAME - Static variable in class org.springframework.integration.context.IntegrationContextUtils
 
ErrorHandlingTaskExecutor - Class in org.springframework.integration.util
A TaskExecutor implementation that wraps an existing Executor instance in order to catch any exceptions.
ErrorHandlingTaskExecutor(Executor, ErrorHandler) - Constructor for class org.springframework.integration.util.ErrorHandlingTaskExecutor
 
ErrorMessage - Class in org.springframework.integration.core
A message implementation that accepts a Throwable payload.
ErrorMessage(Throwable) - Constructor for class org.springframework.integration.core.ErrorMessage
 
ErrorMessage(Throwable, Map<String, Object>) - Constructor for class org.springframework.integration.core.ErrorMessage
 
ErrorMessageExceptionTypeRouter - Class in org.springframework.integration.router
A Message Router that resolves the target MessageChannel for messages whose payload is an Exception.
ErrorMessageExceptionTypeRouter() - Constructor for class org.springframework.integration.router.ErrorMessageExceptionTypeRouter
 
escapeRegExSpecials(String) - Static method in class org.springframework.integration.ip.util.RegexUtils
Escapes (precedes with \) any characters in the parameter in the set

.$[]^*+{}()\?
ETX - Static variable in class org.springframework.integration.ip.tcp.converter.ByteArrayStxEtxConverter
 
ETX - Static variable in interface org.springframework.integration.ip.tcp.MessageFormats
 
etxPart - Variable in class org.springframework.integration.ip.tcp.NioSocketWriter
A buffer containing the ETX for when the messageFormat is MessageFormats.FORMAT_STX_ETX.
evaluateExpression(Expression, Message<?>, Class<?>) - Method in class org.springframework.integration.handler.AbstractMessageProcessor
 
evaluateXPath(XPathExpression, Node) - Method in enum org.springframework.integration.xml.xpath.XPathEvaluationType
 
EventDrivenConsumer - Class in org.springframework.integration.endpoint
Message Endpoint that connects any MessageHandler implementation to a SubscribableChannel.
EventDrivenConsumer(SubscribableChannel, MessageHandler) - Constructor for class org.springframework.integration.endpoint.EventDrivenConsumer
 
EventInboundChannelAdapterParser - Class in org.springframework.integration.event.config
 
EventInboundChannelAdapterParser() - Constructor for class org.springframework.integration.event.config.EventInboundChannelAdapterParser
 
EventNamespaceHandler - Class in org.springframework.integration.event.config
Namespace handler for Spring Integration's 'event' namespace.
EventNamespaceHandler() - Constructor for class org.springframework.integration.event.config.EventNamespaceHandler
 
EventOutboundChannelAdapterParser - Class in org.springframework.integration.event.config
 
EventOutboundChannelAdapterParser() - Constructor for class org.springframework.integration.event.config.EventOutboundChannelAdapterParser
 
exchange(Message<?>) - Method in class org.springframework.integration.gateway.RemotingInboundGatewaySupport
 
exchange(Message<?>) - Method in interface org.springframework.integration.gateway.RequestReplyExchanger
 
execute(MessageGroupStore, MessageGroup) - Method in interface org.springframework.integration.store.MessageGroupCallback
 
execute(Runnable) - Method in class org.springframework.integration.util.ErrorHandlingTaskExecutor
 
executeMethod(Collection<? extends Message<?>>) - Method in class org.springframework.integration.aggregator.MessageListMethodAdapter
 
executeScript(ScriptSource, Message<?>) - Method in class org.springframework.integration.groovy.GroovyScriptExecutingMessageProcessor
 
executeScript(ScriptSource, Message<?>) - Method in class org.springframework.integration.handler.AbstractScriptExecutingMessageProcessor
Subclasses must implement this method.
ExecutorChannel - Class in org.springframework.integration.channel
An implementation of MessageChannel that delegates to an instance of UnicastingDispatcher which in turn delegates all dispatching invocations to an Executor.
ExecutorChannel(Executor) - Constructor for class org.springframework.integration.channel.ExecutorChannel
Create an ExecutorChannel that delegates to the provided Executor when dispatching Messages.
ExecutorChannel(Executor, LoadBalancingStrategy) - Constructor for class org.springframework.integration.channel.ExecutorChannel
Create an ExecutorChannel with a LoadBalancingStrategy that delegates to the provided Executor when dispatching Messages.
EXPIRATION_DATE - Static variable in class org.springframework.integration.MessageHeaders
 
expireMessageGroups(long) - Method in class org.springframework.integration.store.AbstractMessageGroupStore
 
expireMessageGroups(long) - Method in interface org.springframework.integration.store.MessageGroupStore
Extract all expired groups (whose timestamp is older than the current time less the threshold provided) and call each of the registered callbacks on them in turn.
EXPRESSION_ATTRIBUTE - Static variable in class org.springframework.integration.config.xml.AbstractConsumerEndpointParser
 
ExpressionBinding - Annotation Type in org.springframework.integration.aop
Annotation that provides the variable names to use when constructing the evaluation context for a MessagePublishingInterceptor.
ExpressionEvaluatingMessageProcessor - Class in org.springframework.integration.handler
A MessageProcessor implementation that evaluates a SpEL expression with the Message itself as the root object within the evaluation context.
ExpressionEvaluatingMessageProcessor(String) - Constructor for class org.springframework.integration.handler.ExpressionEvaluatingMessageProcessor
Create an ExpressionEvaluatingMessageProcessor for the given expression String.
ExpressionEvaluatingRouter - Class in org.springframework.integration.router
A Message Router implementation that evaluates the specified SpEL expression.
ExpressionEvaluatingRouter(String) - Constructor for class org.springframework.integration.router.ExpressionEvaluatingRouter
 
ExpressionEvaluatingSelector - Class in org.springframework.integration.filter
A MessageSelector implementation that evaluates a SpEL expression.
ExpressionEvaluatingSelector(String) - Constructor for class org.springframework.integration.filter.ExpressionEvaluatingSelector
 
ExpressionEvaluatingSplitter - Class in org.springframework.integration.splitter
A Message Splitter implementation that evaluates the specified SpEL expression.
ExpressionEvaluatingSplitter(String) - Constructor for class org.springframework.integration.splitter.ExpressionEvaluatingSplitter
 
ExpressionEvaluatingTransformer - Class in org.springframework.integration.transformer
A Message Transformer implementation that evaluates the specified SpEL expression.
ExpressionEvaluatingTransformer(String) - Constructor for class org.springframework.integration.transformer.ExpressionEvaluatingTransformer
 
extractOutputPropertyHeaders(MessageHeaders) - Method in class org.springframework.integration.xml.transformer.DefaultTransformerConfigurer
 
extractParameterHeaders(MessageHeaders) - Method in class org.springframework.integration.xml.transformer.DefaultTransformerConfigurer
 

F

fatalException - Variable in class org.springframework.integration.ip.udp.UnicastSendingMessageHandler
 
fetchMessages(Message[]) - Method in class org.springframework.integration.mail.AbstractMailReceiver
Fetches the specified messages from this receiver's folder.
FileCopyingMultipartFileReader - Class in org.springframework.integration.http
MultipartFileReader implementation that copies the MulitpartFile's content to a new temporary File in the specified directory.
FileCopyingMultipartFileReader() - Constructor for class org.springframework.integration.http.FileCopyingMultipartFileReader
Create a FileCopyingMultipartFileReader that creates temporary Files in the default temporary directory.
FileCopyingMultipartFileReader(File) - Constructor for class org.springframework.integration.http.FileCopyingMultipartFileReader
Create a FileCopyingMultipartFileReader that creates temporary Files in the given directory.
FileHeaders - Class in org.springframework.integration.file
Pre-defined header names to be used when storing or retrieving File-related values to/from integration Message Headers.
FileHeaders() - Constructor for class org.springframework.integration.file.FileHeaders
 
FileInboundChannelAdapterParser - Class in org.springframework.integration.file.config
Parser for the <inbound-channel-adapter> element of the 'file' namespace.
FileInboundChannelAdapterParser() - Constructor for class org.springframework.integration.file.config.FileInboundChannelAdapterParser
 
FileListFilter - Interface in org.springframework.integration.file
Strategy interface for filtering a group of files.
FileListFilterFactoryBean - Class in org.springframework.integration.file.config
 
FileListFilterFactoryBean() - Constructor for class org.springframework.integration.file.config.FileListFilterFactoryBean
 
FileLocker - Interface in org.springframework.integration.file
A FileLocker is a strategy that can ensure that files are only processed a single time.
FILENAME - Static variable in class org.springframework.integration.file.FileHeaders
 
FileNameGenerator - Interface in org.springframework.integration.file
Strategy interface for generating a file name from a message.
FileNamespaceHandler - Class in org.springframework.integration.file.config
Namespace handler for Spring Integration's 'file' namespace.
FileNamespaceHandler() - Constructor for class org.springframework.integration.file.config.FileNamespaceHandler
 
FileOutboundChannelAdapterParser - Class in org.springframework.integration.file.config
Parser for the <outbound-channel-adapter/> element of the 'file' namespace.
FileOutboundChannelAdapterParser() - Constructor for class org.springframework.integration.file.config.FileOutboundChannelAdapterParser
 
FileOutboundGatewayParser - Class in org.springframework.integration.file.config
Parser for the 'outbound-gateway' element of the file namespace.
FileOutboundGatewayParser() - Constructor for class org.springframework.integration.file.config.FileOutboundGatewayParser
 
FileReadingMessageSource - Class in org.springframework.integration.file
MessageSource that creates messages from a file system directory.
FileReadingMessageSource() - Constructor for class org.springframework.integration.file.FileReadingMessageSource
Creates a FileReadingMessageSource with a naturally ordered queue of unbounded capacity.
FileReadingMessageSource(int) - Constructor for class org.springframework.integration.file.FileReadingMessageSource
Creates a FileReadingMessageSource with a bounded queue of the given capacity.
FileReadingMessageSource(Comparator<File>) - Constructor for class org.springframework.integration.file.FileReadingMessageSource
Creates a FileReadingMessageSource with a PriorityBlockingQueue ordered with the passed in Comparator

The size of the queue used should be large enough to hold all the files in the input directory in order to sort all of them, so restricting the size of the queue is mutually exclusive with ordering.

FileReadingMessageSourceFactoryBean - Class in org.springframework.integration.file.config
 
FileReadingMessageSourceFactoryBean() - Constructor for class org.springframework.integration.file.config.FileReadingMessageSourceFactoryBean
 
FileToByteArrayTransformer - Class in org.springframework.integration.file.transformer
A payload transformer that copies a File's contents to a byte array.
FileToByteArrayTransformer() - Constructor for class org.springframework.integration.file.transformer.FileToByteArrayTransformer
 
FileToByteArrayTransformerParser - Class in org.springframework.integration.file.config
Parser for the <file-to-bytes-transformer> element.
FileToByteArrayTransformerParser() - Constructor for class org.springframework.integration.file.config.FileToByteArrayTransformerParser
 
FileToStringTransformer - Class in org.springframework.integration.file.transformer
A payload transformer that copies a File's contents to a String.
FileToStringTransformer() - Constructor for class org.springframework.integration.file.transformer.FileToStringTransformer
 
FileToStringTransformerParser - Class in org.springframework.integration.file.config
Parser for the <file-to-string-transformer> element.
FileToStringTransformerParser() - Constructor for class org.springframework.integration.file.config.FileToStringTransformerParser
 
FileWritingMessageHandler - Class in org.springframework.integration.file
A MessageHandler implementation that writes the Message payload to a file.
FileWritingMessageHandler(File) - Constructor for class org.springframework.integration.file.FileWritingMessageHandler
 
FileWritingMessageHandlerFactoryBean - Class in org.springframework.integration.file.config
 
FileWritingMessageHandlerFactoryBean() - Constructor for class org.springframework.integration.file.config.FileWritingMessageHandlerFactoryBean
 
Filter - Annotation Type in org.springframework.integration.annotation
Indicates that a method is capable of playing the role of a Message Filter.
FilterAnnotationPostProcessor - Class in org.springframework.integration.config.annotation
Post-processor for Methods annotated with @Filter.
FilterAnnotationPostProcessor(ListableBeanFactory) - Constructor for class org.springframework.integration.config.annotation.FilterAnnotationPostProcessor
 
FilterFactoryBean - Class in org.springframework.integration.config
Factory bean for creating a Message Filter.
FilterFactoryBean() - Constructor for class org.springframework.integration.config.FilterFactoryBean
 
filterFiles(File[]) - Method in class org.springframework.integration.file.AbstractFileListFilter
Filters out files and returns the files that are left in a list, or an empty list when a null is passed in.
filterFiles(File[]) - Method in class org.springframework.integration.file.CompositeFileListFilter
Filters out files and returns the files that are left in a list, or an empty list when a null is passed in.
filterFiles(File[]) - Method in interface org.springframework.integration.file.FileListFilter
Filters out files and returns the files that are left in a list, or an empty list when a null is passed in.
FilterParser - Class in org.springframework.integration.config.xml
Parser for the <filter/> element.
FilterParser() - Constructor for class org.springframework.integration.config.xml.FilterParser
 
findClosestMatch(Class<?>, Set<Class<?>>, boolean) - Static method in class org.springframework.integration.util.ClassUtils
 
FORMAT_CRLF - Static variable in interface org.springframework.integration.ip.tcp.MessageFormats
Message has format '<message>\r\n'.
FORMAT_CUSTOM - Static variable in interface org.springframework.integration.ip.tcp.MessageFormats
Message has custom format.
FORMAT_IMPLICIT - Static variable in interface org.springframework.integration.ip.tcp.MessageFormats
Not a real format; any formats less than this must use a byte[] payload (or a String for outbound).
FORMAT_JAVA_SERIALIZED - Static variable in interface org.springframework.integration.ip.tcp.MessageFormats
Message contains a Serializable object
FORMAT_LENGTH_HEADER - Static variable in interface org.springframework.integration.ip.tcp.MessageFormats
Message has format '<length><message>'.
FORMAT_STX_ETX - Static variable in interface org.springframework.integration.ip.tcp.MessageFormats
Message has format 'STX<message>ETX'.
forwardRosterEventMessage(Presence) - Method in class org.springframework.integration.xmpp.presence.XmppRosterEventMessageDrivenEndpoint
Called whenever an event happesn related to the Roster
FROM - Static variable in class org.springframework.integration.mail.MailHeaders
 
fromHeaders(MessageHeaders, HttpHeaders) - Method in class org.springframework.integration.http.DefaultHttpHeaderMapper
 
fromHeaders(MessageHeaders, Message) - Method in class org.springframework.integration.jms.DefaultJmsHeaderMapper
 
fromHeaders(MessageHeaders, T) - Method in interface org.springframework.integration.mapping.HeaderMapper
 
fromMessage(Message<T>) - Static method in class org.springframework.integration.core.MessageBuilder
Create a builder for a new Message instance pre-populated with all of the headers copied from the provided message.
fromMessage(Message<?>) - Method in class org.springframework.integration.gateway.AbstractMessagingGateway
 
fromMessage(Message<?>) - Method in class org.springframework.integration.gateway.SimpleMessageMapper
Returns the Message payload (or null if the Message is null).
fromMessage(Message<?>) - Method in class org.springframework.integration.gateway.SimpleMessagingGateway
 
fromMessage(Message<?>) - Method in class org.springframework.integration.http.DefaultOutboundRequestMapper
 
fromMessage(Message<?>) - Method in class org.springframework.integration.http.DefaultParameterExtractor
 
fromMessage(Message<?>) - Method in interface org.springframework.integration.http.ParameterExtractor
 
fromMessage(Message<?>) - Method in class org.springframework.integration.ip.tcp.connection.TcpMessageMapper
 
fromMessage(Message<?>) - Method in class org.springframework.integration.ip.tcp.SimpleTcpNetInboundGateway
 
fromMessage(Message<?>) - Method in class org.springframework.integration.ip.tcp.SocketMessageMapper
 
fromMessage(Message<?>) - Method in class org.springframework.integration.ip.udp.DatagramPacketMessageMapper
Raw byte[] from message, possibly with a length field up front.
fromMessage(Message) - Method in class org.springframework.integration.jms.DefaultMessageConverter
Converts from a JMS Message to an integration Message payload.
fromMessage(Message<?>) - Method in class org.springframework.integration.json.OutboundJsonMessageMapper
 
fromMessage(Message<?>) - Method in interface org.springframework.integration.mapping.OutboundMessageMapper
 
fromMessage(Message<?>) - Method in class org.springframework.integration.xmpp.presence.XmppPresenceMessageMapper
Builds a Presence object from the inbound Message headers, if possible.

G

Gateway - Annotation Type in org.springframework.integration.annotation
Indicates that a method is capable of mapping its parameters to a message or message payload.
GatewayMethodDefinition - Class in org.springframework.integration.gateway
Represents the definition of Gateway methods, when using multiple methods per Gateway interface.
GatewayMethodDefinition() - Constructor for class org.springframework.integration.gateway.GatewayMethodDefinition
 
GatewayParser - Class in org.springframework.integration.config.xml
Parser for the <gateway/> element.
GatewayParser() - Constructor for class org.springframework.integration.config.xml.GatewayParser
 
GatewayProxyFactoryBean - Class in org.springframework.integration.gateway
Generates a proxy for the provided service interface to enable interaction with messaging components without application code being aware of them allowing for POJO-style interaction.
GatewayProxyFactoryBean() - Constructor for class org.springframework.integration.gateway.GatewayProxyFactoryBean
Create a Factory whose service interface type can be configured by setter injection.
GatewayProxyFactoryBean(Class<?>) - Constructor for class org.springframework.integration.gateway.GatewayProxyFactoryBean
 
generateFileName(Message<?>) - Method in class org.springframework.integration.file.DefaultFileNameGenerator
 
generateFileName(Message<?>) - Method in interface org.springframework.integration.file.FileNameGenerator
 
generateObjectName(String, Class<?>) - Method in class org.springframework.integration.control.ControlBus
 
GenericMessage<T> - Class in org.springframework.integration.core
Base Message class defining common properties such as id, payload, and headers.
GenericMessage(T) - Constructor for class org.springframework.integration.core.GenericMessage
Create a new message with the given payload.
GenericMessage(T, Map<String, Object>) - Constructor for class org.springframework.integration.core.GenericMessage
Create a new message with the given payload.
get(Object, Class<T>) - Method in class org.springframework.integration.MessageHeaders
 
get(Object) - Method in class org.springframework.integration.MessageHeaders
 
getAddress() - Method in class org.springframework.integration.ip.tcp.NetSocketReader
 
getAddress() - Method in class org.springframework.integration.ip.tcp.NioSocketReader
 
getAddress() - Method in interface org.springframework.integration.ip.tcp.SocketReader
Returns the InetAddress of the underlying socket.
getAdvice() - Method in class org.springframework.integration.aop.PublisherAnnotationAdvisor
 
getAdviceChain() - Method in class org.springframework.integration.scheduling.PollerMetadata
 
getAggregatedExceptions() - Method in exception org.springframework.integration.dispatcher.AggregateMessageDeliveryException
 
getAllConfigAttributes() - Method in class org.springframework.integration.security.channel.ChannelInvocationDefinitionSource
 
getArgumentMapVariableName(Method) - Method in class org.springframework.integration.aop.AbstractExpressionSource
 
getArgumentMapVariableName(Method) - Method in class org.springframework.integration.aop.MethodAnnotationExpressionSource
 
getArgumentVariableNames(Method) - Method in class org.springframework.integration.aop.AbstractExpressionSource
 
getArgumentVariableNames(Method) - Method in class org.springframework.integration.aop.MethodAnnotationExpressionSource
 
getArgumentVariableNames(Method) - Method in class org.springframework.integration.aop.MethodNameMappingExpressionSource
 
getArgumentVariableNames(Method) - Method in class org.springframework.integration.aop.SimpleExpressionSource
 
getAssembledData() - Method in class org.springframework.integration.ip.tcp.AbstractSocketReader
 
getAssembledData() - Method in interface org.springframework.integration.ip.tcp.SocketReader
Retrieves the assembled tcp data or null if the data is not yet assembled.
getAttributes(Object) - Method in class org.springframework.integration.security.channel.ChannelInvocationDefinitionSource
 
getBeanClass(Element) - Method in class org.springframework.integration.ip.config.IpInboundGatewayParser
 
getBeanClass(Element) - Method in class org.springframework.integration.xml.config.XPathExpressionParser
 
getBeanClassName(Element) - Method in class org.springframework.integration.config.xml.ApplicationEventMulticasterParser
 
getBeanClassName(Element) - Method in class org.springframework.integration.config.xml.GatewayParser
 
getBeanClassName(Element) - Method in class org.springframework.integration.config.xml.MessageHistoryParser
 
getBeanClassName(Element) - Method in class org.springframework.integration.config.xml.ScheduledProducerParser
 
getBeanClassName(Element) - Method in class org.springframework.integration.config.xml.SelectorChainParser
 
getBeanClassName(Element) - Method in class org.springframework.integration.config.xml.SelectorParser
 
getBeanClassName(Element) - Method in class org.springframework.integration.groovy.config.GroovyScriptParser
 
getBeanClassName(Element) - Method in class org.springframework.integration.http.config.HttpInboundEndpointParser
 
getBeanClassName(Element) - Method in class org.springframework.integration.httpinvoker.config.HttpInvokerInboundGatewayParser
Deprecated.  
getBeanClassName(Element) - Method in class org.springframework.integration.jms.config.JmsChannelParser
 
getBeanClassName(Element) - Method in class org.springframework.integration.jms.config.JmsMessageDrivenEndpointParser
 
getBeanClassName(Element) - Method in class org.springframework.integration.jmx.config.ControlBusParser
 
getBeanClassName(Element) - Method in class org.springframework.integration.jmx.config.NotificationListeningChannelAdapterParser
 
getBeanClassName(Element) - Method in class org.springframework.integration.mail.config.ImapIdleChannelAdapterParser
 
getBeanClassName(Element) - Method in class org.springframework.integration.rmi.config.RmiInboundGatewayParser
 
getBeanClassName(Element) - Method in class org.springframework.integration.security.config.SecuredChannelsParser
 
getBeanClassName(Element) - Method in class org.springframework.integration.ws.config.WebServiceInboundGatewayParser
 
getBeanFactory() - Method in class org.springframework.integration.context.IntegrationObjectSupport
 
getBuffer() - Method in class org.springframework.integration.ip.tcp.NioSocketWriter
 
getBytes() - Method in class org.springframework.integration.http.UploadedMultipartFile
 
getChannel() - Method in class org.springframework.integration.router.RecipientListRouter.Recipient
 
getChannel() - Method in class org.springframework.integration.security.channel.ChannelInvocation
 
getChannelIndicatorList(Message<?>) - Method in class org.springframework.integration.router.AbstractChannelNameResolvingMessageRouter
Subclasses must implement this method to return the channel indicators.
getChannelIndicatorList(Message<?>) - Method in class org.springframework.integration.router.AbstractSingleChannelNameRouter
 
getChannelIndicatorList(Message<?>) - Method in class org.springframework.integration.router.HeaderValueRouter
 
getChannelIndicatorList(Message<?>) - Method in class org.springframework.integration.xml.router.XPathMultiChannelRouter
 
getChannelIndicatorList(Message<?>) - Method in class org.springframework.integration.xml.router.XPathSingleChannelRouter
Evaluates the payload using XPathExpression.evaluateAsString(Node)
getChannelInterceptor() - Method in class org.springframework.integration.channel.interceptor.GlobalChannelInterceptorWrapper
 
getChannelName(Method) - Method in class org.springframework.integration.aop.AbstractExpressionSource
 
getChannelName(Method) - Method in class org.springframework.integration.aop.MethodAnnotationExpressionSource
 
getChannelName(Method) - Method in class org.springframework.integration.aop.MethodNameMappingExpressionSource
 
getChannelName(Method) - Method in class org.springframework.integration.aop.SimpleExpressionSource
 
getChannelResolver() - Method in class org.springframework.integration.context.IntegrationObjectSupport
 
getComponentName() - Method in class org.springframework.integration.context.IntegrationObjectSupport
Will return the name of this component identified by IntegrationObjectSupport.componentName field.
getComponentName() - Method in interface org.springframework.integration.history.NamedComponent
 
getComponentType() - Method in class org.springframework.integration.aggregator.CorrelatingMessageHandler
 
getComponentType() - Method in class org.springframework.integration.channel.AbstractMessageChannel
 
getComponentType() - Method in class org.springframework.integration.channel.PublishSubscribeChannel
 
getComponentType() - Method in class org.springframework.integration.context.IntegrationObjectSupport
Subclasses may implement this method to provide component type information.
getComponentType() - Method in class org.springframework.integration.filter.MessageFilter
 
getComponentType() - Method in class org.springframework.integration.gateway.AbstractMessagingGateway
 
getComponentType() - Method in class org.springframework.integration.handler.AbstractMessageHandler
 
getComponentType() - Method in class org.springframework.integration.handler.BridgeHandler
 
getComponentType() - Method in class org.springframework.integration.handler.DelayHandler
 
getComponentType() - Method in class org.springframework.integration.handler.LoggingHandler
 
getComponentType() - Method in class org.springframework.integration.handler.MessageHandlerChain
 
getComponentType() - Method in class org.springframework.integration.handler.ServiceActivatingHandler
 
getComponentType() - Method in interface org.springframework.integration.history.NamedComponent
 
getComponentType() - Method in class org.springframework.integration.jms.ChannelPublishingJmsMessageListener
 
getComponentType() - Method in class org.springframework.integration.jms.JmsDestinationPollingSource
 
getComponentType() - Method in class org.springframework.integration.jms.JmsOutboundGateway
 
getComponentType() - Method in class org.springframework.integration.jms.JmsSendingMessageHandler
 
getComponentType() - Method in class org.springframework.integration.jmx.NotificationListeningMessageProducer
 
getComponentType() - Method in class org.springframework.integration.router.AbstractMessageRouter
 
getComponentType() - Method in class org.springframework.integration.router.RecipientListRouter
 
getComponentType() - Method in class org.springframework.integration.splitter.AbstractMessageSplitter
 
getComponentType() - Method in class org.springframework.integration.transformer.MessageTransformingHandler
 
getConfigAttributeDefinitionForReceive() - Method in class org.springframework.integration.security.channel.ChannelAccessPolicy
 
getConfigAttributeDefinitionForSend() - Method in class org.springframework.integration.security.channel.ChannelAccessPolicy
 
getConnection() - Method in class org.springframework.integration.ip.tcp.connection.AbstractServerConnectionFactory
Not supported because the factory manages multiple connections and this method cannot discriminate.
getConnection() - Method in interface org.springframework.integration.ip.tcp.connection.ConnectionFactory
 
getConnection() - Method in class org.springframework.integration.ip.tcp.connection.TcpNetClientConnectionFactory
Obtains a connection - if AbstractConnectionFactory.setSingleUse(boolean) was called with true, a new connection is returned; otherwise a single connection is reused for all requests while the connection remains open.
getConnection() - Method in class org.springframework.integration.ip.tcp.connection.TcpNioClientConnectionFactory
Obtains a connection - if AbstractConnectionFactory.setSingleUse(boolean) was called with true, a new connection is returned; otherwise a single connection is reused for all requests while the connection remains open.
getConnection() - Method in class org.springframework.integration.ip.tcp.TcpSendingMessageHandler
 
getConnectionId() - Method in interface org.springframework.integration.ip.tcp.connection.TcpConnection
 
getConnectionId() - Method in class org.springframework.integration.ip.tcp.connection.TcpNetConnection
 
getConnectionId() - Method in class org.springframework.integration.ip.tcp.connection.TcpNioConnection
 
getContentType() - Method in class org.springframework.integration.http.UploadedMultipartFile
 
getConversionService(BeanFactory) - Static method in class org.springframework.integration.context.IntegrationContextUtils
 
getConversionService() - Method in class org.springframework.integration.context.IntegrationObjectSupport
 
getConverter() - Method in class org.springframework.integration.xml.router.AbstractXPathRouter
 
getConverter() - Method in class org.springframework.integration.xml.selector.AbstractXPathMessageSelector
 
getCorrelationId() - Method in class org.springframework.integration.MessageHeaders
 
getCorrelationKey(Message<?>) - Method in interface org.springframework.integration.aggregator.CorrelationStrategy
 
getCorrelationKey(Message<?>) - Method in class org.springframework.integration.aggregator.CorrelationStrategyAdapter
 
getCorrelationKey(Message<?>) - Method in class org.springframework.integration.aggregator.HeaderAttributeCorrelationStrategy
 
getDefaultPollerMetadata(BeanFactory) - Static method in class org.springframework.integration.context.IntegrationContextUtils
 
getDispatcher() - Method in class org.springframework.integration.channel.AbstractSubscribableChannel
 
getDispatcher() - Method in class org.springframework.integration.channel.DirectChannel
 
getDispatcher() - Method in class org.springframework.integration.channel.ExecutorChannel
 
getDispatcher() - Method in class org.springframework.integration.channel.PublishSubscribeChannel
 
getDocumentBuilder() - Method in class org.springframework.integration.xml.DefaultXmlPayloadConverter
 
getDocumentBuilder() - Method in class org.springframework.integration.xml.transformer.ResultToDocumentTransformer
 
getErrorChannel(BeanFactory) - Static method in class org.springframework.integration.context.IntegrationContextUtils
 
getErrorChannel() - Method in class org.springframework.integration.MessageHeaders
 
getEvaluationContext() - Method in class org.springframework.integration.handler.AbstractMessageProcessor
 
getExceptionMapper() - Method in class org.springframework.integration.gateway.GatewayProxyFactoryBean
 
getExceptionVariableName(Method) - Method in class org.springframework.integration.aop.AbstractExpressionSource
 
getExceptionVariableName(Method) - Method in class org.springframework.integration.aop.MethodAnnotationExpressionSource
 
getExpirationDate() - Method in class org.springframework.integration.MessageHeaders
 
getFailedMessage() - Method in exception org.springframework.integration.MessagingException
 
getFile(String) - Method in class org.springframework.integration.http.MultipartHttpInputMessage
 
getFileMap() - Method in class org.springframework.integration.http.MultipartHttpInputMessage
 
getFileNames() - Method in class org.springframework.integration.http.MultipartHttpInputMessage
 
getFiles(String) - Method in class org.springframework.integration.http.MultipartHttpInputMessage
 
getFolder() - Method in class org.springframework.integration.mail.AbstractMailReceiver
 
getGatewayClassName(Element) - Method in class org.springframework.integration.config.xml.AbstractOutboundGatewayParser
 
getGatewayClassName(Element) - Method in class org.springframework.integration.httpinvoker.config.HttpInvokerOutboundGatewayParser
Deprecated.  
getGatewayClassName(Element) - Method in class org.springframework.integration.rmi.config.RmiOutboundGatewayParser
 
getGatewayClassName(Element) - Method in class org.springframework.integration.ws.config.WebServiceOutboundGatewayParser
 
getGroupId() - Method in interface org.springframework.integration.store.MessageGroup
 
getGroupId() - Method in class org.springframework.integration.store.SimpleMessageGroup
 
getHandlerIterator(Message<?>, List<MessageHandler>) - Method in interface org.springframework.integration.dispatcher.LoadBalancingStrategy
 
getHandlerIterator(Message<?>, List<MessageHandler>) - Method in class org.springframework.integration.dispatcher.RoundRobinLoadBalancingStrategy
Returns an iterator that starts at a new point in the list every time the first part of the list that is skipped will be used at the end of the iteration, so it guarantees all handlers are returned once on subsequent next() invocations.
getHandlers() - Method in class org.springframework.integration.dispatcher.AbstractDispatcher
Returns a copied, unmodifiable List of this dispatcher's handlers.
getHeaderExpressions(Method) - Method in class org.springframework.integration.aop.AbstractExpressionSource
 
getHeaderExpressions(Method) - Method in class org.springframework.integration.aop.MethodAnnotationExpressionSource
 
getHeaderExpressions(Method) - Method in class org.springframework.integration.aop.MethodNameMappingExpressionSource
 
getHeaderExpressions(Method) - Method in class org.springframework.integration.aop.SimpleExpressionSource
 
getHeaders() - Method in class org.springframework.integration.core.GenericMessage
 
getHeaders() - Method in interface org.springframework.integration.Message
 
getHistory() - Method in class org.springframework.integration.MessageHeaders
 
getHost() - Method in class org.springframework.integration.ip.tcp.connection.AbstractConnectionFactory
 
getHost() - Method in class org.springframework.integration.xmpp.XmppConnectionFactory
 
getHostAddress() - Method in interface org.springframework.integration.ip.tcp.connection.TcpConnection
 
getHostAddress() - Method in class org.springframework.integration.ip.tcp.connection.TcpNetConnection
 
getHostAddress() - Method in class org.springframework.integration.ip.tcp.connection.TcpNioConnection
 
getHostName() - Method in interface org.springframework.integration.ip.tcp.connection.TcpConnection
 
getHostName() - Method in class org.springframework.integration.ip.tcp.connection.TcpNetConnection
 
getHostName() - Method in class org.springframework.integration.ip.tcp.connection.TcpNioConnection
 
getId() - Method in class org.springframework.integration.MessageHeaders
 
getInputChannelAttributeName() - Method in class org.springframework.integration.config.xml.AbstractConsumerEndpointParser
 
getInputChannelAttributeName() - Method in class org.springframework.integration.config.xml.AbstractOutboundGatewayParser
 
getInputChannelAttributeName() - Method in class org.springframework.integration.file.config.FileOutboundGatewayParser
 
getInputChannelAttributeName() - Method in class org.springframework.integration.http.config.HttpOutboundGatewayParser
 
getInputChannelAttributeName() - Method in class org.springframework.integration.ip.config.IpOutboundGatewayParser
 
getInputChannelAttributeName() - Method in class org.springframework.integration.jms.config.JmsOutboundGatewayParser
 
getInputChannelAttributeName() - Method in class org.springframework.integration.jmx.config.OperationInvokingOutboundGatewayParser
 
getInputStream() - Method in class org.springframework.integration.http.UploadedMultipartFile
 
getInterceptors() - Method in class org.springframework.integration.channel.AbstractMessageChannel
Exposes the interceptor list for subclasses.
getJmsTemplate() - Method in class org.springframework.integration.jms.AbstractJmsTemplateBasedAdapter
 
getLastRead() - Method in class org.springframework.integration.ip.tcp.connection.TcpNioConnection
 
getListener() - Method in class org.springframework.integration.ip.tcp.connection.AbstractTcpConnection
 
getLocalAddress() - Method in class org.springframework.integration.ip.AbstractInternetProtocolReceivingChannelAdapter
 
getLocalAddress() - Method in class org.springframework.integration.ip.tcp.connection.AbstractServerConnectionFactory
 
getMapper() - Method in class org.springframework.integration.ip.tcp.connection.AbstractTcpConnection
 
getMarked() - Method in interface org.springframework.integration.store.MessageGroup
 
getMarked() - Method in class org.springframework.integration.store.SimpleMessageGroup
 
getMaxMessageSize() - Method in class org.springframework.integration.ip.tcp.converter.AbstractByteArrayStreamingConverter
The maximum supported message size for this converter.
getMaxMessagesPerPoll() - Method in class org.springframework.integration.scheduling.PollerMetadata
 
getMessage() - Method in exception org.springframework.integration.dispatcher.AggregateMessageDeliveryException
 
getMessage() - Method in class org.springframework.integration.event.MessagingEvent
 
getMessage(UUID) - Method in class org.springframework.integration.jdbc.JdbcMessageStore
 
getMessage() - Method in class org.springframework.integration.security.channel.ChannelInvocation
 
getMessage(UUID) - Method in interface org.springframework.integration.store.MessageStore
Return the Message with the given id, or null if no Message with that id exists in the MessageStore.
getMessage(UUID) - Method in class org.springframework.integration.store.SimpleMessageStore
 
getMessageGroup(Object) - Method in class org.springframework.integration.jdbc.JdbcMessageStore
 
getMessageGroup(Object) - Method in interface org.springframework.integration.store.MessageGroupStore
Return all Messages currently in the MessageStore that were stored using MessageGroupStore.addMessageToGroup(Object, Message) with this group id.
getMessageGroup(Object) - Method in class org.springframework.integration.store.SimpleMessageStore
 
getMethod() - Method in class org.springframework.integration.aggregator.MessageListMethodAdapter
 
getMethodInvocation() - Method in class org.springframework.integration.security.channel.ChannelInvocation
 
getMethodNameVariableName(Method) - Method in class org.springframework.integration.aop.AbstractExpressionSource
 
getMethodNameVariableName(Method) - Method in class org.springframework.integration.aop.MethodAnnotationExpressionSource
 
getMethodToChannelMap() - Method in class org.springframework.integration.gateway.GatewayProxyFactoryBean
 
getMultiFileMap() - Method in class org.springframework.integration.http.MultipartHttpInputMessage
 
getName() - Method in class org.springframework.integration.history.MessageHistoryEvent
 
getName() - Method in class org.springframework.integration.http.UploadedMultipartFile
 
getName() - Method in class org.springframework.integration.jms.JmsDestinationBackedMessageChannel
 
getNewDocumentBuilder() - Method in class org.springframework.integration.xml.result.DomResultFactory
 
getNewDocumentBuilder() - Method in class org.springframework.integration.xml.source.DomSourceFactory
 
getNewDocumentBuilder() - Method in class org.springframework.integration.xml.splitter.XPathMessageSplitter
 
getNewDocumentBuilder() - Method in class org.springframework.integration.xml.transformer.ResultToStringTransformer
 
getNewTransformer() - Method in class org.springframework.integration.xml.transformer.ResultToStringTransformer
 
getObject() - Method in class org.springframework.integration.config.ConsumerEndpointFactoryBean
 
getObject() - Method in class org.springframework.integration.config.SourcePollingChannelAdapterFactoryBean
 
getObject() - Method in class org.springframework.integration.file.config.FileListFilterFactoryBean
 
getObject() - Method in class org.springframework.integration.file.config.FileReadingMessageSourceFactoryBean
 
getObject() - Method in class org.springframework.integration.file.config.FileWritingMessageHandlerFactoryBean
 
getObject() - Method in class org.springframework.integration.gateway.GatewayProxyFactoryBean
 
getObject() - Method in class org.springframework.integration.mail.config.MailReceiverFactoryBean
 
getObjectType() - Method in class org.springframework.integration.config.ConsumerEndpointFactoryBean
 
getObjectType() - Method in class org.springframework.integration.config.SourcePollingChannelAdapterFactoryBean
 
getObjectType() - Method in class org.springframework.integration.file.config.FileListFilterFactoryBean
 
getObjectType() - Method in class org.springframework.integration.file.config.FileReadingMessageSourceFactoryBean
 
getObjectType() - Method in class org.springframework.integration.file.config.FileWritingMessageHandlerFactoryBean
 
getObjectType() - Method in class org.springframework.integration.gateway.GatewayProxyFactoryBean
 
getObjectType() - Method in class org.springframework.integration.mail.config.MailReceiverFactoryBean
 
getObjectType() - Method in class org.springframework.integration.xmpp.XmppConnectionFactory
 
getOne() - Method in interface org.springframework.integration.store.MessageGroup
 
getOne() - Method in class org.springframework.integration.store.SimpleMessageGroup
 
getOperationChannel() - Method in class org.springframework.integration.control.ControlBus
Returns the channel to which operation-invoking Messages may be sent.
getOrder() - Method in class org.springframework.integration.aop.PublisherAnnotationBeanPostProcessor
 
getOrder() - Method in class org.springframework.integration.channel.interceptor.GlobalChannelInterceptorWrapper
 
getOrder() - Method in class org.springframework.integration.handler.AbstractMessageHandler
 
getOrder() - Method in class org.springframework.integration.handler.DelayHandler
 
getOrder() - Method in class org.springframework.integration.handler.MessageHandlerChain
 
getOrder() - Method in class org.springframework.integration.handler.MethodInvokingMessageHandler
 
getOrder() - Method in class org.springframework.integration.jms.JmsSendingMessageHandler
 
getOriginalFilename() - Method in class org.springframework.integration.http.UploadedMultipartFile
 
getOutputChannel() - Method in class org.springframework.integration.handler.AbstractReplyProducingMessageHandler
 
getParameterMap() - Method in class org.springframework.integration.http.MultipartHttpInputMessage
 
getPassword() - Method in class org.springframework.integration.xmpp.XmppConnectionFactory
 
getPatterns() - Method in class org.springframework.integration.channel.interceptor.GlobalChannelInterceptorWrapper
 
getPatterns() - Method in class org.springframework.integration.security.channel.ChannelInvocationDefinitionSource
 
getPayload() - Method in class org.springframework.integration.core.GenericMessage
 
getPayload() - Method in interface org.springframework.integration.ip.tcp.connection.TcpConnection
Uses the input converter to obtain the message payload from the connection's input stream.
getPayload() - Method in class org.springframework.integration.ip.tcp.connection.TcpNetConnection
 
getPayload() - Method in class org.springframework.integration.ip.tcp.connection.TcpNioConnection
 
getPayload() - Method in interface org.springframework.integration.Message
 
getPayloadExpression(Method) - Method in class org.springframework.integration.aop.AbstractExpressionSource
 
getPayloadExpression(Method) - Method in class org.springframework.integration.aop.MethodAnnotationExpressionSource
 
getPayloadExpression(Method) - Method in class org.springframework.integration.aop.MethodNameMappingExpressionSource
 
getPayloadExpression(Method) - Method in class org.springframework.integration.aop.SimpleExpressionSource
 
getPayloadExpression() - Method in class org.springframework.integration.gateway.GatewayMethodDefinition
 
getPhase() - Method in class org.springframework.integration.config.ConsumerEndpointFactoryBean
 
getPhase() - Method in class org.springframework.integration.config.SourcePollingChannelAdapterFactoryBean
 
getPhase() - Method in class org.springframework.integration.endpoint.AbstractEndpoint
 
getPointcut() - Method in class org.springframework.integration.aop.PublisherAnnotationAdvisor
 
getPort() - Method in class org.springframework.integration.ip.AbstractInternetProtocolReceivingChannelAdapter
 
getPort() - Method in class org.springframework.integration.ip.AbstractInternetProtocolSendingMessageHandler
 
getPort() - Method in class org.springframework.integration.ip.tcp.connection.AbstractConnectionFactory
 
getPort() - Method in interface org.springframework.integration.ip.tcp.connection.TcpConnection
 
getPort() - Method in class org.springframework.integration.ip.tcp.connection.TcpNetConnection
 
getPort() - Method in class org.springframework.integration.ip.tcp.connection.TcpNioConnection
 
getPort() - Method in class org.springframework.integration.ip.tcp.SimpleTcpNetInboundGateway
 
getPort() - Method in class org.springframework.integration.ip.tcp.SimpleTcpNetOutboundGateway
 
getPort() - Method in class org.springframework.integration.xmpp.XmppConnectionFactory
 
getPriority() - Method in class org.springframework.integration.MessageHeaders
 
getPropertyValue(Object, String) - Static method in class org.springframework.integration.test.util.TestUtils
 
getPropertyValue(Object, String, Class<T>) - Static method in class org.springframework.integration.test.util.TestUtils
 
getQuery(String) - Method in class org.springframework.integration.jdbc.JdbcMessageStore
Replace patterns in the input to produce a valid SQL query.
getQueueSize() - Method in class org.springframework.integration.channel.QueueChannel
 
getReceiveTimeout() - Method in class org.springframework.integration.scheduling.PollerMetadata
 
getRemainingCapacity() - Method in class org.springframework.integration.channel.QueueChannel
 
getReplyChannel() - Method in class org.springframework.integration.MessageHeaders
 
getReplyChannelName() - Method in class org.springframework.integration.gateway.GatewayMethodDefinition
 
getReplyTimeout() - Method in class org.springframework.integration.gateway.GatewayMethodDefinition
 
getRequestChannelName() - Method in class org.springframework.integration.gateway.GatewayMethodDefinition
 
getRequestTimeout() - Method in class org.springframework.integration.gateway.GatewayMethodDefinition
 
getRequiredTaskScheduler(BeanFactory) - Static method in class org.springframework.integration.context.IntegrationContextUtils
 
getResource() - Method in class org.springframework.integration.xmpp.XmppConnectionFactory
 
getReturnValueVariableName(Method) - Method in class org.springframework.integration.aop.AbstractExpressionSource
 
getReturnValueVariableName(Method) - Method in class org.springframework.integration.aop.MethodAnnotationExpressionSource
 
getSaslMechanismSupported() - Method in class org.springframework.integration.xmpp.XmppConnectionFactory
 
getSaslMechanismSupportedIndex() - Method in class org.springframework.integration.xmpp.XmppConnectionFactory
 
getSecureObjectClass() - Method in class org.springframework.integration.security.channel.ChannelSecurityInterceptor
 
getSendErrorCount() - Method in class org.springframework.integration.channel.AbstractMessageChannel
Return the current count of errors that have occurred while attempting to send a Message to this channel.
getSendSuccessCount() - Method in class org.springframework.integration.channel.AbstractMessageChannel
Return the current count of Messages that have been sent to this channel successfully.
getSequenceNumber() - Method in class org.springframework.integration.MessageHeaders
 
getSequenceSize() - Method in class org.springframework.integration.MessageHeaders
 
getSequenceSize() - Method in interface org.springframework.integration.store.MessageGroup
 
getSequenceSize() - Method in class org.springframework.integration.store.SimpleMessageGroup
 
getServiceName() - Method in class org.springframework.integration.xmpp.XmppConnectionFactory
 
getSize() - Method in class org.springframework.integration.http.UploadedMultipartFile
 
getSocket() - Method in class org.springframework.integration.ip.tcp.NetSocketReader
 
getSocket() - Method in class org.springframework.integration.ip.tcp.NioSocketReader
 
getSocket() - Method in interface org.springframework.integration.ip.tcp.SocketReader
 
getSocket() - Method in class org.springframework.integration.ip.tcp.TcpNetSendingMessageHandler
 
getSocket() - Method in class org.springframework.integration.ip.udp.MulticastReceivingChannelAdapter
 
getSocket() - Method in class org.springframework.integration.ip.udp.MulticastSendingMessageHandler
 
getSocket() - Method in class org.springframework.integration.ip.udp.UnicastReceivingChannelAdapter
 
getSocket() - Method in class org.springframework.integration.ip.udp.UnicastSendingMessageHandler
 
getSocketId(Socket) - Static method in class org.springframework.integration.ip.tcp.SocketIoUtils
 
getSoLinger() - Method in class org.springframework.integration.ip.tcp.connection.AbstractConnectionFactory
 
getSoReceiveBufferSize() - Method in class org.springframework.integration.ip.tcp.connection.AbstractConnectionFactory
 
getSoSendBufferSize() - Method in class org.springframework.integration.ip.tcp.connection.AbstractConnectionFactory
 
getSoTimeout() - Method in class org.springframework.integration.ip.tcp.connection.AbstractConnectionFactory
 
getSoTrafficClass() - Method in class org.springframework.integration.ip.tcp.connection.AbstractConnectionFactory
 
getStaticHeaders() - Method in class org.springframework.integration.gateway.GatewayMethodDefinition
 
getStatusCode() - Method in exception org.springframework.integration.http.ResponseStatusCodeException
 
getSupportedMediaTypes() - Method in class org.springframework.integration.http.MultipartAwareFormHttpMessageConverter
 
getTaskExecutor() - Method in class org.springframework.integration.scheduling.PollerMetadata
 
getTaskScheduler(BeanFactory) - Static method in class org.springframework.integration.context.IntegrationContextUtils
 
getTaskScheduler() - Method in class org.springframework.integration.context.IntegrationObjectSupport
 
getTextFromAttributeOrNestedElement(Element, String, ParserContext) - Static method in class org.springframework.integration.config.xml.IntegrationNamespaceUtils
Get a text value from a named attribute if it exists, otherwise check for a nested element of the same name.
getTimestamp() - Method in class org.springframework.integration.history.MessageHistoryEvent
Returns the timestamp generated when this event was created.
getTimestamp() - Method in class org.springframework.integration.MessageHeaders
 
getTimestamp() - Method in interface org.springframework.integration.store.MessageGroup
 
getTimestamp() - Method in class org.springframework.integration.store.SimpleMessageGroup
 
getTransactionDefinition() - Method in class org.springframework.integration.scheduling.PollerMetadata
 
getTransactionManager() - Method in class org.springframework.integration.scheduling.PollerMetadata
 
getTransformer() - Method in class org.springframework.integration.xml.source.StringSourceFactory
 
getTransformerClassName() - Method in class org.springframework.integration.config.xml.AbstractTransformerParser
 
getTransformerClassName() - Method in class org.springframework.integration.config.xml.ClaimCheckInParser
 
getTransformerClassName() - Method in class org.springframework.integration.config.xml.ClaimCheckOutParser
 
getTransformerClassName() - Method in class org.springframework.integration.config.xml.HeaderEnricherParserSupport
 
getTransformerClassName() - Method in class org.springframework.integration.config.xml.HeaderFilterParser
 
getTransformerClassName() - Method in class org.springframework.integration.config.xml.MapToObjectTransformerParser
 
getTransformerClassName() - Method in class org.springframework.integration.config.xml.ObjectToMapTransformerParser
 
getTransformerClassName() - Method in class org.springframework.integration.config.xml.ObjectToStringTransformerParser
 
getTransformerClassName() - Method in class org.springframework.integration.config.xml.PayloadDeserializingTransformerParser
 
getTransformerClassName() - Method in class org.springframework.integration.config.xml.PayloadSerializingTransformerParser
 
getTransformerClassName() - Method in class org.springframework.integration.file.config.FileToByteArrayTransformerParser
 
getTransformerClassName() - Method in class org.springframework.integration.file.config.FileToStringTransformerParser
 
getTransformerClassName() - Method in class org.springframework.integration.mail.config.MailToStringTransformerParser
 
getTransformerClassName() - Method in class org.springframework.integration.xml.config.MarshallingTransformerParser
 
getTransformerClassName() - Method in class org.springframework.integration.xml.config.UnmarshallingTransformerParser
 
getTransformerClassName() - Method in class org.springframework.integration.xml.config.XPathHeaderEnricherParser
 
getTransformerClassName() - Method in class org.springframework.integration.xml.config.XPathTransformerParser
 
getTransformerClassName() - Method in class org.springframework.integration.xml.config.XsltPayloadTransformerParser
 
getTransformOnSend() - Method in class org.springframework.integration.transformer.MessageTransformingChannelInterceptor
 
getTrigger() - Method in class org.springframework.integration.scheduling.PollerMetadata
 
getType() - Method in class org.springframework.integration.history.MessageHistoryEvent
 
getTypeConverter() - Method in class org.springframework.integration.util.DefaultMethodInvoker
 
getUnmarked() - Method in interface org.springframework.integration.store.MessageGroup
 
getUnmarked() - Method in class org.springframework.integration.store.SimpleMessageGroup
 
getUser() - Method in class org.springframework.integration.xmpp.XmppConnectionFactory
 
getUUID(Object) - Static method in class org.springframework.integration.util.UUIDConverter
Convenient utility to convert an object to a UUID.
getWebServiceTemplate() - Method in class org.springframework.integration.ws.AbstractWebServiceOutboundGateway
 
getWriter() - Method in class org.springframework.integration.ip.tcp.AbstractTcpSendingMessageHandler
Returns the socket writer after instantiating it, if necessary.
getWriter() - Method in class org.springframework.integration.ip.tcp.TcpNetSendingMessageHandler
 
getWriter() - Method in class org.springframework.integration.ip.tcp.TcpNioSendingMessageHandler
 
getXPathExpresion() - Method in class org.springframework.integration.xml.selector.AbstractXPathMessageSelector
 
getXPathExpression() - Method in class org.springframework.integration.xml.router.AbstractXPathRouter
 
GlobalChannelInterceptorParser - Class in org.springframework.integration.config.xml
Will parse 'channel-interceptor-chain' element
GlobalChannelInterceptorParser() - Constructor for class org.springframework.integration.config.xml.GlobalChannelInterceptorParser
 
GlobalChannelInterceptorWrapper - Class in org.springframework.integration.channel.interceptor
 
GlobalChannelInterceptorWrapper(ChannelInterceptor) - Constructor for class org.springframework.integration.channel.interceptor.GlobalChannelInterceptorWrapper
 
GroovyNamespaceHandler - Class in org.springframework.integration.groovy.config
 
GroovyNamespaceHandler() - Constructor for class org.springframework.integration.groovy.config.GroovyNamespaceHandler
 
GroovyScriptExecutingMessageProcessor - Class in org.springframework.integration.groovy
 
GroovyScriptExecutingMessageProcessor(ScriptSource) - Constructor for class org.springframework.integration.groovy.GroovyScriptExecutingMessageProcessor
 
GroovyScriptParser - Class in org.springframework.integration.groovy.config
 
GroovyScriptParser() - Constructor for class org.springframework.integration.groovy.config.GroovyScriptParser
 
group - Variable in class org.springframework.integration.ip.udp.MulticastReceivingChannelAdapter
 

H

handleError(Throwable) - Method in class org.springframework.integration.channel.MessagePublishingErrorHandler
 
handleMailMessagingException(MessagingException) - Method in class org.springframework.integration.mail.ImapIdleChannelAdapter
 
handleMessage(Message<?>) - Method in interface org.springframework.integration.core.MessageHandler
Handles the message if possible.
handleMessage(Message<?>) - Method in class org.springframework.integration.handler.AbstractMessageHandler
 
handleMessage(Message<?>) - Method in class org.springframework.integration.handler.DelayHandler
 
handleMessage(Message<?>) - Method in class org.springframework.integration.handler.MessageHandlerChain
 
handleMessage(Message<?>) - Method in class org.springframework.integration.handler.MethodInvokingMessageHandler
 
handleMessage(Message<?>) - Method in class org.springframework.integration.ip.tcp.AbstractTcpSendingMessageHandler
Writes the message payload to the underlying socket, using the specified message format.
handleMessage(Message<?>) - Method in class org.springframework.integration.ip.tcp.TcpSendingMessageHandler
Writes the message payload to the underlying socket, using the specified message format.
handleMessage(Message<?>) - Method in class org.springframework.integration.ip.udp.UnicastSendingMessageHandler
 
handleMessage(Message<?>) - Method in class org.springframework.integration.jdbc.JdbcMessageHandler
Executes the update, passing the message into the SqlParameterSourceFactory.
handleMessage(Message<?>) - Method in class org.springframework.integration.jms.JmsSendingMessageHandler
 
handleMessage(Message<?>) - Method in class org.springframework.integration.mail.MailSendingMessageHandler
 
handleMessage(Message<?>) - Method in class org.springframework.integration.stream.ByteStreamWritingMessageHandler
 
handleMessage(Message<?>) - Method in class org.springframework.integration.stream.CharacterStreamWritingMessageHandler
 
handleMessage(Message<?>) - Method in class org.springframework.integration.xmpp.messages.XmppMessageSendingMessageHandler
 
handleMessage(Message<?>) - Method in class org.springframework.integration.xmpp.presence.XmppRosterEventMessageSendingHandler
 
handleMessageInternal(Message<?>) - Method in class org.springframework.integration.aggregator.CorrelatingMessageBarrier
 
handleMessageInternal(Message<?>) - Method in class org.springframework.integration.aggregator.CorrelatingMessageHandler
 
handleMessageInternal(Message<?>) - Method in class org.springframework.integration.event.ApplicationEventPublishingMessageHandler
 
handleMessageInternal(Message<?>) - Method in class org.springframework.integration.handler.AbstractMessageHandler
 
handleMessageInternal(Message<?>) - Method in class org.springframework.integration.handler.AbstractReplyProducingMessageHandler
handleMessageInternal(Message<?>) - Method in class org.springframework.integration.handler.LoggingHandler
 
handleMessageInternal(Message<?>) - Method in class org.springframework.integration.jmx.NotificationPublishingMessageHandler
 
handleMessageInternal(Message<?>) - Method in class org.springframework.integration.router.AbstractMessageRouter
 
handleNotification(Notification, Object) - Method in class org.springframework.integration.jmx.NotificationListeningMessageProducer
Notification handling method implementation.
handler - Variable in class org.springframework.integration.ip.tcp.SimpleTcpNetOutboundGateway
 
handleRequest(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.integration.http.HttpRequestHandlingController
Handles the HTTP request by generating a Message and sending it to the request channel.
handleRequest(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.integration.http.HttpRequestHandlingMessagingGateway
Handles the HTTP request by generating a Message and sending it to the request channel.
handleRequest(HttpServletRequest, HttpServletResponse) - Method in class org.springframework.integration.httpinvoker.HttpInvokerInboundGateway
Deprecated.  
handleRequestMessage(Message<?>) - Method in class org.springframework.integration.file.FileWritingMessageHandler
 
handleRequestMessage(Message<?>) - Method in class org.springframework.integration.filter.MessageFilter
 
handleRequestMessage(Message<?>) - Method in class org.springframework.integration.gateway.AbstractRemotingOutboundGateway
 
handleRequestMessage(Message<?>) - Method in class org.springframework.integration.handler.AbstractReplyProducingMessageHandler
Subclasses must implement this method to handle the request Message.
handleRequestMessage(Message<?>) - Method in class org.springframework.integration.handler.BridgeHandler
 
handleRequestMessage(Message<?>) - Method in class org.springframework.integration.handler.ServiceActivatingHandler
 
handleRequestMessage(Message<?>) - Method in class org.springframework.integration.http.HttpRequestExecutingMessageHandler
 
handleRequestMessage(Message<?>) - Method in class org.springframework.integration.ip.tcp.SimpleTcpNetOutboundGateway
Synchronized to prevent multiplexing requests over the same socket.
handleRequestMessage(Message<?>) - Method in class org.springframework.integration.jms.JmsOutboundGateway
 
handleRequestMessage(Message<?>) - Method in class org.springframework.integration.jmx.OperationInvokingMessageHandler
 
handleRequestMessage(Message<?>) - Method in class org.springframework.integration.splitter.AbstractMessageSplitter
 
handleRequestMessage(Message<?>) - Method in class org.springframework.integration.transformer.MessageTransformingHandler
 
handleRequestMessage(Message<?>) - Method in class org.springframework.integration.ws.AbstractWebServiceOutboundGateway
 
handleResult(Object, MessageHeaders, MessageChannel) - Method in class org.springframework.integration.filter.MessageFilter
 
handleResult(Object, MessageHeaders, MessageChannel) - Method in class org.springframework.integration.handler.AbstractReplyProducingMessageHandler
 
handleResult(Object, MessageHeaders, MessageChannel) - Method in class org.springframework.integration.splitter.AbstractMessageSplitter
 
handleResult(Object, MessageHeaders, MessageChannel) - Method in class org.springframework.integration.transformer.MessageTransformingHandler
 
handlerExpecting(Matcher<Message>) - Static method in class org.springframework.integration.test.util.TestUtils
 
HandlerMethodResolver - Interface in org.springframework.integration.handler
Strategy interface for resolving a Method that should be responsible for handling a given Message.
handleSocket(Socket) - Method in class org.springframework.integration.ip.tcp.TcpNetReceivingChannelAdapter
Constructs a NetSocketReader and calls its AbstractSocketReader.assembledData method repeatedly; for each assembled message, calls MessageProducerSupport.sendMessage(Message) with the mapped message.
hasAllEntries(Map<T, V>) - Static method in class org.springframework.integration.test.matcher.MapContentMatchers
 
hasAllHeaders(Map<String, ?>) - Static method in class org.springframework.integration.test.matcher.HeaderMatcher
 
hasCorrelationId(T) - Static method in class org.springframework.integration.test.matcher.HeaderMatcher
 
hasEntry(T, V) - Static method in class org.springframework.integration.test.matcher.MapContentMatchers
 
hasEntry(T, Matcher<V>) - Static method in class org.springframework.integration.test.matcher.MapContentMatchers
 
hasExpirationDate(Date) - Static method in class org.springframework.integration.test.matcher.HeaderMatcher
 
hasExpirationDate(Matcher<Long>) - Static method in class org.springframework.integration.test.matcher.HeaderMatcher
 
hashCode() - Method in class org.springframework.integration.core.GenericMessage
 
hashCode() - Method in class org.springframework.integration.history.MessageHistory
 
hashCode() - Method in class org.springframework.integration.ip.tcp.SimpleTcpNetOutboundGateway
 
hashCode() - Method in class org.springframework.integration.MessageHeaders
 
hasHeader(String, T) - Static method in class org.springframework.integration.test.matcher.HeaderMatcher
 
hasHeader(String, Matcher<?>) - Static method in class org.springframework.integration.test.matcher.HeaderMatcher
 
hasHeaderKey(String) - Static method in class org.springframework.integration.test.matcher.HeaderMatcher
 
hasKey(T) - Static method in class org.springframework.integration.test.matcher.MapContentMatchers
 
hasMessageId(T) - Static method in class org.springframework.integration.test.matcher.HeaderMatcher
 
hasPayload(T) - Static method in class org.springframework.integration.test.matcher.PayloadMatcher
 
hasPayload(Matcher<T>) - Static method in class org.springframework.integration.test.matcher.PayloadMatcher
 
hasSequenceNumber(Integer) - Static method in class org.springframework.integration.test.matcher.HeaderMatcher
 
hasSequenceNumber(Matcher<Integer>) - Static method in class org.springframework.integration.test.matcher.HeaderMatcher
 
hasSequenceSize(Integer) - Static method in class org.springframework.integration.test.matcher.HeaderMatcher
 
hasSequenceSize(Matcher<Integer>) - Static method in class org.springframework.integration.test.matcher.HeaderMatcher
 
hasTimestamp(Date) - Static method in class org.springframework.integration.test.matcher.HeaderMatcher
 
hasTimestamp(Matcher<Long>) - Static method in class org.springframework.integration.test.matcher.HeaderMatcher
 
HeadDirectoryScanner - Class in org.springframework.integration.file
A custom scanner that only returns the first maxNumberOfFiles elements from a directory listing.
HeadDirectoryScanner(int) - Constructor for class org.springframework.integration.file.HeadDirectoryScanner
 
Header - Annotation Type in org.springframework.integration.annotation
Annotation indicating that a method parameter's value should be retrieved from the message headers.
HeaderAttributeCorrelationStrategy - Class in org.springframework.integration.aggregator
Default implementation of CorrelationStrategy.
HeaderAttributeCorrelationStrategy(String) - Constructor for class org.springframework.integration.aggregator.HeaderAttributeCorrelationStrategy
 
HeaderEnricher - Class in org.springframework.integration.transformer
A Transformer that adds statically configured header values to a Message.
HeaderEnricher() - Constructor for class org.springframework.integration.transformer.HeaderEnricher
 
HeaderEnricher(Map<String, ? extends HeaderEnricher.HeaderValueMessageProcessor>) - Constructor for class org.springframework.integration.transformer.HeaderEnricher
Create a HeaderEnricher with the given map of headers.
HeaderEnricher.HeaderValueMessageProcessor - Interface in org.springframework.integration.transformer
 
HeaderEnricherParserSupport - Class in org.springframework.integration.config.xml
Base support class for 'header-enricher' parsers.
HeaderEnricherParserSupport() - Constructor for class org.springframework.integration.config.xml.HeaderEnricherParserSupport
 
HeaderFilter - Class in org.springframework.integration.transformer
Transformer that removes Message headers.
HeaderFilter(String...) - Constructor for class org.springframework.integration.transformer.HeaderFilter
 
HeaderFilterParser - Class in org.springframework.integration.config.xml
Parser for the 'header-filter' element.
HeaderFilterParser() - Constructor for class org.springframework.integration.config.xml.HeaderFilterParser
 
HeaderMapper<T> - Interface in org.springframework.integration.mapping
Generic strategy interface for mapping MessageHeaders to and from other types of objects.
HeaderMatcher - Class in org.springframework.integration.test.matcher
Are the MessageHeaders of a Message containing any entry or multiple that match?
Headers - Annotation Type in org.springframework.integration.annotation
Annotation indicating that a method parameter's value should be mapped to or from the message headers.
HeaderValueRouter - Class in org.springframework.integration.router
A Message Router that resolves the MessageChannel from a header value.
HeaderValueRouter(String) - Constructor for class org.springframework.integration.router.HeaderValueRouter
Create a router that uses the provided header name to lookup a channel.
HeaderValueRouterParser - Class in org.springframework.integration.config.xml
Parser for the <header-value-router/> element.
HeaderValueRouterParser() - Constructor for class org.springframework.integration.config.xml.HeaderValueRouterParser
 
HISTORY - Static variable in class org.springframework.integration.MessageHeaders
 
host - Variable in class org.springframework.integration.ip.AbstractInternetProtocolSendingMessageHandler
 
host - Variable in class org.springframework.integration.ip.tcp.connection.AbstractConnectionFactory
 
HOSTNAME - Static variable in class org.springframework.integration.ip.IpHeaders
 
HttpHeaders - Class in org.springframework.integration.http
 
HttpHeaders() - Constructor for class org.springframework.integration.http.HttpHeaders
 
HttpInboundEndpointParser - Class in org.springframework.integration.http.config
Parser for the 'inbound-channel-adapter' and 'inbound-gateway' elements of the 'http' namespace.
HttpInboundEndpointParser(boolean) - Constructor for class org.springframework.integration.http.config.HttpInboundEndpointParser
 
HttpInvokerInboundGateway - Class in org.springframework.integration.httpinvoker
Deprecated. as of 2.0.x. We recommend using the REST-based HTTP adapters instead.
HttpInvokerInboundGateway() - Constructor for class org.springframework.integration.httpinvoker.HttpInvokerInboundGateway
Deprecated.  
HttpInvokerInboundGatewayParser - Class in org.springframework.integration.httpinvoker.config
Deprecated. as of 2.0.x. We recommend using the REST-based HTTP adapters instead.
HttpInvokerInboundGatewayParser() - Constructor for class org.springframework.integration.httpinvoker.config.HttpInvokerInboundGatewayParser
Deprecated.  
HttpInvokerNamespaceHandler - Class in org.springframework.integration.httpinvoker.config
Deprecated. as of 2.0.x. We recommend using the REST-based HTTP adapters instead.
HttpInvokerNamespaceHandler() - Constructor for class org.springframework.integration.httpinvoker.config.HttpInvokerNamespaceHandler
Deprecated.  
HttpInvokerOutboundGateway - Class in org.springframework.integration.httpinvoker
Deprecated. as of 2.0.x. We recommend using the REST-based HTTP adapters instead.
HttpInvokerOutboundGateway(String) - Constructor for class org.springframework.integration.httpinvoker.HttpInvokerOutboundGateway
Deprecated.  
HttpInvokerOutboundGatewayParser - Class in org.springframework.integration.httpinvoker.config
Deprecated. as of 2.0.x. We recommend using the REST-based HTTP adapters instead.
HttpInvokerOutboundGatewayParser() - Constructor for class org.springframework.integration.httpinvoker.config.HttpInvokerOutboundGatewayParser
Deprecated.  
HttpNamespaceHandler - Class in org.springframework.integration.http.config
Namespace handler for Spring Integration's http namespace.
HttpNamespaceHandler() - Constructor for class org.springframework.integration.http.config.HttpNamespaceHandler
 
HttpOutboundChannelAdapterParser - Class in org.springframework.integration.http.config
Parser for the 'outbound-channel-adapter' element of the http namespace.
HttpOutboundChannelAdapterParser() - Constructor for class org.springframework.integration.http.config.HttpOutboundChannelAdapterParser
 
HttpOutboundGatewayParser - Class in org.springframework.integration.http.config
Parser for the 'outbound-gateway' element of the http namespace.
HttpOutboundGatewayParser() - Constructor for class org.springframework.integration.http.config.HttpOutboundGatewayParser
 
HttpRequestExecutingMessageHandler - Class in org.springframework.integration.http
A MessageHandler implementation that executes HTTP requests by delegating to a RestTemplate instance.
HttpRequestExecutingMessageHandler(URI) - Constructor for class org.springframework.integration.http.HttpRequestExecutingMessageHandler
Create a handler that will send requests to the provided URI.
HttpRequestExecutingMessageHandler(String) - Constructor for class org.springframework.integration.http.HttpRequestExecutingMessageHandler
Create a handler that will send requests to the provided URI.
HttpRequestHandlingController - Class in org.springframework.integration.http
Inbound HTTP endpoint that implements Spring's Controller interface to be used with a DispatcherServlet front controller.
HttpRequestHandlingController() - Constructor for class org.springframework.integration.http.HttpRequestHandlingController
 
HttpRequestHandlingController(boolean) - Constructor for class org.springframework.integration.http.HttpRequestHandlingController
 
HttpRequestHandlingMessagingGateway - Class in org.springframework.integration.http
Inbound Messaging Gateway that handles HTTP Requests.
HttpRequestHandlingMessagingGateway() - Constructor for class org.springframework.integration.http.HttpRequestHandlingMessagingGateway
 
HttpRequestHandlingMessagingGateway(boolean) - Constructor for class org.springframework.integration.http.HttpRequestHandlingMessagingGateway
 

I

ID - Static variable in class org.springframework.integration.MessageHeaders
The key for the Message ID.
ImapIdleChannelAdapter - Class in org.springframework.integration.mail
An event-driven Channel Adapter that receives mail messages from a mail server that supports the IMAP "idle" command (see RFC 2177).
ImapIdleChannelAdapter(ImapMailReceiver) - Constructor for class org.springframework.integration.mail.ImapIdleChannelAdapter
 
ImapIdleChannelAdapterParser - Class in org.springframework.integration.mail.config
Parser for the <imap-idle-channel-adapter> element in the 'mail' namespace.
ImapIdleChannelAdapterParser() - Constructor for class org.springframework.integration.mail.config.ImapIdleChannelAdapterParser
 
ImapMailReceiver - Class in org.springframework.integration.mail
A MailReceiver implementation for receiving mail messages from a mail server that supports the IMAP protocol.
ImapMailReceiver() - Constructor for class org.springframework.integration.mail.ImapMailReceiver
 
ImapMailReceiver(String) - Constructor for class org.springframework.integration.mail.ImapMailReceiver
 
InboundJsonMessageMapper - Class in org.springframework.integration.json
InboundMessageMapper implementation that maps incoming JSON messages to a Message with the specified payload type.
InboundJsonMessageMapper(Class<?>) - Constructor for class org.springframework.integration.json.InboundJsonMessageMapper
 
InboundJsonMessageMapper(TypeReference<?>) - Constructor for class org.springframework.integration.json.InboundJsonMessageMapper
 
InboundMessageMapper<T> - Interface in org.springframework.integration.mapping
Strategy interface for mapping from an Object to aMessage.
InboundRequestMapper - Interface in org.springframework.integration.http
Strategy interface for mapping from an inbound HttpServletRequest to a Message.
init() - Method in class org.springframework.integration.config.xml.IntegrationNamespaceHandler
 
init() - Method in class org.springframework.integration.event.config.EventNamespaceHandler
 
init() - Method in class org.springframework.integration.file.config.FileNamespaceHandler
 
init() - Method in class org.springframework.integration.groovy.config.GroovyNamespaceHandler
 
init() - Method in class org.springframework.integration.http.config.HttpNamespaceHandler
 
init() - Method in class org.springframework.integration.httpinvoker.config.HttpInvokerNamespaceHandler
Deprecated.  
init() - Method in class org.springframework.integration.ip.config.IpNamespaceHandler
 
init() - Method in class org.springframework.integration.jdbc.config.JdbcNamespaceHandler
 
init() - Method in class org.springframework.integration.jms.config.JmsNamespaceHandler
 
init() - Method in class org.springframework.integration.jmx.config.JmxNamespaceHandler
 
init() - Method in class org.springframework.integration.mail.config.MailNamespaceHandler
 
init() - Method in class org.springframework.integration.rmi.config.RmiNamespaceHandler
 
init() - Method in class org.springframework.integration.security.config.IntegrationSecurityNamespaceHandler
 
init() - Method in class org.springframework.integration.stream.config.StreamNamespaceHandler
 
init() - Method in class org.springframework.integration.ws.config.WsNamespaceHandler
 
init() - Method in class org.springframework.integration.xml.config.IntegrationXmlNamespaceHandler
 
init() - Method in class org.springframework.integration.xmpp.config.XmppNamespaceHandler
 
initializeConnection(TcpConnection, Socket) - Method in class org.springframework.integration.ip.tcp.connection.AbstractClientConnectionFactory
Transfers attributes such as converters, singleUse etc to a new connection.
initializeConnection(TcpConnection, Socket) - Method in class org.springframework.integration.ip.tcp.connection.AbstractServerConnectionFactory
Transfers attributes such as converters, singleUse etc to a new connection.
initialized - Variable in class org.springframework.integration.mail.AbstractMailReceiver
 
inputConverter - Variable in class org.springframework.integration.ip.tcp.connection.AbstractConnectionFactory
 
inputConverter - Variable in class org.springframework.integration.ip.tcp.connection.AbstractTcpConnection
 
InputStreamingConverter<T> - Interface in org.springframework.commons.serializer
An standard interface to convert from data in an InputStream to an Object.
INTEGRATION_CONVERSION_SERVICE_BEAN_NAME - Static variable in class org.springframework.integration.context.IntegrationContextUtils
 
IntegrationContextUtils - Class in org.springframework.integration.context
Utility methods for accessing common integration components from the BeanFactory.
IntegrationContextUtils() - Constructor for class org.springframework.integration.context.IntegrationContextUtils
 
IntegrationNamespaceHandler - Class in org.springframework.integration.config.xml
Namespace handler for the integration namespace.
IntegrationNamespaceHandler() - Constructor for class org.springframework.integration.config.xml.IntegrationNamespaceHandler
 
IntegrationNamespaceUtils - Class in org.springframework.integration.config.xml
Shared utility methods for integration namespace parsers.
IntegrationNamespaceUtils() - Constructor for class org.springframework.integration.config.xml.IntegrationNamespaceUtils
 
IntegrationObjectSupport - Class in org.springframework.integration.context
A base class that provides convenient access to the bean factory as well as ChannelResolver and TaskScheduler instances.
IntegrationObjectSupport() - Constructor for class org.springframework.integration.context.IntegrationObjectSupport
 
IntegrationSecurityNamespaceHandler - Class in org.springframework.integration.security.config
Namespace handler for the security namespace.
IntegrationSecurityNamespaceHandler() - Constructor for class org.springframework.integration.security.config.IntegrationSecurityNamespaceHandler
 
IntegrationXmlNamespaceHandler - Class in org.springframework.integration.xml.config
 
IntegrationXmlNamespaceHandler() - Constructor for class org.springframework.integration.xml.config.IntegrationXmlNamespaceHandler
 
invoke(MethodInvocation) - Method in class org.springframework.integration.aop.MessagePublishingInterceptor
 
invoke(MethodInvocation) - Method in class org.springframework.integration.gateway.GatewayProxyFactoryBean
 
invoke(MethodInvocation) - Method in class org.springframework.integration.security.channel.ChannelSecurityInterceptor
 
invoke(MessageContext) - Method in class org.springframework.integration.ws.SimpleWebServiceInboundGateway
 
invokeInternal(Object) - Method in class org.springframework.integration.ws.MarshallingWebServiceInboundGateway
 
invokeMethod(Object...) - Method in class org.springframework.integration.util.DefaultMethodInvoker
 
invokeMethod(Object...) - Method in interface org.springframework.integration.util.MethodInvoker
 
invokeMethod(Object...) - Method in class org.springframework.integration.util.NameResolvingMethodInvoker
 
IP_ADDRESS - Static variable in class org.springframework.integration.ip.IpHeaders
 
IpAdapterParserUtils - Class in org.springframework.integration.ip.config
Utility methods and constants for IP adapter parsers.
IpAdapterParserUtils() - Constructor for class org.springframework.integration.ip.config.IpAdapterParserUtils
 
IpHeaders - Class in org.springframework.integration.ip
Headers for Messages mapped from IP datagram packets.
IpHeaders() - Constructor for class org.springframework.integration.ip.IpHeaders
 
IpInboundChannelAdapterParser - Class in org.springframework.integration.ip.config
Channel Adapter that receives UDP datagram packets and maps them to Messages.
IpInboundChannelAdapterParser() - Constructor for class org.springframework.integration.ip.config.IpInboundChannelAdapterParser
 
IpInboundGatewayParser - Class in org.springframework.integration.ip.config
 
IpInboundGatewayParser() - Constructor for class org.springframework.integration.ip.config.IpInboundGatewayParser
 
IpNamespaceHandler - Class in org.springframework.integration.ip.config
Namespace handler for Spring Integration's ip namespace.
IpNamespaceHandler() - Constructor for class org.springframework.integration.ip.config.IpNamespaceHandler
 
IpOutboundChannelAdapterParser - Class in org.springframework.integration.ip.config
 
IpOutboundChannelAdapterParser() - Constructor for class org.springframework.integration.ip.config.IpOutboundChannelAdapterParser
 
IpOutboundGatewayParser - Class in org.springframework.integration.ip.config
Parser for the <outbound-gateway> element of the integration 'jms' namespace.
IpOutboundGatewayParser() - Constructor for class org.springframework.integration.ip.config.IpOutboundGatewayParser
 
isAutoStartup() - Method in class org.springframework.integration.config.ConsumerEndpointFactoryBean
 
isAutoStartup() - Method in class org.springframework.integration.config.SourcePollingChannelAdapterFactoryBean
 
isAutoStartup() - Method in class org.springframework.integration.endpoint.AbstractEndpoint
 
isComplete() - Method in interface org.springframework.integration.store.MessageGroup
 
isComplete() - Method in class org.springframework.integration.store.SimpleMessageGroup
 
isDebug() - Method in class org.springframework.integration.xmpp.XmppConnectionFactory
 
isEligibleAttribute(String) - Method in class org.springframework.integration.config.xml.AbstractInboundGatewayParser
 
isEligibleAttribute(String) - Method in class org.springframework.integration.config.xml.GatewayParser
 
isEligibleAttribute(String) - Method in class org.springframework.integration.ip.config.IpInboundGatewayParser
 
isEligibleAttribute(String) - Method in class org.springframework.integration.rmi.config.RmiInboundGatewayParser
 
isEligibleAttribute(String) - Method in class org.springframework.integration.ws.config.WebServiceInboundGatewayParser
 
isEmpty() - Method in class org.springframework.integration.http.UploadedMultipartFile
 
isEmpty() - Method in class org.springframework.integration.MessageHeaders
 
isListening() - Method in class org.springframework.integration.ip.AbstractInternetProtocolReceivingChannelAdapter
 
isListening() - Method in class org.springframework.integration.ip.tcp.connection.AbstractServerConnectionFactory
 
isListening() - Method in interface org.springframework.integration.ip.tcp.connection.TcpListener
Return true if the connection factory is a server and it is listening.
isListening() - Method in class org.springframework.integration.ip.tcp.SimpleTcpNetInboundGateway
 
isListening() - Method in class org.springframework.integration.ip.tcp.TcpReceivingChannelAdapter
 
isLockable(File) - Method in interface org.springframework.integration.file.FileLocker
Checks whether the file passed in can be locked by this locker.
isLockable(File) - Method in class org.springframework.integration.file.locking.NioFileLocker
 
isOpen() - Method in interface org.springframework.integration.ip.tcp.connection.TcpConnection
 
isOpen() - Method in class org.springframework.integration.ip.tcp.connection.TcpNetConnection
 
isOpen() - Method in class org.springframework.integration.ip.tcp.connection.TcpNioConnection
 
isOverwrite() - Method in interface org.springframework.integration.transformer.HeaderEnricher.HeaderValueMessageProcessor
 
isOverwrite() - Method in class org.springframework.integration.xml.transformer.XPathHeaderEnricher.XPathExpressionEvaluatingHeaderValueMessageProcessor
 
isReceive() - Method in class org.springframework.integration.security.channel.ChannelInvocation
 
isRunning() - Method in class org.springframework.integration.channel.interceptor.WireTap
Check whether the wire tap is currently running.
isRunning() - Method in class org.springframework.integration.config.annotation.MessagingAnnotationPostProcessor
 
isRunning() - Method in class org.springframework.integration.config.ConsumerEndpointFactoryBean
 
isRunning() - Method in class org.springframework.integration.config.SourcePollingChannelAdapterFactoryBean
 
isRunning() - Method in class org.springframework.integration.endpoint.AbstractEndpoint
 
isRunning() - Method in class org.springframework.integration.ip.tcp.connection.TcpNetClientConnectionFactory
 
isRunning() - Method in class org.springframework.integration.ip.tcp.connection.TcpNetServerConnectionFactory
 
isRunning() - Method in class org.springframework.integration.ip.tcp.connection.TcpNioClientConnectionFactory
 
isRunning() - Method in class org.springframework.integration.ip.tcp.connection.TcpNioServerConnectionFactory
 
isRunning() - Method in class org.springframework.integration.ws.MarshallingWebServiceInboundGateway
 
isRunning() - Method in class org.springframework.integration.xmpp.messages.XmppMessageSendingMessageHandler
 
isRunning() - Method in class org.springframework.integration.xmpp.presence.XmppRosterEventMessageSendingHandler
 
isSend() - Method in class org.springframework.integration.security.channel.ChannelInvocation
 
isSingleton() - Method in class org.springframework.integration.config.ConsumerEndpointFactoryBean
 
isSingleton() - Method in class org.springframework.integration.config.SourcePollingChannelAdapterFactoryBean
 
isSingleton() - Method in class org.springframework.integration.file.config.FileListFilterFactoryBean
 
isSingleton() - Method in class org.springframework.integration.file.config.FileReadingMessageSourceFactoryBean
 
isSingleton() - Method in class org.springframework.integration.file.config.FileWritingMessageHandlerFactoryBean
 
isSingleton() - Method in class org.springframework.integration.gateway.GatewayProxyFactoryBean
 
isSingleton() - Method in class org.springframework.integration.mail.config.MailReceiverFactoryBean
 
isSingleUse() - Method in class org.springframework.integration.ip.tcp.connection.AbstractTcpConnection
 
isSingleUse() - Method in interface org.springframework.integration.ip.tcp.connection.TcpConnection
 
isSoKeepAlive() - Method in class org.springframework.integration.ip.tcp.connection.AbstractConnectionFactory
 
isSoTcpNoDelay() - Method in class org.springframework.integration.ip.tcp.connection.AbstractConnectionFactory
 
isUsingDirectBuffers() - Method in class org.springframework.integration.ip.tcp.NioSocketReader
 
isValid(Source) - Method in class org.springframework.integration.xml.router.SchemaValidator
 
isValid(Source) - Method in interface org.springframework.integration.xml.router.XmlValidator
 
iterator() - Method in class org.springframework.integration.history.MessageHistory
Returns a weakly consistent iterator that will never throw ConcurrentModificationException as in ConcurrentLinkedQueue.iterator().
iterator() - Method in class org.springframework.integration.jdbc.JdbcMessageStore
 
iterator() - Method in class org.springframework.integration.store.AbstractMessageGroupStore
 
iterator() - Method in class org.springframework.integration.store.MessageGroupQueue
 
iterator() - Method in class org.springframework.integration.store.SimpleMessageStore
 

J

JavaStreamingConverter - Class in org.springframework.commons.serializer.java
Converter that implements both input and output streaming using Java Serialization.
JavaStreamingConverter() - Constructor for class org.springframework.commons.serializer.java.JavaStreamingConverter
 
JdbcMessageHandler - Class in org.springframework.integration.jdbc
A message handler that executes an SQL update.
JdbcMessageHandler(DataSource, String) - Constructor for class org.springframework.integration.jdbc.JdbcMessageHandler
Constructor taking DataSource from which the DB Connection can be obtained and the select query to execute to retrieve new rows.
JdbcMessageHandler(JdbcOperations, String) - Constructor for class org.springframework.integration.jdbc.JdbcMessageHandler
Constructor taking JdbcOperations instance to use for query execution and the select query to execute to retrieve new rows.
JdbcMessageHandlerParser - Class in org.springframework.integration.jdbc.config
 
JdbcMessageHandlerParser() - Constructor for class org.springframework.integration.jdbc.config.JdbcMessageHandlerParser
 
JdbcMessageStore - Class in org.springframework.integration.jdbc
Implementation of MessageStore using a relational database via JDBC.
JdbcMessageStore() - Constructor for class org.springframework.integration.jdbc.JdbcMessageStore
Convenient constructor for configuration use.
JdbcMessageStore(DataSource) - Constructor for class org.springframework.integration.jdbc.JdbcMessageStore
Create a MessageStore with all mandatory properties.
JdbcMessageStoreParser - Class in org.springframework.integration.jdbc.config
Parser for JdbcMessageStore.
JdbcMessageStoreParser() - Constructor for class org.springframework.integration.jdbc.config.JdbcMessageStoreParser
 
JdbcNamespaceHandler - Class in org.springframework.integration.jdbc.config
Namespace handler for the integration JDBC schema.
JdbcNamespaceHandler() - Constructor for class org.springframework.integration.jdbc.config.JdbcNamespaceHandler
 
JdbcPollingChannelAdapter - Class in org.springframework.integration.jdbc
A polling channel adapter that creates messages from the payload returned by executing a select query.
JdbcPollingChannelAdapter(DataSource, String) - Constructor for class org.springframework.integration.jdbc.JdbcPollingChannelAdapter
Constructor taking DataSource from which the DB Connection can be obtained and the select query to execute to retrieve new rows.
JdbcPollingChannelAdapter(JdbcOperations, String) - Constructor for class org.springframework.integration.jdbc.JdbcPollingChannelAdapter
Constructor taking JdbcOperations instance to use for query execution and the select query to execute to retrieve new rows.
JdbcPollingChannelAdapterParser - Class in org.springframework.integration.jdbc.config
Parser for JdbcPollingChannelAdapter.
JdbcPollingChannelAdapterParser() - Constructor for class org.springframework.integration.jdbc.config.JdbcPollingChannelAdapterParser
 
JmsChannelParser - Class in org.springframework.integration.jms.config
Parser for the 'channel' and 'publish-subscribe-channel' elements of the Spring Integration JMS namespace.
JmsChannelParser() - Constructor for class org.springframework.integration.jms.config.JmsChannelParser
 
JmsDestinationBackedMessageChannel - Class in org.springframework.integration.jms
A MessageChannel implementation that is actually backed by a JMS Destination.
JmsDestinationBackedMessageChannel(ConnectionFactory, Destination) - Constructor for class org.springframework.integration.jms.JmsDestinationBackedMessageChannel
 
JmsDestinationBackedMessageChannel(ConnectionFactory, String, boolean) - Constructor for class org.springframework.integration.jms.JmsDestinationBackedMessageChannel
 
JmsDestinationPollingSource - Class in org.springframework.integration.jms
A source for receiving JMS Messages with a polling listener.
JmsDestinationPollingSource(JmsTemplate) - Constructor for class org.springframework.integration.jms.JmsDestinationPollingSource
 
JmsDestinationPollingSource(ConnectionFactory, Destination) - Constructor for class org.springframework.integration.jms.JmsDestinationPollingSource
 
JmsDestinationPollingSource(ConnectionFactory, String) - Constructor for class org.springframework.integration.jms.JmsDestinationPollingSource
 
JmsHeaderEnricherParser - Class in org.springframework.integration.jms.config
Header enricher for JMS specific values.
JmsHeaderEnricherParser() - Constructor for class org.springframework.integration.jms.config.JmsHeaderEnricherParser
 
JmsHeaderMapper - Interface in org.springframework.integration.jms
Strategy interface for mapping integration Message headers to an outbound JMS Message (e.g. to configure JMS properties) or extracting integration header values from an inbound JMS Message.
JmsHeaders - Class in org.springframework.integration.jms
Pre-defined names and prefixes to be used for setting and/or retrieving JMS attributes from/to integration Message Headers.
JmsHeaders() - Constructor for class org.springframework.integration.jms.JmsHeaders
 
JmsInboundChannelAdapterParser - Class in org.springframework.integration.jms.config
Parser for the <inbound-channel-adapter/> element of the 'jms' namespace.
JmsInboundChannelAdapterParser() - Constructor for class org.springframework.integration.jms.config.JmsInboundChannelAdapterParser
 
JmsMessageDrivenEndpoint - Class in org.springframework.integration.jms
A message-driven endpoint that receive JMS messages, converts them into Spring Integration Messages, and then sends the result to a channel.
JmsMessageDrivenEndpoint(AbstractMessageListenerContainer, ChannelPublishingJmsMessageListener) - Constructor for class org.springframework.integration.jms.JmsMessageDrivenEndpoint
 
JmsMessageDrivenEndpointParser - Class in org.springframework.integration.jms.config
Parser for the <message-driven-channel-adapter> element and the <inbound-gateway> element of the 'jms' namespace.
JmsMessageDrivenEndpointParser(boolean) - Constructor for class org.springframework.integration.jms.config.JmsMessageDrivenEndpointParser
 
JmsNamespaceHandler - Class in org.springframework.integration.jms.config
Namespace handler for Spring Integration's jms namespace.
JmsNamespaceHandler() - Constructor for class org.springframework.integration.jms.config.JmsNamespaceHandler
 
JmsOutboundChannelAdapterParser - Class in org.springframework.integration.jms.config
Parser for the <outbound-channel-adapter/> element of the jms namespace.
JmsOutboundChannelAdapterParser() - Constructor for class org.springframework.integration.jms.config.JmsOutboundChannelAdapterParser
 
JmsOutboundGateway - Class in org.springframework.integration.jms
An outbound Messaging Gateway for request/reply JMS.
JmsOutboundGateway() - Constructor for class org.springframework.integration.jms.JmsOutboundGateway
 
JmsOutboundGatewayParser - Class in org.springframework.integration.jms.config
Parser for the <outbound-gateway> element of the integration 'jms' namespace.
JmsOutboundGatewayParser() - Constructor for class org.springframework.integration.jms.config.JmsOutboundGatewayParser
 
JmsSendingMessageHandler - Class in org.springframework.integration.jms
A MessageConsumer that sends the converted Message payload within a JMS Message.
JmsSendingMessageHandler(JmsTemplate) - Constructor for class org.springframework.integration.jms.JmsSendingMessageHandler
 
JmsSendingMessageHandler() - Constructor for class org.springframework.integration.jms.JmsSendingMessageHandler
No-arg constructor provided for convenience when configuring with setters.
JmxHeaders - Class in org.springframework.integration.jmx
Constants for JMX related Message Header keys.
JmxHeaders() - Constructor for class org.springframework.integration.jmx.JmxHeaders
 
JmxNamespaceHandler - Class in org.springframework.integration.jmx.config
Namespace handler for Spring Integration's jmx namespace.
JmxNamespaceHandler() - Constructor for class org.springframework.integration.jmx.config.JmxNamespaceHandler
 

K

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

L

lengthPart - Variable in class org.springframework.integration.ip.tcp.NioSocketReader
 
lengthPart - Variable in class org.springframework.integration.ip.tcp.NioSocketWriter
A buffer containing the length part when the messageFormat is MessageFormats.FORMAT_LENGTH_HEADER.
listEligibleFiles(File) - Method in class org.springframework.integration.file.DefaultDirectoryScanner
Subclasses may refine the listing strategy by overriding this method.
listEligibleFiles(File) - Method in class org.springframework.integration.file.RecursiveLeafOnlyDirectoryScanner
 
listener - Variable in class org.springframework.integration.ip.tcp.connection.AbstractConnectionFactory
 
listener - Variable in class org.springframework.integration.ip.tcp.connection.AbstractTcpConnection
 
listening - Variable in class org.springframework.integration.ip.AbstractInternetProtocolReceivingChannelAdapter
 
listening - Variable in class org.springframework.integration.ip.tcp.connection.AbstractServerConnectionFactory
 
listFiles(File) - Method in class org.springframework.integration.file.DefaultDirectoryScanner
 
listFiles(File) - Method in interface org.springframework.integration.file.DirectoryScanner
Scans the directory according to the strategy particular to this implementation and returns the selected files as a File array.
LoadBalancingStrategy - Interface in org.springframework.integration.dispatcher
Strategy for determining the iteration order of a MessageHandler list.
localAddress - Variable in class org.springframework.integration.ip.AbstractInternetProtocolReceivingChannelAdapter
 
localAddress - Variable in class org.springframework.integration.ip.tcp.connection.AbstractServerConnectionFactory
 
localAddress - Variable in class org.springframework.integration.ip.tcp.SimpleTcpNetInboundGateway
 
localAddress - Variable in class org.springframework.integration.ip.udp.MulticastSendingMessageHandler
 
localAddress - Variable in class org.springframework.integration.ip.udp.UnicastSendingMessageHandler
 
lock(File) - Method in interface org.springframework.integration.file.FileLocker
Tries to lock the given file and returns true if it was successful, false otherwise.
lock(File) - Method in class org.springframework.integration.file.locking.NioFileLocker
Tries to lock the given file and returns true if it was successful, false otherwise.
logger - Variable in class org.springframework.integration.context.IntegrationObjectSupport
Logger that is available to subclasses
logger - Variable in class org.springframework.integration.core.MessagingTemplate
 
logger - Variable in class org.springframework.integration.dispatcher.AbstractDispatcher
 
logger - Variable in class org.springframework.integration.handler.AbstractMessageHandler
 
logger - Variable in class org.springframework.integration.ip.AbstractInternetProtocolSendingMessageHandler
 
logger - Variable in class org.springframework.integration.ip.tcp.AbstractSocketWriter
 
logger - Variable in class org.springframework.integration.ip.tcp.connection.AbstractConnectionFactory
 
logger - Variable in class org.springframework.integration.ip.tcp.connection.AbstractTcpConnection
 
logger - Variable in class org.springframework.integration.ip.tcp.converter.AbstractByteArrayStreamingConverter
 
logger - Variable in class org.springframework.integration.ip.tcp.NetSocketReader
 
logger - Variable in class org.springframework.integration.ip.tcp.NioSocketReader
 
logger - Variable in class org.springframework.integration.ip.tcp.TcpSendingMessageHandler
 
logger - Variable in class org.springframework.integration.mail.AbstractMailReceiver
 
logger - Variable in class org.springframework.integration.mail.transformer.AbstractMailMessageTransformer
 
logger - Variable in class org.springframework.integration.store.AbstractMessageGroupStore
 
LoggingChannelAdapterParser - Class in org.springframework.integration.config.xml
Parser for the 'logging-channel-adapter' element.
LoggingChannelAdapterParser() - Constructor for class org.springframework.integration.config.xml.LoggingChannelAdapterParser
 
LoggingHandler - Class in org.springframework.integration.handler
MessageHandler implementation that simply logs the Message or its payload depending on the value of the 'shouldLogFullMessage' property.
LoggingHandler(String) - Constructor for class org.springframework.integration.handler.LoggingHandler
Create a LoggingHandler with the given log level (case-insensitive).

M

MailHeaderEnricherParser - Class in org.springframework.integration.mail.config
 
MailHeaderEnricherParser() - Constructor for class org.springframework.integration.mail.config.MailHeaderEnricherParser
 
MailHeaders - Class in org.springframework.integration.mail
Pre-defined header names to be used for setting and/or retrieving Mail Message attributes from/to integration Message Headers.
MailHeaders() - Constructor for class org.springframework.integration.mail.MailHeaders
 
MailInboundChannelAdapterParser - Class in org.springframework.integration.mail.config
Parser for the <inbound-channel-adapter> element of Spring Integration's 'mail' namespace.
MailInboundChannelAdapterParser() - Constructor for class org.springframework.integration.mail.config.MailInboundChannelAdapterParser
 
MailNamespaceHandler - Class in org.springframework.integration.mail.config
Namespace handler for the 'mail' namespace.
MailNamespaceHandler() - Constructor for class org.springframework.integration.mail.config.MailNamespaceHandler
 
MailOutboundChannelAdapterParser - Class in org.springframework.integration.mail.config
Parser for the <outbound-channel-adapter/> element of the 'mail' namespace.
MailOutboundChannelAdapterParser() - Constructor for class org.springframework.integration.mail.config.MailOutboundChannelAdapterParser
 
MailReceiver - Interface in org.springframework.integration.mail
Strategy interface for receiving mail Messages.
MailReceiverFactoryBean - Class in org.springframework.integration.mail.config
 
MailReceiverFactoryBean() - Constructor for class org.springframework.integration.mail.config.MailReceiverFactoryBean
 
MailReceivingMessageSource - Class in org.springframework.integration.mail
MessageSource implementation that delegates to a MailReceiver to poll a mailbox.
MailReceivingMessageSource(MailReceiver) - Constructor for class org.springframework.integration.mail.MailReceivingMessageSource
 
MailSendingMessageHandler - Class in org.springframework.integration.mail
A MessageHandler implementation for sending mail.
MailSendingMessageHandler(JavaMailSender) - Constructor for class org.springframework.integration.mail.MailSendingMessageHandler
Create a MailSendingMessageConsumer.
MailToStringTransformer - Class in org.springframework.integration.mail.transformer
Transforms a Message payload of type Message to a String.
MailToStringTransformer() - Constructor for class org.springframework.integration.mail.transformer.MailToStringTransformer
 
MailToStringTransformerParser - Class in org.springframework.integration.mail.config
Parser for the <mail-to-string-transformer> element.
MailToStringTransformerParser() - Constructor for class org.springframework.integration.mail.config.MailToStringTransformerParser
 
MailTransportUtils - Class in org.springframework.integration.mail
Collection of utility methods to work with Mail transports.
MailTransportUtils() - Constructor for class org.springframework.integration.mail.MailTransportUtils
 
MapBasedChannelResolver - Class in org.springframework.integration.channel
ChannelResolver implementation that resolves MessageChannel instances by matching the channel name against keys within a Map.
MapBasedChannelResolver() - Constructor for class org.springframework.integration.channel.MapBasedChannelResolver
Empty constructor for use when providing the channel map via MapBasedChannelResolver.setChannelMap(Map).
MapBasedChannelResolver(Map<String, ? extends MessageChannel>) - Constructor for class org.springframework.integration.channel.MapBasedChannelResolver
Create a ChannelResolver that uses the provided Map.
MapContentMatchers<T,V> - Class in org.springframework.integration.test.matcher
Matchers that examine the contents of a Map.
mapper - Variable in class org.springframework.integration.ip.tcp.AbstractTcpReceivingChannelAdapter
 
mapper - Variable in class org.springframework.integration.ip.tcp.AbstractTcpSendingMessageHandler
 
mapper - Variable in class org.springframework.integration.ip.tcp.connection.AbstractConnectionFactory
 
mapper - Variable in class org.springframework.integration.ip.tcp.connection.AbstractTcpConnection
 
mapper - Variable in class org.springframework.integration.ip.tcp.SimpleTcpNetInboundGateway
 
mapper - Variable in class org.springframework.integration.ip.udp.UnicastReceivingChannelAdapter
 
mapper - Variable in class org.springframework.integration.ip.udp.UnicastSendingMessageHandler
 
MapToObjectTransformer - Class in org.springframework.integration.transformer
Will transform Map to an instance of Object.
MapToObjectTransformer(Class<?>) - Constructor for class org.springframework.integration.transformer.MapToObjectTransformer
 
MapToObjectTransformer(String) - Constructor for class org.springframework.integration.transformer.MapToObjectTransformer
 
MapToObjectTransformerParser - Class in org.springframework.integration.config.xml
 
MapToObjectTransformerParser() - Constructor for class org.springframework.integration.config.xml.MapToObjectTransformerParser
 
mark(Message<?>) - Method in class org.springframework.integration.store.SimpleMessageGroup
 
markAll() - Method in class org.springframework.integration.store.SimpleMessageGroup
 
marked - Variable in class org.springframework.integration.store.SimpleMessageGroup
 
markMessageGroup(MessageGroup) - Method in class org.springframework.integration.jdbc.JdbcMessageStore
 
markMessageGroup(MessageGroup) - Method in interface org.springframework.integration.store.MessageGroupStore
Persist the mark on all the messages from the group.
markMessageGroup(MessageGroup) - Method in class org.springframework.integration.store.SimpleMessageStore
 
MarshallingTransformer - Class in org.springframework.integration.xml.transformer
An implementation of AbstractTransformer that delegates to an OXM Marshaller.
MarshallingTransformer(Marshaller, ResultTransformer) - Constructor for class org.springframework.integration.xml.transformer.MarshallingTransformer
 
MarshallingTransformer(Marshaller) - Constructor for class org.springframework.integration.xml.transformer.MarshallingTransformer
 
MarshallingTransformerParser - Class in org.springframework.integration.xml.config
 
MarshallingTransformerParser() - Constructor for class org.springframework.integration.xml.config.MarshallingTransformerParser
 
MarshallingWebServiceInboundGateway - Class in org.springframework.integration.ws
 
MarshallingWebServiceInboundGateway() - Constructor for class org.springframework.integration.ws.MarshallingWebServiceInboundGateway
Creates a new MarshallingWebServiceInboundGateway.
MarshallingWebServiceInboundGateway(Marshaller) - Constructor for class org.springframework.integration.ws.MarshallingWebServiceInboundGateway
Creates a new MarshallingWebServiceInboundGateway with the given marshaller.
MarshallingWebServiceInboundGateway(Marshaller, Unmarshaller) - Constructor for class org.springframework.integration.ws.MarshallingWebServiceInboundGateway
Creates a new MarshallingWebServiceInboundGateway with the given marshaller and unmarshaller.
MarshallingWebServiceOutboundGateway - Class in org.springframework.integration.ws
An outbound Messaging Gateway for invoking Web Services that also supports marshalling and unmarshalling of the request and response messages.
MarshallingWebServiceOutboundGateway(DestinationProvider, Marshaller, Unmarshaller, WebServiceMessageFactory) - Constructor for class org.springframework.integration.ws.MarshallingWebServiceOutboundGateway
 
MarshallingWebServiceOutboundGateway(DestinationProvider, Marshaller, Unmarshaller) - Constructor for class org.springframework.integration.ws.MarshallingWebServiceOutboundGateway
 
MarshallingWebServiceOutboundGateway(DestinationProvider, Marshaller, WebServiceMessageFactory) - Constructor for class org.springframework.integration.ws.MarshallingWebServiceOutboundGateway
 
MarshallingWebServiceOutboundGateway(DestinationProvider, Marshaller) - Constructor for class org.springframework.integration.ws.MarshallingWebServiceOutboundGateway
 
matches(Object) - Method in class org.springframework.integration.test.matcher.PayloadAndHeaderMatcher
 
matchesSafely(Message<?>) - Method in class org.springframework.integration.test.matcher.HeaderMatcher
Subclasses should implement this.
matchesSafely(Map<? super T, ? super V>) - Method in class org.springframework.integration.test.matcher.MapContentMatchers
Subclasses should implement this.
matchesSafely(Message<?>) - Method in class org.springframework.integration.test.matcher.PayloadMatcher
Subclasses should implement this.
MAX_MESSAGES_UNBOUNDED - Static variable in class org.springframework.integration.endpoint.AbstractPollingEndpoint
 
maxBuffers - Variable in class org.springframework.integration.ip.tcp.NioSocketWriter
 
maxMessageSize - Variable in class org.springframework.integration.ip.tcp.AbstractSocketReader
 
maxMessageSize - Variable in class org.springframework.integration.ip.tcp.converter.AbstractByteArrayStreamingConverter
 
maxMessageSize - Variable in class org.springframework.integration.ip.tcp.SimpleTcpNetOutboundGateway
 
maxMessagesPerPoll - Variable in class org.springframework.integration.endpoint.AbstractPollingEndpoint
 
Message<T> - Interface in org.springframework.integration
The central interface that any Message type must implement.
MESSAGE_COMPLETE - Static variable in interface org.springframework.integration.ip.tcp.SocketReader
 
MESSAGE_ID - Static variable in class org.springframework.integration.jms.JmsHeaders
 
MESSAGE_INCOMPLETE - Static variable in interface org.springframework.integration.ip.tcp.SocketReader
 
MessageBuilder<T> - Class in org.springframework.integration.core
 
MessageChannel - Interface in org.springframework.integration.core
Base channel interface defining common behavior for message sending and receiving.
MessageCountReleaseStrategy - Class in org.springframework.integration.aggregator
A ReleaseStrategy that releases only the first n messages, where n is a threshold.
MessageCountReleaseStrategy(int) - Constructor for class org.springframework.integration.aggregator.MessageCountReleaseStrategy
 
MessageCountReleaseStrategy() - Constructor for class org.springframework.integration.aggregator.MessageCountReleaseStrategy
Convenient constructor is only one message is required (threshold=1).
MessageDeliveryException - Exception in org.springframework.integration
Exception that indicates an error during message delivery.
MessageDeliveryException(Message<?>) - Constructor for exception org.springframework.integration.MessageDeliveryException
 
MessageDeliveryException(Message<?>, String) - Constructor for exception org.springframework.integration.MessageDeliveryException
 
MessageDeliveryException(Message<?>, String, Throwable) - Constructor for exception org.springframework.integration.MessageDeliveryException
 
MessageDispatcher - Interface in org.springframework.integration.dispatcher
Strategy interface for dispatching messages to handlers.
MessageEndpoint - Annotation Type in org.springframework.integration.annotation
Stereotype annotation indicating that a class is capable of serving as a Message Endpoint.
MessageFilter - Class in org.springframework.integration.filter
Message Handler that delegates to a MessageSelector.
MessageFilter(MessageSelector) - Constructor for class org.springframework.integration.filter.MessageFilter
Create a MessageFilter that will delegate to the given MessageSelector.
messageFormat - Variable in class org.springframework.integration.ip.tcp.AbstractSocketReader
 
messageFormat - Variable in class org.springframework.integration.ip.tcp.AbstractSocketWriter
 
messageFormat - Variable in class org.springframework.integration.ip.tcp.AbstractTcpReceivingChannelAdapter
 
messageFormat - Variable in class org.springframework.integration.ip.tcp.AbstractTcpSendingMessageHandler
 
messageFormat - Variable in class org.springframework.integration.ip.tcp.SimpleTcpNetInboundGateway
 
messageFormat - Variable in class org.springframework.integration.ip.tcp.SimpleTcpNetOutboundGateway
 
MessageFormats - Interface in org.springframework.integration.ip.tcp
Definition of message formats supported by tcp channel adapters.
MessageGroup - Interface in org.springframework.integration.store
A group of messages that are correlated with each other and should be processed in the same context.
MessageGroupCallback - Interface in org.springframework.integration.store
 
MessageGroupProcessor - Interface in org.springframework.integration.aggregator
A processor for correlated groups of messages.
MessageGroupQueue - Class in org.springframework.integration.store
A BlockingQueue that is backed by a MessageGroupStore.
MessageGroupQueue(MessageGroupStore, Object) - Constructor for class org.springframework.integration.store.MessageGroupQueue
 
MessageGroupQueue(MessageGroupStore, Object, int) - Constructor for class org.springframework.integration.store.MessageGroupQueue
 
MessageGroupStore - Interface in org.springframework.integration.store
Interface for storage operations on groups of messages linked by a group id.
MessageGroupStoreReaper - Class in org.springframework.integration.store
Convenient configurable component to allow explicit timed expiry of MessageGroup instances in a MessageGroupStore.
MessageGroupStoreReaper(MessageGroupStore) - Constructor for class org.springframework.integration.store.MessageGroupStoreReaper
 
MessageGroupStoreReaper() - Constructor for class org.springframework.integration.store.MessageGroupStoreReaper
 
MessageHandler - Interface in org.springframework.integration.core
Base interface for any component that handles Messages.
MessageHandlerChain - Class in org.springframework.integration.handler
A composite MessageHandler implementation that invokes a chain of MessageHandler instances in order.
MessageHandlerChain() - Constructor for class org.springframework.integration.handler.MessageHandlerChain
 
MessageHandlingException - Exception in org.springframework.integration
Exception that indicates an error during message handling.
MessageHandlingException(Message<?>) - Constructor for exception org.springframework.integration.MessageHandlingException
 
MessageHandlingException(Message<?>, String) - Constructor for exception org.springframework.integration.MessageHandlingException
 
MessageHandlingException(Message<?>, Throwable) - Constructor for exception org.springframework.integration.MessageHandlingException
 
MessageHandlingException(Message<?>, String, Throwable) - Constructor for exception org.springframework.integration.MessageHandlingException
 
MessageHeaders - Class in org.springframework.integration
The headers for a Message.
MessageHeaders(Map<String, Object>) - Constructor for class org.springframework.integration.MessageHeaders
 
MessageHistory - Class in org.springframework.integration.history
Threadsafe Iterable list of MessageHistoryEvent instances.
MessageHistory() - Constructor for class org.springframework.integration.history.MessageHistory
 
MessageHistoryEvent - Class in org.springframework.integration.history
Metadata about a historically relevant messaging event along with a timestamp that is generated when this event is created.
MessageHistoryEvent(String, String) - Constructor for class org.springframework.integration.history.MessageHistoryEvent
Create a MessageHistoryEvent with the metadata of the source component.
MessageHistoryParser - Class in org.springframework.integration.config.xml
 
MessageHistoryParser() - Constructor for class org.springframework.integration.config.xml.MessageHistoryParser
 
MessageHistoryWriter - Class in org.springframework.integration.history
This component is responsible for maintaining the history of MessageChannels and MessageHandlers.
MessageHistoryWriter() - Constructor for class org.springframework.integration.history.MessageHistoryWriter
 
MessageListMethodAdapter - Class in org.springframework.integration.aggregator
Base class for implementing adapters for methods which take as an argument a list of Message instances or payloads.
MessageListMethodAdapter(Object, String) - Constructor for class org.springframework.integration.aggregator.MessageListMethodAdapter
 
MessageListMethodAdapter(Object, Method) - Constructor for class org.springframework.integration.aggregator.MessageListMethodAdapter
 
MessageMappingException - Exception in org.springframework.integration.mapping
Exception that indicates an error during message mapping.
MessageMappingException(String) - Constructor for exception org.springframework.integration.mapping.MessageMappingException
 
MessageMappingException(String, Throwable) - Constructor for exception org.springframework.integration.mapping.MessageMappingException
 
MessageMappingException(Message<?>, String) - Constructor for exception org.springframework.integration.mapping.MessageMappingException
 
MessageMappingException(Message<?>, String, Throwable) - Constructor for exception org.springframework.integration.mapping.MessageMappingException
 
MessageProcessor - Interface in org.springframework.integration.handler
This defines the lowest-level strategy of processing a Message and returning some Object (or null).
MessageProducer - Interface in org.springframework.integration.core
Base interface for any component that is capable of sending Messages to a MessageChannel.
MessageProducerSupport - Class in org.springframework.integration.endpoint
A support class for producer endpoints that provides a setter for the output channel and a convenience method for sending Messages.
MessageProducerSupport() - Constructor for class org.springframework.integration.endpoint.MessageProducerSupport
 
MessagePublishingErrorHandler - Class in org.springframework.integration.channel
ErrorHandler implementation that sends an ErrorMessage to a MessageChannel.
MessagePublishingErrorHandler() - Constructor for class org.springframework.integration.channel.MessagePublishingErrorHandler
 
MessagePublishingErrorHandler(ChannelResolver) - Constructor for class org.springframework.integration.channel.MessagePublishingErrorHandler
 
MessagePublishingInterceptor - Class in org.springframework.integration.aop
A MethodInterceptor that publishes Messages to a channel.
MessagePublishingInterceptor(ExpressionSource) - Constructor for class org.springframework.integration.aop.MessagePublishingInterceptor
 
MessageRejectedException - Exception in org.springframework.integration
Exception that indicates a message has been rejected by a selector.
MessageRejectedException(Message<?>) - Constructor for exception org.springframework.integration.MessageRejectedException
 
MessageRejectedException(Message<?>, String) - Constructor for exception org.springframework.integration.MessageRejectedException
 
MessageRejectedException(Message<?>, String, Throwable) - Constructor for exception org.springframework.integration.MessageRejectedException
 
MessageSelectingInterceptor - Class in org.springframework.integration.channel.interceptor
A ChannelInterceptor that delegates to a list of MessageSelectors to decide whether a Message should be accepted on the MessageChannel.
MessageSelectingInterceptor(MessageSelector...) - Constructor for class org.springframework.integration.channel.interceptor.MessageSelectingInterceptor
 
MessageSelector - Interface in org.springframework.integration.core
Strategy interface for message selection.
MessageSelectorChain - Class in org.springframework.integration.selector
A message selector implementation that passes incoming messages through a chain of selectors.
MessageSelectorChain() - Constructor for class org.springframework.integration.selector.MessageSelectorChain
 
MessageSelectorChain.VotingStrategy - Enum in org.springframework.integration.selector
 
MessageSequenceComparator - Class in org.springframework.integration.aggregator
A Comparator implementation based on the 'sequence number' property of a Message's header.
MessageSequenceComparator() - Constructor for class org.springframework.integration.aggregator.MessageSequenceComparator
 
MessageSource<T> - Interface in org.springframework.integration.core
Base interface for any source of Messages that can be polled.
MessageStore - Interface in org.springframework.integration.store
Strategy interface for storing and retrieving messages.
MessageTimeoutException - Exception in org.springframework.integration
 
MessageTimeoutException(Message<?>, String, Throwable) - Constructor for exception org.springframework.integration.MessageTimeoutException
 
MessageTimeoutException(Message<?>, String) - Constructor for exception org.springframework.integration.MessageTimeoutException
 
MessageTimeoutException(Message<?>, Throwable) - Constructor for exception org.springframework.integration.MessageTimeoutException
 
MessageTimeoutException(Message<?>) - Constructor for exception org.springframework.integration.MessageTimeoutException
 
MessageTransformationException - Exception in org.springframework.integration.transformer
Base Exception type for Message transformation errors.
MessageTransformationException(Message<?>, String, Throwable) - Constructor for exception org.springframework.integration.transformer.MessageTransformationException
 
MessageTransformationException(Message<?>, String) - Constructor for exception org.springframework.integration.transformer.MessageTransformationException
 
MessageTransformationException(Message<?>, Throwable) - Constructor for exception org.springframework.integration.transformer.MessageTransformationException
 
MessageTransformationException(String, Throwable) - Constructor for exception org.springframework.integration.transformer.MessageTransformationException
 
MessageTransformationException(String) - Constructor for exception org.springframework.integration.transformer.MessageTransformationException
 
MessageTransformingChannelInterceptor - Class in org.springframework.integration.transformer
A ChannelInterceptor which invokes a Transformer when either sending-to or receiving-from a channel.
MessageTransformingChannelInterceptor(Transformer) - Constructor for class org.springframework.integration.transformer.MessageTransformingChannelInterceptor
 
MessageTransformingHandler - Class in org.springframework.integration.transformer
A reply-producing MessageHandler that delegates to a Transformer instance to modify the received Message and sends the result to its output channel.
MessageTransformingHandler(Transformer) - Constructor for class org.springframework.integration.transformer.MessageTransformingHandler
Create a MessageTransformingHandler instance that delegates to the provided Transformer.
messageWithHeaderEntries(Map<String, ?>) - Static method in class org.springframework.integration.test.matcher.MockitoMessageMatchers
 
messageWithHeaderEntry(String, Object) - Static method in class org.springframework.integration.test.matcher.MockitoMessageMatchers
 
messageWithHeaderEntry(String, Matcher<T>) - Static method in class org.springframework.integration.test.matcher.MockitoMessageMatchers
 
messageWithHeaderKey(String) - Static method in class org.springframework.integration.test.matcher.MockitoMessageMatchers
 
messageWithPayload(Matcher<T>) - Static method in class org.springframework.integration.test.matcher.MockitoMessageMatchers
 
messageWithPayload(T) - Static method in class org.springframework.integration.test.matcher.MockitoMessageMatchers
 
MessagingAnnotationPostProcessor - Class in org.springframework.integration.config.annotation
A BeanPostProcessor implementation that processes method-level messaging annotations such as @Transformer, @Splitter, @Router, and @Filter.
MessagingAnnotationPostProcessor() - Constructor for class org.springframework.integration.config.annotation.MessagingAnnotationPostProcessor
 
MessagingEvent - Class in org.springframework.integration.event
A subclass of ApplicationEvent that wraps a Message.
MessagingEvent(Message<?>) - Constructor for class org.springframework.integration.event.MessagingEvent
 
MessagingException - Exception in org.springframework.integration
The base exception for any failures within the messaging system.
MessagingException(Message<?>) - Constructor for exception org.springframework.integration.MessagingException
 
MessagingException(String) - Constructor for exception org.springframework.integration.MessagingException
 
MessagingException(String, Throwable) - Constructor for exception org.springframework.integration.MessagingException
 
MessagingException(Message<?>, String) - Constructor for exception org.springframework.integration.MessagingException
 
MessagingException(Message<?>, Throwable) - Constructor for exception org.springframework.integration.MessagingException
 
MessagingException(Message<?>, String, Throwable) - Constructor for exception org.springframework.integration.MessagingException
 
MessagingTemplate - Class in org.springframework.integration.core
This is the central class for invoking message exchange operations across MessageChannels.
MessagingTemplate() - Constructor for class org.springframework.integration.core.MessagingTemplate
Create a MessagingTemplate with no default channel.
MessagingTemplate(MessageChannel) - Constructor for class org.springframework.integration.core.MessagingTemplate
Create a MessagingTemplate with the given default channel.
method - Variable in class org.springframework.integration.aggregator.MessageListMethodAdapter
 
METHOD_ATTRIBUTE - Static variable in class org.springframework.integration.config.xml.AbstractConsumerEndpointParser
 
MethodAnnotationExpressionSource - Class in org.springframework.integration.aop
An ExpressionSource implementation that retrieves the expression string and evaluation context variable names from an annotation.
MethodAnnotationExpressionSource() - Constructor for class org.springframework.integration.aop.MethodAnnotationExpressionSource
 
MethodAnnotationExpressionSource(Set<Class<? extends Annotation>>) - Constructor for class org.springframework.integration.aop.MethodAnnotationExpressionSource
 
MethodAnnotationPostProcessor<T extends Annotation> - Interface in org.springframework.integration.config.annotation
Strategy interface for post-processing annotated methods.
MethodInvoker - Interface in org.springframework.integration.util
A strategy interface for invoking a method.
MethodInvokingInboundChannelAdapterParser - Class in org.springframework.integration.config.xml
Parser for the <inbound-channel-adapter/> element.
MethodInvokingInboundChannelAdapterParser() - Constructor for class org.springframework.integration.config.xml.MethodInvokingInboundChannelAdapterParser
 
MethodInvokingMessageGroupProcessor - Class in org.springframework.integration.aggregator
MessageGroupProcessor that serves as an adapter for the invocation of a POJO method.
MethodInvokingMessageGroupProcessor(Object) - Constructor for class org.springframework.integration.aggregator.MethodInvokingMessageGroupProcessor
Creates a wrapper around the target passed in.
MethodInvokingMessageGroupProcessor(Object, String) - Constructor for class org.springframework.integration.aggregator.MethodInvokingMessageGroupProcessor
Creates a wrapper around the object passed in.
MethodInvokingMessageHandler - Class in org.springframework.integration.handler
A MessageHandler that invokes the specified method on the provided object.
MethodInvokingMessageHandler(Object, Method) - Constructor for class org.springframework.integration.handler.MethodInvokingMessageHandler
 
MethodInvokingMessageHandler(Object, String) - Constructor for class org.springframework.integration.handler.MethodInvokingMessageHandler
 
MethodInvokingMessageProcessor - Class in org.springframework.integration.handler
A MessageProcessor implementation that invokes a method on a target Object.
MethodInvokingMessageProcessor(Object, Method) - Constructor for class org.springframework.integration.handler.MethodInvokingMessageProcessor
 
MethodInvokingMessageProcessor(Object, String) - Constructor for class org.springframework.integration.handler.MethodInvokingMessageProcessor
 
MethodInvokingMessageProcessor(Object, String, boolean) - Constructor for class org.springframework.integration.handler.MethodInvokingMessageProcessor
 
MethodInvokingMessageProcessor(Object, Class<? extends Annotation>) - Constructor for class org.springframework.integration.handler.MethodInvokingMessageProcessor
 
MethodInvokingMessageSource - Class in org.springframework.integration.endpoint
A MessageSource implementation that invokes a no-argument method so that its return value may be sent to a channel.
MethodInvokingMessageSource() - Constructor for class org.springframework.integration.endpoint.MethodInvokingMessageSource
 
MethodInvokingOutboundChannelAdapterParser - Class in org.springframework.integration.config.xml
Parser for the <outbound-channel-adapter/> element.
MethodInvokingOutboundChannelAdapterParser() - Constructor for class org.springframework.integration.config.xml.MethodInvokingOutboundChannelAdapterParser
 
MethodInvokingRouter - Class in org.springframework.integration.router
A Message Router that invokes the specified method on the given object.
MethodInvokingRouter(Object, Method) - Constructor for class org.springframework.integration.router.MethodInvokingRouter
 
MethodInvokingRouter(Object, String) - Constructor for class org.springframework.integration.router.MethodInvokingRouter
 
MethodInvokingRouter(Object) - Constructor for class org.springframework.integration.router.MethodInvokingRouter
 
MethodInvokingSelector - Class in org.springframework.integration.filter
A method-invoking implementation of MessageSelector.
MethodInvokingSelector(Object, Method) - Constructor for class org.springframework.integration.filter.MethodInvokingSelector
 
MethodInvokingSelector(Object, String) - Constructor for class org.springframework.integration.filter.MethodInvokingSelector
 
MethodInvokingSelector(Object) - Constructor for class org.springframework.integration.filter.MethodInvokingSelector
 
MethodInvokingSplitter - Class in org.springframework.integration.splitter
A Message Splitter implementation that invokes the specified method on the given object.
MethodInvokingSplitter(Object, Method) - Constructor for class org.springframework.integration.splitter.MethodInvokingSplitter
 
MethodInvokingSplitter(Object, String) - Constructor for class org.springframework.integration.splitter.MethodInvokingSplitter
 
MethodInvokingSplitter(Object) - Constructor for class org.springframework.integration.splitter.MethodInvokingSplitter
 
MethodInvokingTransformer - Class in org.springframework.integration.transformer
A Message Transformer implementation that invokes the specified method on the given object.
MethodInvokingTransformer(Object, Method) - Constructor for class org.springframework.integration.transformer.MethodInvokingTransformer
 
MethodInvokingTransformer(Object, String) - Constructor for class org.springframework.integration.transformer.MethodInvokingTransformer
 
MethodInvokingTransformer(Object) - Constructor for class org.springframework.integration.transformer.MethodInvokingTransformer
 
MethodNameMappingExpressionSource - Class in org.springframework.integration.aop
 
MethodNameMappingExpressionSource(Map<String, String>) - Constructor for class org.springframework.integration.aop.MethodNameMappingExpressionSource
 
MethodValidator - Interface in org.springframework.integration.util
Interface for method validation.
MockitoMessageMatchers - Class in org.springframework.integration.test.matcher
Mockito matcher factory for Message matcher creation.
MockitoMessageMatchers() - Constructor for class org.springframework.integration.test.matcher.MockitoMessageMatchers
 
MulticastReceivingChannelAdapter - Class in org.springframework.integration.ip.udp
Channel adapter that joins a multicast group and receives incoming packets and sends them to an output channel.
MulticastReceivingChannelAdapter(String, int) - Constructor for class org.springframework.integration.ip.udp.MulticastReceivingChannelAdapter
Constructs a MulticastReceivingChannelAdapter that listens for packets on the specified multichannel address (group) and port.
MulticastReceivingChannelAdapter(String, int, boolean) - Constructor for class org.springframework.integration.ip.udp.MulticastReceivingChannelAdapter
Constructs a MulticastReceivingChannelAdapter that listens for packets on the specified multichannel address (group) and port.
MulticastSendingMessageHandler - Class in org.springframework.integration.ip.udp
A MessageHandler implementation that maps a Message into a UDP datagram packet and sends that to the specified multicast address (224.0.0.0 to 239.255.255.255) and port.
MulticastSendingMessageHandler(String, int) - Constructor for class org.springframework.integration.ip.udp.MulticastSendingMessageHandler
Constructs a MulticastSendingMessageHandler to send data to the multicast address/port.
MulticastSendingMessageHandler(String, int, boolean) - Constructor for class org.springframework.integration.ip.udp.MulticastSendingMessageHandler
Constructs a MulticastSendingMessageHandler to send data to the multicast address/port and enables setting the lengthCheck option (if set, a length is prepended to the packet and checked at the destination).
MulticastSendingMessageHandler(String, int, boolean, String, int, int) - Constructor for class org.springframework.integration.ip.udp.MulticastSendingMessageHandler
Constructs a MulticastSendingMessageHandler to send data to the multicast address/port and enables setting the acknowledge option, where the destination sends a receipt acknowledgment.
MulticastSendingMessageHandler(String, int, boolean, boolean, String, int, int) - Constructor for class org.springframework.integration.ip.udp.MulticastSendingMessageHandler
Constructs a MulticastSendingMessageHandler to send data to the multicast address/port and enables setting the acknowledge option, where the destination sends a receipt acknowledgment.
MULTIPART_MODE - Static variable in class org.springframework.integration.mail.MailHeaders
 
MultipartAwareFormHttpMessageConverter - Class in org.springframework.integration.http
An HttpMessageConverter implementation that delegates to an instance of XmlAwareFormHttpMessageConverter while adding the capability to read multipart/form-data content in an HTTP request.
MultipartAwareFormHttpMessageConverter() - Constructor for class org.springframework.integration.http.MultipartAwareFormHttpMessageConverter
 
MultipartFileReader<T> - Interface in org.springframework.integration.http
Strategy for reading MultipartFile content.
MultipartHttpInputMessage - Class in org.springframework.integration.http
 
MultipartHttpInputMessage(MultipartHttpServletRequest) - Constructor for class org.springframework.integration.http.MultipartHttpInputMessage
 
MULTIPLE_TRIGGER_DEFINITIONS - Static variable in class org.springframework.integration.config.xml.PollerParser
 

N

NamedComponent - Interface in org.springframework.integration.history
 
NameResolvingMethodInvoker - Class in org.springframework.integration.util
Implementation of MethodInvoker to be used when only the method name is known.
NameResolvingMethodInvoker(Object, String) - Constructor for class org.springframework.integration.util.NameResolvingMethodInvoker
 
NetSocketReader - Class in org.springframework.integration.ip.tcp
A SocketReader that reads from a Socket.
NetSocketReader(Socket) - Constructor for class org.springframework.integration.ip.tcp.NetSocketReader
Constructs a NetsocketReader which reads from the Socket.
NetSocketWriter - Class in org.springframework.integration.ip.tcp
A SocketWriter that writes to a Socket.
NetSocketWriter(Socket) - Constructor for class org.springframework.integration.ip.tcp.NetSocketWriter
Constructs a NetSocketWriter for the Socket.
newChannels - Variable in class org.springframework.integration.ip.tcp.connection.TcpNioClientConnectionFactory
 
NioFileLocker - Class in org.springframework.integration.file.locking
File locking strategy that uses java.nio.
NioFileLocker() - Constructor for class org.springframework.integration.file.locking.NioFileLocker
 
NioSocketReader - Class in org.springframework.integration.ip.tcp
A non-blocking SocketReader that reads from a SocketChannel.
NioSocketReader(SocketChannel) - Constructor for class org.springframework.integration.ip.tcp.NioSocketReader
Constructs an NioSocketReader which reads from the SocketChannel.
NioSocketWriter - Class in org.springframework.integration.ip.tcp
A SocketWriter that writes to a SocketChannel.
NioSocketWriter(SocketChannel, int, int) - Constructor for class org.springframework.integration.ip.tcp.NioSocketWriter
 
NO_TRIGGER_DEFINITIONS - Static variable in class org.springframework.integration.config.xml.PollerParser
 
NOTIFICATION_HANDBACK - Static variable in class org.springframework.integration.jmx.JmxHeaders
 
NOTIFICATION_TYPE - Static variable in class org.springframework.integration.jmx.JmxHeaders
 
NotificationListeningChannelAdapterParser - Class in org.springframework.integration.jmx.config
 
NotificationListeningChannelAdapterParser() - Constructor for class org.springframework.integration.jmx.config.NotificationListeningChannelAdapterParser
 
NotificationListeningMessageProducer - Class in org.springframework.integration.jmx
A JMX NotificationListener implementation that will send Messages containing the JMX Notification instances as their payloads.
NotificationListeningMessageProducer() - Constructor for class org.springframework.integration.jmx.NotificationListeningMessageProducer
 
NotificationPublishingChannelAdapterParser - Class in org.springframework.integration.jmx.config
 
NotificationPublishingChannelAdapterParser() - Constructor for class org.springframework.integration.jmx.config.NotificationPublishingChannelAdapterParser
 
NotificationPublishingMessageHandler - Class in org.springframework.integration.jmx
 
NotificationPublishingMessageHandler(ObjectName) - Constructor for class org.springframework.integration.jmx.NotificationPublishingMessageHandler
 
NotificationPublishingMessageHandler(String) - Constructor for class org.springframework.integration.jmx.NotificationPublishingMessageHandler
 
NULL_CHANNEL_BEAN_NAME - Static variable in class org.springframework.integration.context.IntegrationContextUtils
 
NullChannel - Class in org.springframework.integration.channel
A channel implementation that essentially behaves like "/dev/null".
NullChannel() - Constructor for class org.springframework.integration.channel.NullChannel
 

O

OBJECT_NAME - Static variable in class org.springframework.integration.jmx.JmxHeaders
 
objectInputStream - Variable in class org.springframework.integration.ip.tcp.NetSocketReader
 
objectOutputStream - Variable in class org.springframework.integration.ip.tcp.NetSocketWriter
 
ObjectToMapTransformer - Class in org.springframework.integration.transformer
Will transform an object graph into a flat Map where keys are valid SpEL expressions and values are of java.lang.* type.
ObjectToMapTransformer() - Constructor for class org.springframework.integration.transformer.ObjectToMapTransformer
 
ObjectToMapTransformerParser - Class in org.springframework.integration.config.xml
 
ObjectToMapTransformerParser() - Constructor for class org.springframework.integration.config.xml.ObjectToMapTransformerParser
 
ObjectToStringTransformer - Class in org.springframework.integration.transformer
A simple transformer that creates an outbound payload by invoking the inbound payload Object's toString() method.
ObjectToStringTransformer() - Constructor for class org.springframework.integration.transformer.ObjectToStringTransformer
 
ObjectToStringTransformerParser - Class in org.springframework.integration.config.xml
Parser for the 'object-to-string-transformer' element.
ObjectToStringTransformerParser() - Constructor for class org.springframework.integration.config.xml.ObjectToStringTransformerParser
 
obtainSecurityMetadataSource() - Method in class org.springframework.integration.security.channel.ChannelSecurityInterceptor
 
offer(Message<?>) - Method in class org.springframework.integration.store.MessageGroupQueue
 
offer(Message<?>, long, TimeUnit) - Method in class org.springframework.integration.store.MessageGroupQueue
 
onApplicationEvent(ApplicationEvent) - Method in class org.springframework.integration.config.annotation.MessagingAnnotationPostProcessor
 
onApplicationEvent(ApplicationEvent) - Method in class org.springframework.integration.event.ApplicationEventInboundChannelAdapter
 
onFailure(Message<File>, Throwable) - Method in class org.springframework.integration.file.FileReadingMessageSource
Adds the failed message back to the 'toBeReceived' queue if there is room.
onInit() - Method in class org.springframework.integration.channel.ExecutorChannel
 
onInit() - Method in class org.springframework.integration.channel.PublishSubscribeChannel
Callback method for initialization.
onInit() - Method in class org.springframework.integration.context.IntegrationObjectSupport
Subclasses may implement this for initialization logic.
onInit() - Method in class org.springframework.integration.endpoint.AbstractPollingEndpoint
 
onInit() - Method in class org.springframework.integration.endpoint.MessageProducerSupport
 
onInit() - Method in class org.springframework.integration.endpoint.ScheduledMessageProducer
 
onInit() - Method in class org.springframework.integration.endpoint.SourcePollingChannelAdapter
 
onInit() - Method in class org.springframework.integration.file.FileWritingMessageHandler
 
onInit() - Method in class org.springframework.integration.filter.MessageFilter
 
onInit() - Method in class org.springframework.integration.gateway.AbstractMessagingGateway
 
onInit() - Method in class org.springframework.integration.gateway.GatewayProxyFactoryBean
 
onInit() - Method in class org.springframework.integration.handler.DelayHandler
 
onInit() - Method in class org.springframework.integration.handler.ServiceActivatingHandler
 
onInit() - Method in class org.springframework.integration.httpinvoker.HttpInvokerInboundGateway
Deprecated.  
onInit() - Method in class org.springframework.integration.ip.tcp.SimpleTcpNetInboundGateway
 
onInit() - Method in class org.springframework.integration.jms.AbstractJmsTemplateBasedAdapter
 
onInit() - Method in class org.springframework.integration.jms.ChannelPublishingJmsMessageListener
 
onInit() - Method in class org.springframework.integration.jms.JmsMessageDrivenEndpoint
 
onInit() - Method in class org.springframework.integration.jms.JmsOutboundGateway
 
onInit() - Method in class org.springframework.integration.jmx.NotificationPublishingMessageHandler
 
onInit() - Method in class org.springframework.integration.jmx.OperationInvokingMessageHandler
 
onInit() - Method in class org.springframework.integration.rmi.RmiInboundGateway
 
onInit() - Method in class org.springframework.integration.router.AbstractChannelNameResolvingMessageRouter
 
onInit() - Method in class org.springframework.integration.router.RecipientListRouter
 
onInit() - Method in class org.springframework.integration.transformer.MessageTransformingHandler
 
onInit() - Method in class org.springframework.integration.xmpp.messages.XmppMessageDrivenEndpoint
 
onInit() - Method in class org.springframework.integration.xmpp.presence.XmppRosterEventMessageDrivenEndpoint
 
onMessage(Message<?>) - Method in interface org.springframework.integration.ip.tcp.connection.TcpListener
Called by a TCPConnection when a new message arrives.
onMessage(Message<?>) - Method in class org.springframework.integration.ip.tcp.TcpReceivingChannelAdapter
 
onMessage(Message, Session) - Method in class org.springframework.integration.jms.ChannelPublishingJmsMessageListener
 
onMessage(Message) - Method in class org.springframework.integration.jms.JmsDestinationBackedMessageChannel
 
onSend(Message<File>) - Method in class org.springframework.integration.file.FileReadingMessageSource
The message is just logged.
openFolder() - Method in class org.springframework.integration.mail.AbstractMailReceiver
 
OPERATION_NAME - Static variable in class org.springframework.integration.jmx.JmxHeaders
 
OperationInvokingChannelAdapterParser - Class in org.springframework.integration.jmx.config
 
OperationInvokingChannelAdapterParser() - Constructor for class org.springframework.integration.jmx.config.OperationInvokingChannelAdapterParser
 
OperationInvokingMessageHandler - Class in org.springframework.integration.jmx
A MessageHandler implementation for invoking JMX operations based on the Message sent to its AbstractMessageHandler.handleMessage(Message) method.
OperationInvokingMessageHandler() - Constructor for class org.springframework.integration.jmx.OperationInvokingMessageHandler
 
OperationInvokingOutboundGatewayParser - Class in org.springframework.integration.jmx.config
 
OperationInvokingOutboundGatewayParser() - Constructor for class org.springframework.integration.jmx.config.OperationInvokingOutboundGatewayParser
 
org.springframework.commons.serializer - package org.springframework.commons.serializer
Root package for Spring commons' serializer interfaces and implementations.
org.springframework.commons.serializer.java - package org.springframework.commons.serializer.java
Implementations of In/Out JavaStreamingConverter and Converter using standard Java Serialization.
org.springframework.integration - package org.springframework.integration
 
org.springframework.integration.aggregator - package org.springframework.integration.aggregator
 
org.springframework.integration.annotation - package org.springframework.integration.annotation
 
org.springframework.integration.aop - package org.springframework.integration.aop
 
org.springframework.integration.channel - package org.springframework.integration.channel
 
org.springframework.integration.channel.interceptor - package org.springframework.integration.channel.interceptor
 
org.springframework.integration.config - package org.springframework.integration.config
 
org.springframework.integration.config.annotation - package org.springframework.integration.config.annotation
 
org.springframework.integration.config.xml - package org.springframework.integration.config.xml
 
org.springframework.integration.context - package org.springframework.integration.context
 
org.springframework.integration.control - package org.springframework.integration.control
 
org.springframework.integration.core - package org.springframework.integration.core
 
org.springframework.integration.dispatcher - package org.springframework.integration.dispatcher
 
org.springframework.integration.endpoint - package org.springframework.integration.endpoint
 
org.springframework.integration.event - package org.springframework.integration.event
 
org.springframework.integration.event.config - package org.springframework.integration.event.config
 
org.springframework.integration.file - package org.springframework.integration.file
 
org.springframework.integration.file.config - package org.springframework.integration.file.config
 
org.springframework.integration.file.locking - package org.springframework.integration.file.locking
 
org.springframework.integration.file.transformer - package org.springframework.integration.file.transformer
 
org.springframework.integration.filter - package org.springframework.integration.filter
 
org.springframework.integration.gateway - package org.springframework.integration.gateway
 
org.springframework.integration.groovy - package org.springframework.integration.groovy
 
org.springframework.integration.groovy.config - package org.springframework.integration.groovy.config
 
org.springframework.integration.handler - package org.springframework.integration.handler
 
org.springframework.integration.history - package org.springframework.integration.history
 
org.springframework.integration.http - package org.springframework.integration.http
 
org.springframework.integration.http.config - package org.springframework.integration.http.config
 
org.springframework.integration.httpinvoker - package org.springframework.integration.httpinvoker
 
org.springframework.integration.httpinvoker.config - package org.springframework.integration.httpinvoker.config
 
org.springframework.integration.ip - package org.springframework.integration.ip
 
org.springframework.integration.ip.config - package org.springframework.integration.ip.config
 
org.springframework.integration.ip.tcp - package org.springframework.integration.ip.tcp
 
org.springframework.integration.ip.tcp.connection - package org.springframework.integration.ip.tcp.connection
All things related to tcp connections - client and server factories; listener and sender interfaces.
org.springframework.integration.ip.tcp.converter - package org.springframework.integration.ip.tcp.converter
Byte array converters for putting some protocol on the wire so we can delimit incoming messages.
org.springframework.integration.ip.udp - package org.springframework.integration.ip.udp
 
org.springframework.integration.ip.util - package org.springframework.integration.ip.util
 
org.springframework.integration.jdbc - package org.springframework.integration.jdbc
 
org.springframework.integration.jdbc.config - package org.springframework.integration.jdbc.config
 
org.springframework.integration.jdbc.util - package org.springframework.integration.jdbc.util
 
org.springframework.integration.jms - package org.springframework.integration.jms
 
org.springframework.integration.jms.config - package org.springframework.integration.jms.config
 
org.springframework.integration.jmx - package org.springframework.integration.jmx
 
org.springframework.integration.jmx.config - package org.springframework.integration.jmx.config
 
org.springframework.integration.json - package org.springframework.integration.json
 
org.springframework.integration.mail - package org.springframework.integration.mail
 
org.springframework.integration.mail.config - package org.springframework.integration.mail.config
 
org.springframework.integration.mail.transformer - package org.springframework.integration.mail.transformer
 
org.springframework.integration.mapping - package org.springframework.integration.mapping
 
org.springframework.integration.rmi - package org.springframework.integration.rmi
 
org.springframework.integration.rmi.config - package org.springframework.integration.rmi.config
 
org.springframework.integration.router - package org.springframework.integration.router
 
org.springframework.integration.scheduling - package org.springframework.integration.scheduling
 
org.springframework.integration.security.channel - package org.springframework.integration.security.channel
 
org.springframework.integration.security.config - package org.springframework.integration.security.config
 
org.springframework.integration.selector - package org.springframework.integration.selector
 
org.springframework.integration.splitter - package org.springframework.integration.splitter
 
org.springframework.integration.store - package org.springframework.integration.store
 
org.springframework.integration.stream - package org.springframework.integration.stream
 
org.springframework.integration.stream.config - package org.springframework.integration.stream.config
 
org.springframework.integration.test - package org.springframework.integration.test
 
org.springframework.integration.test.matcher - package org.springframework.integration.test.matcher
 
org.springframework.integration.test.util - package org.springframework.integration.test.util
 
org.springframework.integration.transformer - package org.springframework.integration.transformer
 
org.springframework.integration.util - package org.springframework.integration.util
 
org.springframework.integration.ws - package org.springframework.integration.ws
 
org.springframework.integration.ws.config - package org.springframework.integration.ws.config
 
org.springframework.integration.xml - package org.springframework.integration.xml
 
org.springframework.integration.xml.config - package org.springframework.integration.xml.config
 
org.springframework.integration.xml.result - package org.springframework.integration.xml.result
 
org.springframework.integration.xml.router - package org.springframework.integration.xml.router
 
org.springframework.integration.xml.selector - package org.springframework.integration.xml.selector
 
org.springframework.integration.xml.source - package org.springframework.integration.xml.source
 
org.springframework.integration.xml.splitter - package org.springframework.integration.xml.splitter
 
org.springframework.integration.xml.transformer - package org.springframework.integration.xml.transformer
 
org.springframework.integration.xml.xpath - package org.springframework.integration.xml.xpath
 
org.springframework.integration.xmpp - package org.springframework.integration.xmpp
 
org.springframework.integration.xmpp.config - package org.springframework.integration.xmpp.config
 
org.springframework.integration.xmpp.messages - package org.springframework.integration.xmpp.messages
 
org.springframework.integration.xmpp.presence - package org.springframework.integration.xmpp.presence
 
ORIGINAL_FILE - Static variable in class org.springframework.integration.file.FileHeaders
 
OutboundJsonMessageMapper - Class in org.springframework.integration.json
OutboundMessageMapper implementation the converts a Message to a JSON string representation.
OutboundJsonMessageMapper() - Constructor for class org.springframework.integration.json.OutboundJsonMessageMapper
 
OutboundMessageMapper<T> - Interface in org.springframework.integration.mapping
Strategy interface for mapping from a Message to an Object.
OutboundRequestMapper - Interface in org.springframework.integration.http
Strategy for mapping to an HttpEntity from a message.
OUTPUT_PROPERTY - Static variable in class org.springframework.integration.xml.transformer.XsltHeaders
 
outputConverter - Variable in class org.springframework.integration.ip.tcp.connection.AbstractConnectionFactory
 
outputConverter - Variable in class org.springframework.integration.ip.tcp.connection.AbstractTcpConnection
 
OutputStreamingConverter<T> - Interface in org.springframework.commons.serializer
A standard interface to stream an object to an OutputStream.

P

PARAMETER - Static variable in class org.springframework.integration.xml.transformer.XsltHeaders
 
ParameterExtractor - Interface in org.springframework.integration.http
 
parse(Element, ParserContext) - Method in class org.springframework.integration.config.xml.AbstractIntegrationNamespaceHandler
 
parse(Element, ParserContext) - Method in class org.springframework.integration.config.xml.AnnotationConfigParser
 
parse(Element, ParserContext) - Method in interface org.springframework.integration.config.xml.BeanDefinitionRegisteringParser
 
parse(Element, ParserContext) - Method in class org.springframework.integration.config.xml.WireTapParser
 
parseAndRegisterConsumer(Element, ParserContext) - Method in class org.springframework.integration.config.xml.AbstractOutboundChannelAdapterParser
Override this method to control the registration process and return the bean name.
parseAndRegisterConsumer(Element, ParserContext) - Method in class org.springframework.integration.config.xml.MethodInvokingOutboundChannelAdapterParser
 
parseConsumer(Element, ParserContext) - Method in class org.springframework.integration.config.xml.AbstractOutboundChannelAdapterParser
Override this method to return the BeanDefinition for the MessageConsumer.
parseConsumer(Element, ParserContext) - Method in class org.springframework.integration.config.xml.LoggingChannelAdapterParser
 
parseConsumer(Element, ParserContext) - Method in class org.springframework.integration.config.xml.MethodInvokingOutboundChannelAdapterParser
 
parseConsumer(Element, ParserContext) - Method in class org.springframework.integration.event.config.EventOutboundChannelAdapterParser
 
parseConsumer(Element, ParserContext) - Method in class org.springframework.integration.file.config.FileOutboundChannelAdapterParser
 
parseConsumer(Element, ParserContext) - Method in class org.springframework.integration.http.config.HttpOutboundChannelAdapterParser
 
parseConsumer(Element, ParserContext) - Method in class org.springframework.integration.ip.config.IpOutboundChannelAdapterParser
 
parseConsumer(Element, ParserContext) - Method in class org.springframework.integration.ip.config.TcpOutboundChannelAdapterParser
 
parseConsumer(Element, ParserContext) - Method in class org.springframework.integration.jdbc.config.JdbcMessageHandlerParser
 
parseConsumer(Element, ParserContext) - Method in class org.springframework.integration.jms.config.JmsOutboundChannelAdapterParser
 
parseConsumer(Element, ParserContext) - Method in class org.springframework.integration.jmx.config.NotificationPublishingChannelAdapterParser
 
parseConsumer(Element, ParserContext) - Method in class org.springframework.integration.jmx.config.OperationInvokingChannelAdapterParser
 
parseConsumer(Element, ParserContext) - Method in class org.springframework.integration.mail.config.MailOutboundChannelAdapterParser
 
parseConsumer(Element, ParserContext) - Method in class org.springframework.integration.stream.config.ConsoleOutboundChannelAdapterParser
 
parseHandler(Element, ParserContext) - Method in class org.springframework.integration.config.xml.AbstractConsumerEndpointParser
Parse the MessageHandler.
parseHandler(Element, ParserContext) - Method in class org.springframework.integration.config.xml.AbstractOutboundGatewayParser
 
parseHandler(Element, ParserContext) - Method in class org.springframework.integration.config.xml.AbstractRouterParser
 
parseHandler(Element, ParserContext) - Method in class org.springframework.integration.config.xml.AbstractTransformerParser
 
parseHandler(Element, ParserContext) - Method in class org.springframework.integration.config.xml.AggregatorParser
 
parseHandler(Element, ParserContext) - Method in class org.springframework.integration.config.xml.BridgeParser
 
parseHandler(Element, ParserContext) - Method in class org.springframework.integration.config.xml.ChainParser
 
parseHandler(Element, ParserContext) - Method in class org.springframework.integration.config.xml.DelayerParser
 
parseHandler(Element, ParserContext) - Method in class org.springframework.integration.config.xml.RecipientListRouterParser
 
parseHandler(Element, ParserContext) - Method in class org.springframework.integration.config.xml.ResequencerParser
 
parseHandler(Element, ParserContext) - Method in class org.springframework.integration.file.config.FileOutboundGatewayParser
 
parseHandler(Element, ParserContext) - Method in class org.springframework.integration.http.config.HttpOutboundGatewayParser
 
parseHandler(Element, ParserContext) - Method in class org.springframework.integration.ip.config.IpOutboundGatewayParser
 
parseHandler(Element, ParserContext) - Method in class org.springframework.integration.jms.config.JmsOutboundGatewayParser
 
parseHandler(Element, ParserContext) - Method in class org.springframework.integration.jmx.config.OperationInvokingOutboundGatewayParser
 
parseHandler(Element, ParserContext) - Method in class org.springframework.integration.ws.config.WebServiceOutboundGatewayParser
 
parseHandler(Element, ParserContext) - Method in class org.springframework.integration.xml.config.XmlPayloadValidatingRouterParser
 
parseHandler(Element, ParserContext) - Method in class org.springframework.integration.xml.config.XPathMessageSplitterParser
 
parseHandler(Element, ParserContext) - Method in class org.springframework.integration.xml.config.XPathRouterParser
 
parseInnerHandlerDefinition(Element, ParserContext) - Static method in class org.springframework.integration.config.xml.IntegrationNamespaceUtils
 
parseInterceptors(Element, ParserContext) - Method in class org.springframework.integration.config.xml.ChannelInterceptorParser
 
parseInternal(Element, ParserContext) - Method in class org.springframework.integration.config.xml.AbstractChannelAdapterParser
 
parseInternal(Element, ParserContext) - Method in class org.springframework.integration.config.xml.AbstractChannelParser
 
parseInternal(Element, ParserContext) - Method in class org.springframework.integration.config.xml.AbstractConsumerEndpointParser
 
parseInternal(Element, ParserContext) - Method in class org.springframework.integration.config.xml.ConverterParser
 
parseInternal(Element, ParserContext) - Method in class org.springframework.integration.config.xml.GlobalChannelInterceptorParser
 
parseInternal(Element, ParserContext) - Method in class org.springframework.integration.config.xml.PollerParser
 
parseInternal(Element, ParserContext) - Method in class org.springframework.integration.config.xml.PublishingInterceptorParser
 
parseInternal(Element, ParserContext) - Method in class org.springframework.integration.ip.config.TcpConnectionParser
 
parseInternal(Element, ParserContext) - Method in class org.springframework.integration.jdbc.config.JdbcMessageStoreParser
 
parseNamespaceMapElement(Element, ParserContext, BeanDefinition) - Method in class org.springframework.integration.xml.config.XPathExpressionParser
 
parseRouter(Element, ParserContext) - Method in class org.springframework.integration.config.xml.AbstractChannelNameResolvingRouterParser
 
parseRouter(Element, ParserContext) - Method in class org.springframework.integration.config.xml.AbstractRouterParser
 
parseRouter(Element, ParserContext) - Method in class org.springframework.integration.config.xml.PayloadTypeRouterParser
 
parseSource(Element, ParserContext) - Method in class org.springframework.integration.config.xml.AbstractPollingInboundChannelAdapterParser
Subclasses must implement this method to parse the PollableSource instance which the created Channel Adapter will poll.
parseSource(Element, ParserContext) - Method in class org.springframework.integration.config.xml.MethodInvokingInboundChannelAdapterParser
 
parseSource(Element, ParserContext) - Method in class org.springframework.integration.file.config.FileInboundChannelAdapterParser
 
parseSource(Element, ParserContext) - Method in class org.springframework.integration.jdbc.config.JdbcPollingChannelAdapterParser
 
parseSource(Element, ParserContext) - Method in class org.springframework.integration.jms.config.JmsInboundChannelAdapterParser
 
parseSource(Element, ParserContext) - Method in class org.springframework.integration.jmx.config.AttributePollingChannelAdapterParser
 
parseSource(Element, ParserContext) - Method in class org.springframework.integration.mail.config.MailInboundChannelAdapterParser
 
parseSource(Element, ParserContext) - Method in class org.springframework.integration.stream.config.ConsoleInboundChannelAdapterParser
 
parseTransformer(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.integration.config.xml.AbstractTransformerParser
 
parseTransformer(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.integration.config.xml.ClaimCheckInParser
 
parseTransformer(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.integration.config.xml.ClaimCheckOutParser
 
parseTransformer(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.integration.config.xml.HeaderEnricherParserSupport
 
parseTransformer(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.integration.config.xml.HeaderFilterParser
 
parseTransformer(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.integration.config.xml.MapToObjectTransformerParser
 
parseTransformer(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.integration.config.xml.ObjectToMapTransformerParser
 
parseTransformer(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.integration.config.xml.ObjectToStringTransformerParser
 
parseTransformer(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.integration.config.xml.PayloadDeserializingTransformerParser
 
parseTransformer(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.integration.config.xml.PayloadSerializingTransformerParser
 
parseTransformer(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.integration.file.config.AbstractFilePayloadTransformerParser
 
parseTransformer(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.integration.mail.config.MailToStringTransformerParser
 
parseTransformer(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.integration.xml.config.MarshallingTransformerParser
 
parseTransformer(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.integration.xml.config.UnmarshallingTransformerParser
 
parseTransformer(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.integration.xml.config.XPathHeaderEnricherParser
 
parseTransformer(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.integration.xml.config.XPathTransformerParser
 
parseTransformer(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.integration.xml.config.XsltPayloadTransformerParser
 
parseUrl(Element, ParserContext) - Method in class org.springframework.integration.config.xml.AbstractOutboundGatewayParser
 
parseUrl(Element, ParserContext) - Method in class org.springframework.integration.rmi.config.RmiOutboundGatewayParser
 
PassThroughMessageGroupProcessor - Class in org.springframework.integration.aggregator
This implementation of MessageGroupProcessor will forward all messages inside the group to the given output channel.
PassThroughMessageGroupProcessor() - Constructor for class org.springframework.integration.aggregator.PassThroughMessageGroupProcessor
 
PatternMatchingFileListFilter - Class in org.springframework.integration.file
A FileListFilter implementation that matches against a Pattern.
PatternMatchingFileListFilter(Pattern) - Constructor for class org.springframework.integration.file.PatternMatchingFileListFilter
Create a filter for the given pattern.
Payload - Annotation Type in org.springframework.integration.annotation
This annotation allows you to specify a SpEL expression indicating that a method parameter's value should be mapped from the payload of a Message.
PayloadAndHeaderMatcher - Class in org.springframework.integration.test.matcher
Matcher to make assertions about message equality easier.
PayloadDeserializingTransformer - Class in org.springframework.integration.transformer
Transformer that deserializes the inbound byte array payload to an object by delegating to a Converter<byte[], Object>.
PayloadDeserializingTransformer() - Constructor for class org.springframework.integration.transformer.PayloadDeserializingTransformer
 
PayloadDeserializingTransformerParser - Class in org.springframework.integration.config.xml
Parser for the 'payload-deserializing-transformer' element.
PayloadDeserializingTransformerParser() - Constructor for class org.springframework.integration.config.xml.PayloadDeserializingTransformerParser
 
PayloadMatcher - Class in org.springframework.integration.test.matcher
Is the payload of a Message equal to a given value or is matching a given matcher?
PayloadSerializingTransformer - Class in org.springframework.integration.transformer
Transformer that serializes the inbound payload into a byte array by delegating to a Converter<Object, byte[]>.
PayloadSerializingTransformer() - Constructor for class org.springframework.integration.transformer.PayloadSerializingTransformer
 
PayloadSerializingTransformerParser - Class in org.springframework.integration.config.xml
Parser for the 'payload-serializing-transformer' element.
PayloadSerializingTransformerParser() - Constructor for class org.springframework.integration.config.xml.PayloadSerializingTransformerParser
 
PayloadTypeConvertingTransformer<T,U> - Class in org.springframework.integration.transformer
Transformer that converts the inbound payload to an object by delegating to a Converter<Object, Object>.
PayloadTypeConvertingTransformer() - Constructor for class org.springframework.integration.transformer.PayloadTypeConvertingTransformer
 
PayloadTypeMatchingHandlerMethodResolver - Class in org.springframework.integration.handler
An implementation of HandlerMethodResolver that matches the payload type of the Message against the expected type of its candidate methods.
PayloadTypeMatchingHandlerMethodResolver(Method...) - Constructor for class org.springframework.integration.handler.PayloadTypeMatchingHandlerMethodResolver
 
PayloadTypeRouter - Class in org.springframework.integration.router
A Message Router that resolves the MessageChannel based on the Message's payload type.
PayloadTypeRouter() - Constructor for class org.springframework.integration.router.PayloadTypeRouter
 
PayloadTypeRouterParser - Class in org.springframework.integration.config.xml
Parser for the <payload-type-router/> element.
PayloadTypeRouterParser() - Constructor for class org.springframework.integration.config.xml.PayloadTypeRouterParser
 
PayloadTypeSelector - Class in org.springframework.integration.selector
A MessageSelector implementation that checks the type of the Message payload.
PayloadTypeSelector(Class<?>...) - Constructor for class org.springframework.integration.selector.PayloadTypeSelector
Create a selector for the provided types.
peek() - Method in class org.springframework.integration.store.MessageGroupQueue
 
PointToPointChannelParser - Class in org.springframework.integration.config.xml
Parser for the <channel> element.
PointToPointChannelParser() - Constructor for class org.springframework.integration.config.xml.PointToPointChannelParser
 
poll() - Method in class org.springframework.integration.store.MessageGroupQueue
 
poll(long, TimeUnit) - Method in class org.springframework.integration.store.MessageGroupQueue
 
PollableChannel - Interface in org.springframework.integration.core
Interface for Message Channels from which Messages may be actively received through polling.
PollerMetadata - Class in org.springframework.integration.scheduling
 
PollerMetadata() - Constructor for class org.springframework.integration.scheduling.PollerMetadata
 
PollerParser - Class in org.springframework.integration.config.xml
Parser for the <poller> element.
PollerParser() - Constructor for class org.springframework.integration.config.xml.PollerParser
 
PollingConsumer - Class in org.springframework.integration.endpoint
Message Endpoint that connects any MessageHandler implementation to a PollableChannel.
PollingConsumer(PollableChannel, MessageHandler) - Constructor for class org.springframework.integration.endpoint.PollingConsumer
 
poolSize - Variable in class org.springframework.integration.ip.AbstractInternetProtocolReceivingChannelAdapter
 
poolSize - Variable in class org.springframework.integration.ip.tcp.connection.AbstractConnectionFactory
 
poolSize - Variable in class org.springframework.integration.ip.tcp.SimpleTcpNetInboundGateway
 
Pop3MailReceiver - Class in org.springframework.integration.mail
A MailReceiver implementation that polls a mail server using the POP3 protocol.
Pop3MailReceiver() - Constructor for class org.springframework.integration.mail.Pop3MailReceiver
 
Pop3MailReceiver(String) - Constructor for class org.springframework.integration.mail.Pop3MailReceiver
 
Pop3MailReceiver(String, String, String) - Constructor for class org.springframework.integration.mail.Pop3MailReceiver
 
Pop3MailReceiver(String, int, String, String) - Constructor for class org.springframework.integration.mail.Pop3MailReceiver
 
port - Variable in class org.springframework.integration.ip.AbstractInternetProtocolReceivingChannelAdapter
 
port - Variable in class org.springframework.integration.ip.AbstractInternetProtocolSendingMessageHandler
 
port - Variable in class org.springframework.integration.ip.tcp.connection.AbstractConnectionFactory
 
port - Variable in class org.springframework.integration.ip.tcp.SimpleTcpNetInboundGateway
 
postProcess(Object, String, Method, T) - Method in class org.springframework.integration.config.annotation.AbstractMethodAnnotationPostProcessor
 
postProcess(Object, String, Method, T) - Method in interface org.springframework.integration.config.annotation.MethodAnnotationPostProcessor
 
postProcess(BeanDefinitionBuilder, Element) - Method in class org.springframework.integration.config.xml.AbstractInboundGatewayParser
 
postProcess(BeanDefinitionBuilder, Element, ParserContext) - Method in class org.springframework.integration.config.xml.DefaultRouterParser
 
postProcess(BeanDefinitionBuilder, Element) - Method in class org.springframework.integration.config.xml.GatewayParser
 
postProcessAfterInitialization(Object, String) - Method in class org.springframework.integration.aop.PublisherAnnotationBeanPostProcessor
 
postProcessAfterInitialization(Object, String) - Method in class org.springframework.integration.config.annotation.MessagingAnnotationPostProcessor
 
postProcessAfterInitialization(Object, String) - Method in class org.springframework.integration.security.config.ChannelSecurityInterceptorBeanPostProcessor
 
postProcessBeforeInitialization(Object, String) - Method in class org.springframework.integration.aop.PublisherAnnotationBeanPostProcessor
 
postProcessBeforeInitialization(Object, String) - Method in class org.springframework.integration.config.annotation.MessagingAnnotationPostProcessor
 
postProcessBeforeInitialization(Object, String) - Method in class org.springframework.integration.security.config.ChannelSecurityInterceptorBeanPostProcessor
 
postProcessGateway(BeanDefinitionBuilder, Element, ParserContext) - Method in class org.springframework.integration.config.xml.AbstractOutboundGatewayParser
Subclasses may override this method for additional configuration.
postProcessGateway(BeanDefinitionBuilder, Element, ParserContext) - Method in class org.springframework.integration.ws.config.WebServiceOutboundGatewayParser
 
postProcessHeaderEnricher(BeanDefinitionBuilder, Element, ParserContext) - Method in class org.springframework.integration.config.xml.HeaderEnricherParserSupport
Subclasses may override this method to provide any additional processing.
postProcessHeaderEnricher(BeanDefinitionBuilder, Element, ParserContext) - Method in class org.springframework.integration.config.xml.StandardHeaderEnricherParser
 
postProcessTransformer(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.integration.file.config.AbstractFilePayloadTransformerParser
Subclasses may override this method to provide additional configuration.
postProcessTransformer(Element, ParserContext, BeanDefinitionBuilder) - Method in class org.springframework.integration.file.config.FileToStringTransformerParser
 
postReceive(Message<?>, MessageChannel) - Method in class org.springframework.integration.channel.AbstractMessageChannel.ChannelInterceptorList
 
postReceive(Message<?>, MessageChannel) - Method in interface org.springframework.integration.channel.ChannelInterceptor
Invoked immediately after a Message has been retrieved but before it is returned to the caller.
postReceive(Message<?>, MessageChannel) - Method in class org.springframework.integration.channel.interceptor.ChannelInterceptorAdapter
 
postReceive(Message<?>, MessageChannel) - Method in class org.springframework.integration.channel.interceptor.GlobalChannelInterceptorWrapper
 
postReceive(Message<?>, MessageChannel) - Method in class org.springframework.integration.transformer.MessageTransformingChannelInterceptor
 
postSend(Message<?>, MessageChannel, boolean) - Method in class org.springframework.integration.channel.AbstractMessageChannel.ChannelInterceptorList
 
postSend(Message<?>, MessageChannel, boolean) - Method in interface org.springframework.integration.channel.ChannelInterceptor
Invoked immediately after the send invocation.
postSend(Message<?>, MessageChannel, boolean) - Method in class org.springframework.integration.channel.interceptor.ChannelInterceptorAdapter
 
postSend(Message<?>, MessageChannel, boolean) - Method in class org.springframework.integration.channel.interceptor.GlobalChannelInterceptorWrapper
 
PREFIX - Static variable in class org.springframework.integration.jms.JmsHeaders
Prefix used for JMS API related headers in order to distinguish from user-defined headers and other internal headers (e.g. correlationId).
PREFIX - Static variable in class org.springframework.integration.jmx.JmxHeaders
 
PREFIX - Static variable in class org.springframework.integration.mail.MailHeaders
 
PREFIX - Static variable in class org.springframework.integration.MessageHeaders
 
PREFIX - Static variable in class org.springframework.integration.ws.WebServiceHeaders
 
PREFIX - Static variable in class org.springframework.integration.xml.transformer.XsltHeaders
 
preReceive(MessageChannel) - Method in class org.springframework.integration.channel.AbstractMessageChannel.ChannelInterceptorList
 
preReceive(MessageChannel) - Method in interface org.springframework.integration.channel.ChannelInterceptor
Invoked as soon as receive is called and before a Message is actually retrieved.
preReceive(MessageChannel) - Method in class org.springframework.integration.channel.interceptor.ChannelInterceptorAdapter
 
preReceive(MessageChannel) - Method in class org.springframework.integration.channel.interceptor.GlobalChannelInterceptorWrapper
 
PRESENCE - Static variable in class org.springframework.integration.xmpp.XmppHeaders
 
PRESENCE_FROM - Static variable in class org.springframework.integration.xmpp.XmppHeaders
 
PRESENCE_LANGUAGE - Static variable in class org.springframework.integration.xmpp.XmppHeaders
 
PRESENCE_MODE - Static variable in class org.springframework.integration.xmpp.XmppHeaders
 
PRESENCE_PRIORITY - Static variable in class org.springframework.integration.xmpp.XmppHeaders
 
PRESENCE_STATUS - Static variable in class org.springframework.integration.xmpp.XmppHeaders
 
PRESENCE_TYPE - Static variable in class org.springframework.integration.xmpp.XmppHeaders
 
preSend(Message<?>, MessageChannel) - Method in class org.springframework.integration.channel.AbstractMessageChannel.ChannelInterceptorList
 
preSend(Message<?>, MessageChannel) - Method in interface org.springframework.integration.channel.ChannelInterceptor
Invoked before the Message is actually sent to the channel.
preSend(Message<?>, MessageChannel) - Method in class org.springframework.integration.channel.interceptor.ChannelInterceptorAdapter
 
preSend(Message<?>, MessageChannel) - Method in class org.springframework.integration.channel.interceptor.GlobalChannelInterceptorWrapper
 
preSend(Message<?>, MessageChannel) - Method in class org.springframework.integration.channel.interceptor.MessageSelectingInterceptor
 
preSend(Message<?>, MessageChannel) - Method in class org.springframework.integration.channel.interceptor.WireTap
Intercept the Message and, if accepted by the MessageSelector, send it to the secondary target.
preSend(Message<?>, MessageChannel) - Method in class org.springframework.integration.transformer.MessageTransformingChannelInterceptor
 
PRIORITY - Static variable in class org.springframework.integration.MessageHeaders
 
PriorityChannel - Class in org.springframework.integration.channel
A message channel that prioritizes messages based on a Comparator.
PriorityChannel(int, Comparator<Message<?>>) - Constructor for class org.springframework.integration.channel.PriorityChannel
Create a channel with the specified queue capacity.
PriorityChannel(int) - Constructor for class org.springframework.integration.channel.PriorityChannel
Create a channel with the specified queue capacity.
PriorityChannel(Comparator<Message<?>>) - Constructor for class org.springframework.integration.channel.PriorityChannel
Create a channel with an unbounded queue.
PriorityChannel() - Constructor for class org.springframework.integration.channel.PriorityChannel
Create a channel with an unbounded queue.
processAndSend(MessageGroup, MessagingTemplate, MessageChannel) - Method in class org.springframework.integration.aggregator.AbstractAggregatingMessageGroupProcessor
 
processAndSend(MessageGroup, MessagingTemplate, MessageChannel) - Method in interface org.springframework.integration.aggregator.MessageGroupProcessor
Process the given group and send the resulting message(s) to the output channel using the messaging template.
processAndSend(MessageGroup, MessagingTemplate, MessageChannel) - Method in class org.springframework.integration.aggregator.PassThroughMessageGroupProcessor
 
processAndSend(MessageGroup, MessagingTemplate, MessageChannel) - Method in class org.springframework.integration.aggregator.ResequencingMessageGroupProcessor
 
processHeaders(Element, ManagedMap<String, Object>, ParserContext) - Method in class org.springframework.integration.config.xml.HeaderEnricherParserSupport
 
processHeaders(Element, ManagedMap<String, Object>, ParserContext) - Method in class org.springframework.integration.xml.config.XPathHeaderEnricherParser
 
processMessage(Message<?>) - Method in class org.springframework.integration.handler.AbstractScriptExecutingMessageProcessor
Executes the script and returns the result.
processMessage(Message<?>) - Method in class org.springframework.integration.handler.ExpressionEvaluatingMessageProcessor
Processes the Message by evaluating the expression with that Message as the root object.
processMessage(Message<?>) - Method in interface org.springframework.integration.handler.MessageProcessor
Process the Message and return a value (or null).
processMessage(Message<?>) - Method in class org.springframework.integration.handler.MethodInvokingMessageProcessor
 
processMessage(NetSocketReader) - Method in class org.springframework.integration.ip.tcp.TcpNetReceivingChannelAdapter
 
processMessage(Message<?>) - Method in class org.springframework.integration.xml.transformer.XPathHeaderEnricher.XPathExpressionEvaluatingHeaderValueMessageProcessor
 
Publisher - Annotation Type in org.springframework.integration.aop
Annotation to indicate that a method, or all public methods if applied at class-level, should publish Messages.
PublisherAnnotationAdvisor - Class in org.springframework.integration.aop
An advisor that will apply the MessagePublishingInterceptor to any methods containing the provided annotations.
PublisherAnnotationAdvisor(Class<? extends Annotation>...) - Constructor for class org.springframework.integration.aop.PublisherAnnotationAdvisor
 
PublisherAnnotationAdvisor() - Constructor for class org.springframework.integration.aop.PublisherAnnotationAdvisor
 
PublisherAnnotationBeanPostProcessor - Class in org.springframework.integration.aop
Post-processes beans that contain the method-level @Publisher annotation.
PublisherAnnotationBeanPostProcessor() - Constructor for class org.springframework.integration.aop.PublisherAnnotationBeanPostProcessor
 
PublishingInterceptorParser - Class in org.springframework.integration.config.xml
Parser for the <publishing-interceptor> element.
PublishingInterceptorParser() - Constructor for class org.springframework.integration.config.xml.PublishingInterceptorParser
 
PublishSubscribeChannel - Class in org.springframework.integration.channel
A channel that sends Messages to each of its subscribers.
PublishSubscribeChannel(Executor) - Constructor for class org.springframework.integration.channel.PublishSubscribeChannel
Create a PublishSubscribeChannel that will use an Executor to invoke the handlers.
PublishSubscribeChannel() - Constructor for class org.springframework.integration.channel.PublishSubscribeChannel
Create a PublishSubscribeChannel that will invoke the handlers in the message sender's thread.
PublishSubscribeChannelParser - Class in org.springframework.integration.config.xml
Parser for the <publish-subscribe-channel> element.
PublishSubscribeChannelParser() - Constructor for class org.springframework.integration.config.xml.PublishSubscribeChannelParser
 
purge() - Method in class org.springframework.integration.channel.ChannelPurger
 
purge(MessageSelector) - Method in class org.springframework.integration.channel.QueueChannel
Remove any Messages that are not accepted by the provided selector.
put(String, Object) - Method in class org.springframework.integration.MessageHeaders
 
put(Message<?>) - Method in class org.springframework.integration.store.MessageGroupQueue
 
putAll(Map<? extends String, ? extends Object>) - Method in class org.springframework.integration.MessageHeaders
 

Q

QueueChannel - Class in org.springframework.integration.channel
Simple implementation of a message channel.
QueueChannel(BlockingQueue<Message<?>>) - Constructor for class org.springframework.integration.channel.QueueChannel
Create a channel with the specified queue.
QueueChannel(int) - Constructor for class org.springframework.integration.channel.QueueChannel
Create a channel with the specified queue capacity.
QueueChannel() - Constructor for class org.springframework.integration.channel.QueueChannel
Create a channel with "unbounded" queue capacity.

R

rawBuffer - Variable in class org.springframework.integration.ip.tcp.NioSocketReader
 
read(Class<? extends MultiValueMap<String, ?>>, HttpInputMessage) - Method in class org.springframework.integration.http.MultipartAwareFormHttpMessageConverter
 
read(InputStream, byte[], boolean) - Method in class org.springframework.integration.ip.tcp.converter.ByteArrayLengthHeaderConverter
Reads data from the socket and puts the data in buffer.
read(byte[], boolean) - Method in class org.springframework.integration.ip.tcp.NetSocketReader
Reads data from the socket and puts the data in buffer.
readChannel(ByteBuffer) - Method in class org.springframework.integration.ip.tcp.NioSocketReader
Reads from the channel into the buffer.
readChannelNonDeterministic() - Method in class org.springframework.integration.ip.tcp.NioSocketReader
Reads data into the rawBuffer for non-deterministic algorithms.
reader - Variable in class org.springframework.integration.ip.tcp.SimpleTcpNetOutboundGateway
 
readInternal(Class, HttpInputMessage) - Method in class org.springframework.integration.http.SerializingHttpMessageConverter
 
readMultipartFile(MultipartFile) - Method in class org.springframework.integration.http.DefaultMultipartFileReader
 
readMultipartFile(MultipartFile) - Method in class org.springframework.integration.http.FileCopyingMultipartFileReader
 
readMultipartFile(MultipartFile) - Method in interface org.springframework.integration.http.MultipartFileReader
Reads MultipartFile content.
readMultipartFile(MultipartFile) - Method in class org.springframework.integration.http.SimpleMultipartFileReader
 
readPacket() - Method in class org.springframework.integration.ip.tcp.connection.TcpNioConnection
Invoked by the factory when there is data to be read.
receive() - Method in class org.springframework.integration.aggregator.CorrelatingMessageBarrier
 
receive() - Method in class org.springframework.integration.channel.AbstractPollableChannel
Receive the first available message from this channel.
receive(long) - Method in class org.springframework.integration.channel.AbstractPollableChannel
Receive the first available message from this channel.
receive() - Method in class org.springframework.integration.channel.NullChannel
 
receive(long) - Method in class org.springframework.integration.channel.NullChannel
 
receive() - Method in interface org.springframework.integration.core.MessageSource
Retrieve the next available message from this source.
receive() - Method in class org.springframework.integration.core.MessagingTemplate
 
receive(PollableChannel) - Method in class org.springframework.integration.core.MessagingTemplate
 
receive() - Method in interface org.springframework.integration.core.PollableChannel
Receive a message from this channel, blocking indefinitely if necessary.
receive(long) - Method in interface org.springframework.integration.core.PollableChannel
Receive a message from this channel, blocking until either a message is available or the specified timeout period elapses.
receive() - Method in class org.springframework.integration.endpoint.MethodInvokingMessageSource
 
receive() - Method in class org.springframework.integration.file.FileReadingMessageSource
 
receive() - Method in class org.springframework.integration.gateway.AbstractMessagingGateway
 
receive() - Method in class org.springframework.integration.ip.udp.UnicastReceivingChannelAdapter
 
receive() - Method in class org.springframework.integration.jdbc.JdbcPollingChannelAdapter
Executes the query.
receive() - Method in class org.springframework.integration.jms.JmsDestinationPollingSource
Will receive a JMS Message converting and returning it as a Spring Integration Message.
receive() - Method in class org.springframework.integration.jmx.AttributePollingMessageSource
Retrieves the attribute value and returns it in the payload of a Message.
receive() - Method in class org.springframework.integration.mail.AbstractMailReceiver
 
receive() - Method in interface org.springframework.integration.mail.MailReceiver
 
receive() - Method in class org.springframework.integration.mail.MailReceivingMessageSource
 
receive() - Method in class org.springframework.integration.stream.ByteStreamReadingMessageSource
 
receive() - Method in class org.springframework.integration.stream.CharacterStreamReadingMessageSource
 
receiveBufferSize - Variable in class org.springframework.integration.ip.AbstractInternetProtocolReceivingChannelAdapter
 
receiveBufferSize - Variable in class org.springframework.integration.ip.tcp.SimpleTcpNetInboundGateway
 
RecipientListRouter - Class in org.springframework.integration.router
<recipient-list-router id="simpleRouter" input-channel="routingChannelA"> <recipient channel="channel1"/> <recipient channel="channel2"/> </recipient-list-router>

A Message Router that sends Messages to a list of recipient channels.

RecipientListRouter() - Constructor for class org.springframework.integration.router.RecipientListRouter
 
RecipientListRouter.Recipient - Class in org.springframework.integration.router
 
RecipientListRouter.Recipient(MessageChannel) - Constructor for class org.springframework.integration.router.RecipientListRouter.Recipient
 
RecipientListRouter.Recipient(MessageChannel, MessageSelector) - Constructor for class org.springframework.integration.router.RecipientListRouter.Recipient
 
RecipientListRouterParser - Class in org.springframework.integration.config.xml
Parser for the <recipient-list-router/> element.
RecipientListRouterParser() - Constructor for class org.springframework.integration.config.xml.RecipientListRouterParser
 
RecursiveLeafOnlyDirectoryScanner - Class in org.springframework.integration.file
DirectoryScanner that lists all files inside a directory and subdirectories, without limit.
RecursiveLeafOnlyDirectoryScanner() - Constructor for class org.springframework.integration.file.RecursiveLeafOnlyDirectoryScanner
 
REDELIVERED - Static variable in class org.springframework.integration.jms.JmsHeaders
 
REF_ATTRIBUTE - Static variable in class org.springframework.integration.config.xml.AbstractConsumerEndpointParser
 
RegexUtils - Class in org.springframework.integration.ip.util
Regular Expression Utilities.
RegexUtils() - Constructor for class org.springframework.integration.ip.util.RegexUtils
 
registerBeanDefinition(BeanDefinitionHolder, BeanDefinitionRegistry) - Method in class org.springframework.integration.config.xml.AbstractChannelParser
 
registerBeanDefinitionDecorator(String, BeanDefinitionDecorator) - Method in class org.springframework.integration.config.xml.AbstractIntegrationNamespaceHandler
 
registerBeanDefinitionDecoratorForAttribute(String, BeanDefinitionDecorator) - Method in class org.springframework.integration.config.xml.AbstractIntegrationNamespaceHandler
 
registerBeanDefinitionParser(String, BeanDefinitionParser) - Method in class org.springframework.integration.config.xml.AbstractIntegrationNamespaceHandler
 
registerChannel(String, MessageChannel) - Method in class org.springframework.integration.test.util.TestUtils.TestApplicationContext
 
registerEndpoint(String, AbstractEndpoint) - Method in class org.springframework.integration.test.util.TestUtils.TestApplicationContext
 
registerListener(TcpListener) - Method in class org.springframework.integration.ip.tcp.connection.AbstractConnectionFactory
Registers a TcpListener to receive messages after the payload has been converted from the input data.
registerListener(TcpListener) - Method in class org.springframework.integration.ip.tcp.connection.AbstractTcpConnection
 
registerListener(TcpListener) - Method in interface org.springframework.integration.ip.tcp.connection.TcpConnection
Sets the listener that will receive incoming Messages.
registerMessageGroupExpiryCallback(MessageGroupCallback) - Method in class org.springframework.integration.store.AbstractMessageGroupStore
 
registerMessageGroupExpiryCallback(MessageGroupCallback) - Method in interface org.springframework.integration.store.MessageGroupStore
Register a callback for when a message group is expired through MessageGroupStore.expireMessageGroups(long).
registerSender(TcpSender) - Method in class org.springframework.integration.ip.tcp.connection.AbstractConnectionFactory
Registers a TcpSender; for server sockets, used to provide connection information so a sender can be used to reply to incoming messages.
registerSender(TcpSender) - Method in class org.springframework.integration.ip.tcp.connection.AbstractTcpConnection
 
registerSender(TcpSender) - Method in interface org.springframework.integration.ip.tcp.connection.TcpConnection
Registers a sender.
release() - Method in class org.springframework.integration.util.UpperBound
Releases one lock on the underlying semaphore.
ReleaseStrategy - Interface in org.springframework.integration.aggregator
Strategy for determining when a group of messages reaches a state of completion (i.e. can trip a barrier).
ReleaseStrategy - 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.
ReleaseStrategyAdapter - Class in org.springframework.integration.aggregator
Adapter for methods annotated with @ReleaseStrategy and for 'release-strategy' elements that include a 'method' attribute (e.g.
ReleaseStrategyAdapter(Object, Method) - Constructor for class org.springframework.integration.aggregator.ReleaseStrategyAdapter
 
ReleaseStrategyAdapter(Object, String) - Constructor for class org.springframework.integration.aggregator.ReleaseStrategyAdapter
 
remainingCapacity() - Method in class org.springframework.integration.store.MessageGroupQueue
 
REMOTE_PORT - Static variable in class org.springframework.integration.ip.IpHeaders
 
RemotingInboundGatewaySupport - Class in org.springframework.integration.gateway
Support class for inbound Messaging Gateways.
RemotingInboundGatewaySupport() - Constructor for class org.springframework.integration.gateway.RemotingInboundGatewaySupport
 
remove(Object) - Method in class org.springframework.integration.MessageHeaders
 
remove(Message<?>) - Method in class org.springframework.integration.store.SimpleMessageGroup
 
removeDeadConnection(TcpConnection) - Method in interface org.springframework.integration.ip.tcp.connection.TcpSender
When we are using sockets owned by a TcpListener, this method is called each time a connection is closed.
removeDeadConnection(TcpConnection) - Method in class org.springframework.integration.ip.tcp.TcpSendingMessageHandler
 
removeHandler(MessageHandler) - Method in class org.springframework.integration.dispatcher.AbstractDispatcher
Remove the handler from the internal handler Set.
removeHandler(MessageHandler) - Method in interface org.springframework.integration.dispatcher.MessageDispatcher
 
removeHeader(String) - Method in class org.springframework.integration.core.MessageBuilder
Remove the value for the given header name.
removeMessage(UUID) - Method in class org.springframework.integration.jdbc.JdbcMessageStore
 
removeMessage(UUID) - Method in interface org.springframework.integration.store.MessageStore
Remove the Message with the given id from the MessageStore, if present, and return it.
removeMessage(UUID) - Method in class org.springframework.integration.store.SimpleMessageStore
 
removeMessageFromGroup(Object, Message<?>) - Method in class org.springframework.integration.jdbc.JdbcMessageStore
 
removeMessageFromGroup(Object, Message<?>) - Method in interface org.springframework.integration.store.MessageGroupStore
Persist a mark on a single message from the group.
removeMessageFromGroup(Object, Message<?>) - Method in class org.springframework.integration.store.SimpleMessageStore
 
removeMessageGroup(Object) - Method in class org.springframework.integration.jdbc.JdbcMessageStore
 
removeMessageGroup(Object) - Method in interface org.springframework.integration.store.MessageGroupStore
Remove the message group with this id.
removeMessageGroup(Object) - Method in class org.springframework.integration.store.SimpleMessageStore
 
RendezvousChannel - Class in org.springframework.integration.channel
A zero-capacity version of QueueChannel that delegates to a SynchronousQueue internally.
RendezvousChannel() - Constructor for class org.springframework.integration.channel.RendezvousChannel
 
REPLY_CHANNEL - Static variable in class org.springframework.integration.MessageHeaders
 
REPLY_TO - Static variable in class org.springframework.integration.jms.JmsHeaders
 
REPLY_TO - Static variable in class org.springframework.integration.mail.MailHeaders
 
REQUEST_METHOD - Static variable in class org.springframework.integration.http.HttpHeaders
 
REQUEST_URL - Static variable in class org.springframework.integration.http.HttpHeaders
 
RequestReplyExchanger - Interface in org.springframework.integration.gateway
Interface for a request/reply Message exchange.
ResequencerParser - Class in org.springframework.integration.config.xml
Parser for the <resequencer> element.
ResequencerParser() - Constructor for class org.springframework.integration.config.xml.ResequencerParser
 
ResequencingMessageGroupProcessor - Class in org.springframework.integration.aggregator
This class implements all the strategy interfaces needed for a default resequencer.
ResequencingMessageGroupProcessor() - Constructor for class org.springframework.integration.aggregator.ResequencingMessageGroupProcessor
 
resolveChannelName(String) - Method in class org.springframework.integration.channel.MapBasedChannelResolver
 
resolveChannelName(String) - Method in class org.springframework.integration.context.BeanFactoryChannelResolver
 
resolveChannelName(String) - Method in interface org.springframework.integration.core.ChannelResolver
Return the MessageChannel for the given name.
resolveContentType(Object) - Method in interface org.springframework.integration.http.ContentTypeResolver
Resolves the content type of a given object.
resolveContentType(String, String) - Method in interface org.springframework.integration.http.ContentTypeResolver
Resolves the content type of a given String instance and charset name.
resolveHandlerMethod(Message<?>) - Method in interface org.springframework.integration.handler.HandlerMethodResolver
 
resolveHandlerMethod(Message<?>) - Method in class org.springframework.integration.handler.PayloadTypeMatchingHandlerMethodResolver
 
resolveHandlerMethod(Message<?>) - Method in class org.springframework.integration.handler.StaticHandlerMethodResolver
 
resolveId(Element, AbstractBeanDefinition, ParserContext) - Method in class org.springframework.integration.config.xml.AbstractChannelAdapterParser
 
resolveId(Element, AbstractBeanDefinition, ParserContext) - Method in class org.springframework.integration.config.xml.AbstractInboundGatewayParser
 
resolveId(Element, AbstractBeanDefinition, ParserContext) - Method in class org.springframework.integration.config.xml.AbstractOutboundGatewayParser
 
resolveId(Element, AbstractBeanDefinition, ParserContext) - Method in class org.springframework.integration.config.xml.ApplicationEventMulticasterParser
 
resolveId(Element, AbstractBeanDefinition, ParserContext) - Method in class org.springframework.integration.config.xml.MessageHistoryParser
 
resolveId(Element, AbstractBeanDefinition, ParserContext) - Method in class org.springframework.integration.config.xml.PollerParser
 
resolveId(Element, AbstractBeanDefinition, ParserContext) - Method in class org.springframework.integration.http.config.HttpInboundEndpointParser
 
resolveReplyChannel(Message<?>, MessageChannel) - Method in class org.springframework.integration.handler.AbstractMessageHandler
 
ResponseStatusCodeException - Exception in org.springframework.integration.http
Exception that provides a response status code.
ResponseStatusCodeException(int) - Constructor for exception org.springframework.integration.http.ResponseStatusCodeException
 
restartAckThread() - Method in class org.springframework.integration.ip.udp.UnicastSendingMessageHandler
If exposed as an MBean, can be used to restart the ack thread if a fatal (bind) error occurred, without bouncing the JVM.
ResultFactory - Interface in org.springframework.integration.xml.result
Factory to create a Result possibly taking into account the provided message payload instance.
ResultToDocumentTransformer - Class in org.springframework.integration.xml.transformer
Creates a Document from a Result payload.
ResultToDocumentTransformer(DocumentBuilderFactory) - Constructor for class org.springframework.integration.xml.transformer.ResultToDocumentTransformer
 
ResultToDocumentTransformer() - Constructor for class org.springframework.integration.xml.transformer.ResultToDocumentTransformer
 
ResultToStringTransformer - Class in org.springframework.integration.xml.transformer
Converts the passed Result to an instance of String Supports StringResult and DOMResult
ResultToStringTransformer() - Constructor for class org.springframework.integration.xml.transformer.ResultToStringTransformer
 
ResultTransformer - Interface in org.springframework.integration.xml.transformer
 
returnBuffer(ByteBuffer) - Method in class org.springframework.integration.ip.tcp.NioSocketWriter
 
RmiInboundGateway - Class in org.springframework.integration.rmi
An inbound Messaging Gateway for RMI-based remoting.
RmiInboundGateway() - Constructor for class org.springframework.integration.rmi.RmiInboundGateway
 
RmiInboundGatewayParser - Class in org.springframework.integration.rmi.config
Parser for the <inbound-gateway/> element of the 'rmi' namespace.
RmiInboundGatewayParser() - Constructor for class org.springframework.integration.rmi.config.RmiInboundGatewayParser
 
RmiNamespaceHandler - Class in org.springframework.integration.rmi.config
Namespace handler for Spring Integration's rmi namespace.
RmiNamespaceHandler() - Constructor for class org.springframework.integration.rmi.config.RmiNamespaceHandler
 
RmiOutboundGateway - Class in org.springframework.integration.rmi
An outbound Messaging Gateway for RMI-based remoting.
RmiOutboundGateway(String) - Constructor for class org.springframework.integration.rmi.RmiOutboundGateway
 
RmiOutboundGatewayParser - Class in org.springframework.integration.rmi.config
Parser for the <outbound-gateway/> element of the 'rmi' namespace.
RmiOutboundGatewayParser() - Constructor for class org.springframework.integration.rmi.config.RmiOutboundGatewayParser
 
RoundRobinLoadBalancingStrategy - Class in org.springframework.integration.dispatcher
Round-robin implementation of LoadBalancingStrategy.
RoundRobinLoadBalancingStrategy() - Constructor for class org.springframework.integration.dispatcher.RoundRobinLoadBalancingStrategy
 
Router - Annotation Type in org.springframework.integration.annotation
Indicates that a method is capable of resolving to a channel or channel name based on a message, message header(s), or both.
RouterAnnotationPostProcessor - Class in org.springframework.integration.config.annotation
Post-processor for Methods annotated with @Router.
RouterAnnotationPostProcessor(ListableBeanFactory) - Constructor for class org.springframework.integration.config.annotation.RouterAnnotationPostProcessor
 
RouterFactoryBean - Class in org.springframework.integration.config
Factory bean for creating a Message Router.
RouterFactoryBean() - Constructor for class org.springframework.integration.config.RouterFactoryBean
 
run() - Method in class org.springframework.integration.ip.tcp.AbstractTcpReceivingChannelAdapter
Checks that we have a task executor and calls AbstractTcpReceivingChannelAdapter.server().
run() - Method in class org.springframework.integration.ip.tcp.connection.TcpNetClientConnectionFactory
 
run() - Method in class org.springframework.integration.ip.tcp.connection.TcpNetConnection
If there is no listener, and this connection is not for single use, this method exits.
run() - Method in class org.springframework.integration.ip.tcp.connection.TcpNetServerConnectionFactory
If no listener registers, exits.
run() - Method in class org.springframework.integration.ip.tcp.connection.TcpNioClientConnectionFactory
 
run() - Method in class org.springframework.integration.ip.tcp.connection.TcpNioConnection
If there is no listener, and this connection is not for single use, this method exits.
run() - Method in class org.springframework.integration.ip.tcp.connection.TcpNioServerConnectionFactory
If no listener registers, exits.
run() - Method in class org.springframework.integration.ip.udp.UnicastReceivingChannelAdapter
 
run() - Method in class org.springframework.integration.ip.udp.UnicastSendingMessageHandler
Process acknowledgments, if requested.
run() - Method in class org.springframework.integration.store.MessageGroupStoreReaper
Expire all message groups older than the timeout provided.

S

sameExceptIgnorableHeaders(Message<?>, String...) - Static method in class org.springframework.integration.test.matcher.PayloadAndHeaderMatcher
 
SAVED_KEY - Static variable in class org.springframework.integration.jdbc.JdbcMessageStore
The name of the message header that stores a flag to indicate that the message has been saved.
ScheduledMessageProducer - Class in org.springframework.integration.endpoint
 
ScheduledMessageProducer(Trigger, String) - Constructor for class org.springframework.integration.endpoint.ScheduledMessageProducer
 
ScheduledProducerParser - Class in org.springframework.integration.config.xml
Parser for the <scheduled-producer> element.
ScheduledProducerParser() - Constructor for class org.springframework.integration.config.xml.ScheduledProducerParser
 
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
 
SelectorParser - Class in org.springframework.integration.config.xml
Parser for a top-level <selector/> element.
SelectorParser() - Constructor for class org.springframework.integration.config.xml.SelectorParser
 
semaphore - Variable in class org.springframework.integration.util.UpperBound
 
send(Message<?>) - Method in class org.springframework.integration.channel.AbstractMessageChannel
Send a message on this channel.
send(Message<?>, long) - Method in class org.springframework.integration.channel.AbstractMessageChannel
Send a message on this channel.
send(Message<?>) - Method in class org.springframework.integration.channel.NullChannel
 
send(Message<?>, long) - Method in class org.springframework.integration.channel.NullChannel
 
send(Message<?>) - Method in 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(Message<?>) - Method in class org.springframework.integration.core.MessagingTemplate
 
send(MessageChannel, Message<?>) - Method in class org.springframework.integration.core.MessagingTemplate
 
send(Object) - Method in class org.springframework.integration.gateway.AbstractMessagingGateway
 
send(Message<?>) - Method in interface org.springframework.integration.ip.tcp.connection.TcpConnection
Converts and sends the message.
send(Message<?>) - Method in class org.springframework.integration.ip.tcp.connection.TcpNetConnection
 
send(Message<?>) - Method in class org.springframework.integration.ip.tcp.connection.TcpNioConnection
 
send(DatagramPacket) - Method in class org.springframework.integration.ip.udp.UnicastSendingMessageHandler
 
send(Message<?>) - Method in class org.springframework.integration.jms.JmsDestinationBackedMessageChannel
 
send(Message<?>, long) - Method in class org.springframework.integration.jms.JmsDestinationBackedMessageChannel
 
sendAck(Message<byte[]>) - Method in class org.springframework.integration.ip.udp.UnicastReceivingChannelAdapter
 
sendAndReceive(Message<?>) - Method in class org.springframework.integration.core.MessagingTemplate
 
sendAndReceive(MessageChannel, Message<?>) - Method in class org.springframework.integration.core.MessagingTemplate
 
sendAndReceive(Object) - Method in class org.springframework.integration.gateway.AbstractMessagingGateway
 
sendAndReceive(Object) - Method in class org.springframework.integration.gateway.SimpleMessagingGateway
 
sendAndReceiveMessage(Object) - Method in class org.springframework.integration.gateway.AbstractMessagingGateway
 
sendAndReceiveMessage(Object) - Method in class org.springframework.integration.gateway.SimpleMessagingGateway
 
sender - Variable in class org.springframework.integration.ip.tcp.connection.AbstractConnectionFactory
 
sender - Variable in class org.springframework.integration.ip.tcp.connection.AbstractTcpConnection
 
sendMessage(Message<?>) - Method in class org.springframework.integration.endpoint.MessageProducerSupport
 
sendReplyMessage(Message<?>, MessageChannel) - Method in class org.springframework.integration.handler.AbstractReplyProducingMessageHandler
 
SEQUENCE_NUMBER - Static variable in class org.springframework.integration.MessageHeaders
 
SEQUENCE_SIZE - Static variable in class org.springframework.integration.MessageHeaders
 
SequenceNumberComparator - Class in org.springframework.integration.aggregator
 
SequenceNumberComparator() - Constructor for class org.springframework.integration.aggregator.SequenceNumberComparator
 
SequenceSizeReleaseStrategy - Class in org.springframework.integration.aggregator
An implementation of ReleaseStrategy that simply compares the current size of the message list to the expected 'sequenceSize'.
SequenceSizeReleaseStrategy() - Constructor for class org.springframework.integration.aggregator.SequenceSizeReleaseStrategy
 
SequenceSizeReleaseStrategy(boolean) - Constructor for class org.springframework.integration.aggregator.SequenceSizeReleaseStrategy
 
SerializationException - Exception in org.springframework.commons.serializer
 
SerializationException(String) - Constructor for exception org.springframework.commons.serializer.SerializationException
Construct a SerializationException with the specified detail message.
SerializationException(String, Throwable) - Constructor for exception org.springframework.commons.serializer.SerializationException
Construct a SerializationException with the specified detail message and nested exception.
SerializationFailureException - Exception in org.springframework.commons.serializer
 
SerializationFailureException(String) - Constructor for exception org.springframework.commons.serializer.SerializationFailureException
Construct a SerializationFailureException with the specified detail message.
SerializationFailureException(String, Throwable) - Constructor for exception org.springframework.commons.serializer.SerializationFailureException
Construct a SerializationFailureException with the specified detail message and nested exception.
SerializationUtils - Class in org.springframework.integration.jdbc.util
Static utility to help with serialization.
SerializationUtils() - Constructor for class org.springframework.integration.jdbc.util.SerializationUtils
 
serialize(Object) - Static method in class org.springframework.integration.jdbc.util.SerializationUtils
Serialize the object provided.
SerializingConverter - Class in org.springframework.commons.serializer.java
Delegates to a JavaStreamingConverter to serialize an object to a byte[].
SerializingConverter() - Constructor for class org.springframework.commons.serializer.java.SerializingConverter
 
SerializingHttpMessageConverter - Class in org.springframework.integration.http
An HttpMessageConverter implementation for Serializable instances.
SerializingHttpMessageConverter() - Constructor for class org.springframework.integration.http.SerializingHttpMessageConverter
Creates a new instance of the SerializingHttpMessageConverter.
server() - Method in class org.springframework.integration.ip.tcp.AbstractTcpReceivingChannelAdapter
Establishes the server.
server() - Method in class org.springframework.integration.ip.tcp.TcpNetReceivingChannelAdapter
Creates the server socket, listens for incoming connections and schedules execution of the TcpNetReceivingChannelAdapter.handleSocket(Socket) method for each new connection.
server() - Method in class org.springframework.integration.ip.tcp.TcpNioReceivingChannelAdapter
Opens a non-blocking ServerSocketChannel, registers it with a Selector and calls TcpNioReceivingChannelAdapter.doSelect(ServerSocketChannel, Selector).
serverChannel - Variable in class org.springframework.integration.ip.tcp.connection.TcpNioServerConnectionFactory
 
serverChannel - Variable in class org.springframework.integration.ip.tcp.TcpNioReceivingChannelAdapter
 
serverConnectionFactory - Variable in class org.springframework.integration.ip.tcp.TcpReceivingChannelAdapter
 
serverConnectionFactory - Variable in class org.springframework.integration.ip.tcp.TcpSendingMessageHandler
 
serverSocket - Variable in class org.springframework.integration.ip.tcp.connection.TcpNetServerConnectionFactory
 
serverSocket - Variable in class org.springframework.integration.ip.tcp.TcpNetReceivingChannelAdapter
 
serverSocket - Variable in class org.springframework.integration.ip.tcp.TcpReceivingChannelAdapter
 
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
 
ServiceActivatingHandler(AbstractMessageProcessor) - 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
 
ServiceActivatorFactoryBean - Class in org.springframework.integration.config
FactoryBean for creating ServiceActivatingHandler instances.
ServiceActivatorFactoryBean() - Constructor for class org.springframework.integration.config.ServiceActivatorFactoryBean
 
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
 
setAckAddress(String) - Method in class org.springframework.integration.ip.udp.DatagramPacketMessageMapper
 
setAcknowledge(boolean) - Method in class org.springframework.integration.ip.udp.DatagramPacketMessageMapper
 
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.UnmarshallingTransformer
If true always delegate to the SourceFactory.
setAlwaysUseSourceResultFactories(boolean) - Method in class org.springframework.integration.xml.transformer.XsltPayloadTransformer
Specifies whether ResultFactory and SourceFactory should always be used, 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.config.RouterFactoryBean
 
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.AbstractMessageRouter
Specify whether to apply the sequence number and size headers to the messages prior to sending to the recipient channels.
setArgumentMapVariableName(String) - Method in class org.springframework.integration.aop.AbstractExpressionSource
 
setArgumentVariableNameMap(Map<String, String[]>) - Method in class org.springframework.integration.aop.MethodNameMappingExpressionSource
 
setAttributeName(String) - Method in class org.springframework.integration.jmx.AttributePollingMessageSource
Specify the name of the attribute to be retrieved.
setAuthenticator(Authenticator) - Method in class org.springframework.integration.mail.config.MailReceiverFactoryBean
 
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.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.ws.MarshallingWebServiceInboundGateway
 
setBeanClassLoader(ClassLoader) - Method in class org.springframework.integration.aop.PublisherAnnotationBeanPostProcessor
 
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.aop.PublisherAnnotationAdvisor
 
setBeanFactory(BeanFactory) - Method in class org.springframework.integration.aop.PublisherAnnotationBeanPostProcessor
 
setBeanFactory(BeanFactory) - Method in class org.springframework.integration.channel.MessagePublishingErrorHandler
 
setBeanFactory(BeanFactory) - Method in class org.springframework.integration.config.annotation.MessagingAnnotationPostProcessor
 
setBeanFactory(BeanFactory) - Method in class org.springframework.integration.config.ConsumerEndpointFactoryBean
 
setBeanFactory(BeanFactory) - Method in class org.springframework.integration.config.SourcePollingChannelAdapterFactoryBean
 
setBeanFactory(BeanFactory) - Method in class org.springframework.integration.context.BeanFactoryChannelResolver
 
setBeanFactory(BeanFactory) - Method in class org.springframework.integration.context.IntegrationObjectSupport
 
setBeanFactory(BeanFactory) - Method in class org.springframework.integration.control.ControlBus
 
setBeanFactory(BeanFactory) - Method in class org.springframework.integration.file.config.FileWritingMessageHandlerFactoryBean
 
setBeanFactory(BeanFactory) - Method in class org.springframework.integration.handler.ArgumentArrayMessageMapper
 
setBeanFactory(BeanFactory) - Method in class org.springframework.integration.handler.ExpressionEvaluatingMessageProcessor
Specify a BeanFactory in order to enable resolution via @beanName in the expression.
setBeanFactory(BeanFactory) - Method in class org.springframework.integration.history.MessageHistoryWriter
 
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.transformer.AbstractMessageProcessingTransformer
 
setBeanFactory(BeanFactory) - Method in class org.springframework.integration.transformer.MapToObjectTransformer
 
setBeanFactory(BeanFactory) - Method in class org.springframework.integration.ws.MarshallingWebServiceInboundGateway
 
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.jms.JmsDestinationBackedMessageChannel
 
setBeanName(String) - Method in class org.springframework.integration.ws.MarshallingWebServiceInboundGateway
 
setBuffsPerConnection(int) - Method in class org.springframework.integration.ip.tcp.TcpNioSendingMessageHandler
If direct buffers are being used, sets the max number of buffers allowed per connection.
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.
setChannelAttributeName(String) - Method in class org.springframework.integration.aop.MethodAnnotationExpressionSource
 
setChannelMap(Map<String, String>) - Method in class org.springframework.integration.aop.MethodNameMappingExpressionSource
 
setChannelMap(Map<String, ? extends MessageChannel>) - Method in class org.springframework.integration.channel.MapBasedChannelResolver
Provide a map of channels to be used by this resolver.
setChannelName(String) - Method in class org.springframework.integration.aop.SimpleExpressionSource
 
setChannelResolver(ChannelResolver) - Method in class org.springframework.integration.aggregator.CorrelatingMessageHandler
 
setChannelResolver(ChannelResolver) - Method in class org.springframework.integration.aop.MessagePublishingInterceptor
 
setChannelResolver(ChannelResolver) - Method in class org.springframework.integration.config.RouterFactoryBean
 
setChannelResolver(ChannelResolver) - Method in class org.springframework.integration.context.IntegrationObjectSupport
 
setChannelResolver(ChannelResolver) - Method in class org.springframework.integration.file.config.FileWritingMessageHandlerFactoryBean
 
setChannelResolver(ChannelResolver) - Method in class org.springframework.integration.handler.AbstractReplyProducingMessageHandler
Set the ChannelResolver to be used when there is no default output channel.
setChannelResolver(ChannelResolver) - Method in class org.springframework.integration.router.AbstractChannelNameResolvingMessageRouter
Specify the ChannelResolver strategy to use.
setChannels(List<MessageChannel>) - Method in class org.springframework.integration.router.RecipientListRouter
Set the channels for this router.
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.http.HttpRequestExecutingMessageHandler
Specify the charset name to use for converting String-typed payloads to bytes.
setCharset(Charset) - Method in class org.springframework.integration.http.MultipartAwareFormHttpMessageConverter
Sets the character set used for writing form data.
setCharset(String) - Method in class org.springframework.integration.ip.tcp.connection.TcpMessageMapper
 
setCharset(String) - Method in class org.springframework.integration.ip.tcp.SocketMessageMapper
 
setCharset(String) - Method in class org.springframework.integration.ip.udp.DatagramPacketMessageMapper
 
setCharset(String) - Method in class org.springframework.integration.mail.transformer.MailToStringTransformer
Specify the name of the Charset to use when converting from bytes.
setClose(boolean) - Method in class org.springframework.integration.ip.tcp.AbstractTcpReceivingChannelAdapter
 
setClose(boolean) - Method in class org.springframework.integration.ip.tcp.SimpleTcpNetInboundGateway
 
setClose(boolean) - Method in class org.springframework.integration.ip.tcp.SimpleTcpNetOutboundGateway
 
setComparator(Comparator<Message<?>>) - Method in class org.springframework.integration.aggregator.ResequencingMessageGroupProcessor
A comparator to use to order messages before processing.
setComparator(Comparator<File>) - Method in class org.springframework.integration.file.config.FileReadingMessageSourceFactoryBean
 
setComponentName(String) - Method in class org.springframework.integration.context.IntegrationObjectSupport
Sets the name of this component.
setConnectionFactory(AbstractConnectionFactory) - Method in class org.springframework.integration.ip.tcp.TcpReceivingChannelAdapter
Sets the client or server connection factory; for this (an inbound adapter), if the factory is a client connection factory, the sockets are owned by a sending channel adapter and this adapter is used to receive replies.
setConnectionFactory(AbstractConnectionFactory) - Method in class org.springframework.integration.ip.tcp.TcpSendingMessageHandler
Sets the client or server connection factory; for this (an outbound adapter), if the factory is a server connection factory, the sockets are owned by a receiving channel adapter and this adapter is used to send replies.
setConnectionFactory(ConnectionFactory) - Method in class org.springframework.integration.jms.AbstractJmsTemplateBasedAdapter
 
setConnectionFactory(ConnectionFactory) - Method in class org.springframework.integration.jms.JmsDestinationBackedMessageChannel
 
setConnectionFactory(ConnectionFactory) - Method in class org.springframework.integration.jms.JmsOutboundGateway
Set the JMS ConnectionFactory that this gateway should use.
setConversionService(ConversionService) - Method in class org.springframework.integration.channel.AbstractMessageChannel
Specify the ConversionService to use when trying to convert to one of this channel's supported datatypes for a Message whose payload does not already match.
setConversionService(ConversionService) - Method in class org.springframework.integration.context.IntegrationObjectSupport
 
setConversionService(ConversionService) - Method in class org.springframework.integration.handler.AbstractMessageProcessor
 
setConverter(Converter<byte[], Object>) - Method in class org.springframework.integration.transformer.PayloadDeserializingTransformer
 
setConverter(Converter<Object, byte[]>) - Method in class org.springframework.integration.transformer.PayloadSerializingTransformer
 
setConverter(Converter<T, U>) - Method in class org.springframework.integration.transformer.PayloadTypeConvertingTransformer
Sets the converter to be used for Serialization.
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.
setConverter(XmlPayloadConverter) - Method in class org.springframework.integration.xml.transformer.XPathTransformer
Specify the XmlPayloadConverter to use when converting a Message payload prior to XPath evaluation.
setCopyUploadedFiles(boolean) - Method in class org.springframework.integration.http.DefaultInboundRequestMapper
Specify whether uploaded multipart files should be copied to a temporary file on the server.
setCorrelationId(Object) - Method in class org.springframework.integration.core.MessageBuilder
 
setCorrelationStrategy(CorrelationStrategy) - Method in class org.springframework.integration.aggregator.CorrelatingMessageBarrier
Set the CorrelationStrategy to be used to determine the correlation key for incoming messages
setCorrelationStrategy(CorrelationStrategy) - Method in class org.springframework.integration.aggregator.CorrelatingMessageHandler
 
setCreateDocuments(boolean) - Method in class org.springframework.integration.xml.splitter.XPathMessageSplitter
 
setCustomSocketReaderClassName(String) - Method in class org.springframework.integration.ip.tcp.SimpleTcpNetInboundGateway
 
setCustomSocketReaderClassName(String) - Method in class org.springframework.integration.ip.tcp.SimpleTcpNetOutboundGateway
 
setCustomSocketReaderClassName(String) - Method in class org.springframework.integration.ip.tcp.TcpNetReceivingChannelAdapter
 
setCustomSocketReaderClassName(String) - Method in class org.springframework.integration.ip.tcp.TcpNioReceivingChannelAdapter
 
setCustomSocketWriterClassName(String) - Method in class org.springframework.integration.ip.tcp.SimpleTcpNetInboundGateway
 
setCustomSocketWriterClassName(String) - Method in class org.springframework.integration.ip.tcp.SimpleTcpNetOutboundGateway
 
setCustomSocketWriterClassName(String) - Method in class org.springframework.integration.ip.tcp.TcpNetSendingMessageHandler
 
setCustomSocketWriterClassName(String) - Method in class org.springframework.integration.ip.tcp.TcpNioSendingMessageHandler
 
setDataSource(DataSource) - Method in class org.springframework.integration.jdbc.JdbcMessageStore
The JDBC DataSource to use when interacting with the database.
setDatatypes(Class<?>...) - Method in class org.springframework.integration.channel.AbstractMessageChannel
Specify the Message payload datatype(s) supported by this channel.
setDebug(boolean) - Method in class org.springframework.integration.xmpp.XmppConnectionFactory
 
setDefaultChannel(MessageChannel) - Method in class org.springframework.integration.aop.MessagePublishingInterceptor
 
setDefaultChannel(MessageChannel) - Method in class org.springframework.integration.aop.PublisherAnnotationAdvisor
 
setDefaultChannel(MessageChannel) - Method in class org.springframework.integration.aop.PublisherAnnotationBeanPostProcessor
Set the default channel where Messages should be sent if the annotation itself does not provide a channel.
setDefaultChannel(MessageChannel) - Method in class org.springframework.integration.core.MessagingTemplate
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
 
setDefaultMultipartCharset(String) - Method in class org.springframework.integration.http.SimpleMultipartFileReader
Specify the default charset name to use when converting multipart file content into Strings if the multipart itself does not provide a charset.
setDefaultNotificationType(String) - Method in class org.springframework.integration.jmx.NotificationPublishingMessageHandler
Specify a dot-delimited String representing the Notification type to use by default when no explicit Notification mapper has been configured.
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.
setDefaultOverwrite(boolean) - Method in class org.springframework.integration.transformer.HeaderEnricher
 
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.
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.AbstractJmsTemplateBasedAdapter
 
setDeliveryMode(int) - Method in class org.springframework.integration.jms.JmsOutboundGateway
Specify the JMS DeliveryMode to use when sending request Messages.
setDeliveryPersistent(boolean) - Method in class org.springframework.integration.jms.AbstractJmsTemplateBasedAdapter
 
setDeliveryPersistent(boolean) - Method in class org.springframework.integration.jms.JmsDestinationBackedMessageChannel
 
setDestination(Destination) - Method in class org.springframework.integration.jms.AbstractJmsTemplateBasedAdapter
 
setDestination(Destination) - Method in class org.springframework.integration.jms.JmsDestinationBackedMessageChannel
 
setDestinationName(String) - Method in class org.springframework.integration.jms.AbstractJmsTemplateBasedAdapter
 
setDestinationName(String) - Method in class org.springframework.integration.jms.JmsDestinationBackedMessageChannel
 
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.JmsDestinationBackedMessageChannel
 
setDestinationResolver(DestinationResolver) - Method in class org.springframework.integration.jms.JmsOutboundGateway
Provide the DestinationResolver to use when resolving either a 'requestDestinationName' or 'replyDestinationName' value.
setDirectory(File) - Method in class org.springframework.integration.file.config.FileReadingMessageSourceFactoryBean
 
setDirectory(File) - Method in class org.springframework.integration.file.config.FileWritingMessageHandlerFactoryBean
 
setDirectory(File) - Method in class org.springframework.integration.file.FileReadingMessageSource
Specify the input directory.
setDiscardChannel(MessageChannel) - Method in class org.springframework.integration.aggregator.CorrelatingMessageHandler
 
setDiscardChannel(MessageChannel) - Method in class org.springframework.integration.config.FilterFactoryBean
 
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
 
setDynamicParameterExpressions(Map<String, String>) - Method in class org.springframework.integration.http.DefaultParameterExtractor
A map of parameter name to SpEL expressions on the message.
setErrorChannel(MessageChannel) - Method in class org.springframework.integration.core.MessageBuilder
 
setErrorChannelName(String) - Method in class org.springframework.integration.core.MessageBuilder
 
setErrorHandler(ErrorHandler) - Method in class org.springframework.integration.channel.PublishSubscribeChannel
Provide an ErrorHandler strategy for handling Exceptions that occur downstream from this channel.
setErrorHandler(ErrorHandler) - Method in class org.springframework.integration.endpoint.AbstractPollingEndpoint
 
setErrorHandler(ResponseErrorHandler) - Method in class org.springframework.integration.http.HttpRequestExecutingMessageHandler
Set the ResponseErrorHandler for the underlying RestTemplate.
setEvaluationType(XPathEvaluationType) - Method in class org.springframework.integration.xml.transformer.XPathHeaderEnricher.XPathExpressionEvaluatingHeaderValueMessageProcessor
 
setEvaluationType(XPathEvaluationType) - Method in class org.springframework.integration.xml.transformer.XPathTransformer
Specify the expected XPathEvaluationType.
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.
setExceptionMapper(InboundMessageMapper<Throwable>) - Method in class org.springframework.integration.gateway.AbstractMessagingGateway
Provide an InboundMessageMapper for creating a reply Message from an Exception that occurs downstream from this gateway.
setExceptionMapper(InboundMessageMapper<Throwable>) - Method in class org.springframework.integration.gateway.GatewayProxyFactoryBean
 
setExceptionTypeChannelMap(Map<Class<? extends Throwable>, MessageChannel>) - Method in class org.springframework.integration.router.ErrorMessageExceptionTypeRouter
 
setExceptionVariableName(String) - Method in class org.springframework.integration.aop.AbstractExpressionSource
 
setExpectedResponseType(Class<?>) - Method in class org.springframework.integration.http.HttpRequestExecutingMessageHandler
Specify the expected response type for the REST request.
setExpectedType(Class<?>) - Method in class org.springframework.integration.handler.ExpressionEvaluatingMessageProcessor
Set the result type expected from evaluation of the expression.
setExpectReply(boolean) - Method in class org.springframework.integration.gateway.RemotingInboundGatewaySupport
Specify whether the gateway should be expected to return a reply.
setExpectReply(boolean) - Method in class org.springframework.integration.http.HttpRequestExecutingMessageHandler
Specify whether a reply Message is expected.
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.core.MessageBuilder
 
setExpirationDate(Date) - Method in class org.springframework.integration.core.MessageBuilder
 
setExpireOnDestroy(boolean) - Method in class org.springframework.integration.store.MessageGroupStoreReaper
Flag to indicate that the stores should be expired when this component is destroyed (i.e. usuually when its enclosing ApplicationContext is closed).
setExpiryCallbacks(Collection<MessageGroupCallback>) - Method in class org.springframework.integration.store.AbstractMessageGroupStore
Convenient injection point for expiry callbacks in the message store.
setExplicitQosEnabled(boolean) - Method in class org.springframework.integration.jms.AbstractJmsTemplateBasedAdapter
 
setExplicitQosEnabled(boolean) - Method in class org.springframework.integration.jms.JmsDestinationBackedMessageChannel
 
setExplicitQosEnabled(boolean) - Method in class org.springframework.integration.jms.JmsOutboundGateway
Specify whether explicit QoS settings are enabled (deliveryMode, priority, and timeToLive).
setExplicitQosEnabledForReplies(boolean) - Method in class org.springframework.integration.jms.ChannelPublishingJmsMessageListener
Specify whether explicit QoS should be enabled for replies (for timeToLive, priority, and deliveryMode settings).
setExpression(String) - Method in class org.springframework.integration.handler.LoggingHandler
 
setExpressionSource(ExpressionSource) - Method in class org.springframework.integration.aop.MessagePublishingInterceptor
 
setExtractIntegrationMessagePayload(boolean) - Method in class org.springframework.integration.jms.DefaultMessageConverter
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.DefaultMessageConverter
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.http.HttpRequestExecutingMessageHandler
Specify whether the outbound message's payload should be extracted when preparing the request body.
setExtractPayload(boolean) - Method in class org.springframework.integration.jms.AbstractJmsTemplateBasedAdapter
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.ws.SimpleWebServiceInboundGateway
 
setExtractPayload(boolean) - Method in class org.springframework.integration.xml.transformer.MarshallingTransformer
Specify whether the source Message's payload should be extracted prior to marshalling.
setExtractPayload(boolean) - Method in class org.springframework.integration.xmpp.messages.XmppMessageDrivenEndpoint
Specify whether the text message body should be extracted when mapping to a Spring Integration Message payload.
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.
setFailedMessage(Message<?>) - Method in exception org.springframework.integration.MessagingException
 
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.DefaultDirectoryScanner
Sets a custom filter to be used by this scanner.
setFilter(FileListFilter) - Method in interface org.springframework.integration.file.DirectoryScanner
Sets a custom filter to be used by this scanner.
setFilter(FileListFilter) - Method in class org.springframework.integration.file.FileReadingMessageSource
Sets a FileListFilter.
setFilter(NotificationFilter) - Method in class org.springframework.integration.jmx.NotificationListeningMessageProducer
Specify a NotificationFilter to be passed to the server when registering this listener.
setFilterReference(FileListFilter) - Method in class org.springframework.integration.file.config.FileListFilterFactoryBean
 
setHandback(Object) - Method in class org.springframework.integration.jmx.NotificationListeningMessageProducer
Specify a handback object to provide context to the listener upon notification.
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.core.MessageBuilder
Set the value for the given header name.
setHeaderExpressionMap(Map<String, Map<String, String>>) - Method in class org.springframework.integration.aop.MethodNameMappingExpressionSource
 
setHeaderExpressions(Map<String, String>) - Method in class org.springframework.integration.aop.SimpleExpressionSource
 
setHeaderExpressions(Map<String, String>) - Method in class org.springframework.integration.endpoint.ScheduledMessageProducer
 
setHeaderIfAbsent(String, Object) - Method in class org.springframework.integration.core.MessageBuilder
Set the value for the given header name only if the header name is not already associated with a value.
setHeaderMapper(HeaderMapper<HttpHeaders>) - Method in class org.springframework.integration.http.HttpRequestExecutingMessageHandler
Set the HeaderMapper to use when mapping between HTTP headers and MessageHeaders.
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.
setHeaderTypes(Map<String, Class<?>>) - Method in class org.springframework.integration.json.InboundJsonMessageMapper
 
setHost(String) - Method in class org.springframework.integration.xmpp.XmppConnectionFactory
 
setHttpMethod(HttpMethod) - Method in class org.springframework.integration.http.DefaultOutboundRequestMapper
Specify the HttpMethod that will be used when executing requests.
setHttpMethod(HttpMethod) - Method in class org.springframework.integration.http.HttpRequestExecutingMessageHandler
Specify the HttpMethod for requests.
setIdsParameterName(String) - Method in class org.springframework.integration.jdbc.DefaultSqlParameterSourceFactory
Name of the id list in the output parameters if the input is a List (default "idList").
setIgnoreChannelNameResolutionFailures(Boolean) - Method in class org.springframework.integration.config.RouterFactoryBean
 
setIgnoreChannelNameResolutionFailures(boolean) - Method in class org.springframework.integration.router.AbstractChannelNameResolvingMessageRouter
Specify whether this router should ignore any failure to resolve a channel name to an actual MessageChannel instance when delegating to the ChannelResolver strategy.
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.config.RouterFactoryBean
 
setIgnoreSendFailures(boolean) - Method in class org.springframework.integration.router.AbstractMessageRouter
Specify whether send failures for one or more of the recipients should be ignored.
setInputChannelName(String) - Method in class org.springframework.integration.config.ConsumerEndpointFactoryBean
 
setInputConverter(InputStreamingConverter<?>) - Method in class org.springframework.integration.ip.tcp.connection.AbstractConnectionFactory
 
setInputConverter(InputStreamingConverter<?>) - Method in class org.springframework.integration.ip.tcp.connection.AbstractTcpConnection
 
setInputConverter(InputStreamingConverter<?>) - Method in interface org.springframework.integration.ip.tcp.connection.TcpConnection
 
setInterceptors(List<ChannelInterceptor>) - Method in class org.springframework.integration.channel.AbstractMessageChannel
Set the list of channel interceptors.
setInterceptors(ClientInterceptor[]) - Method in class org.springframework.integration.ws.AbstractWebServiceOutboundGateway
 
setIsolationLevelName(String) - Method in class org.springframework.integration.core.MessagingTemplate
 
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
A new Session will be created with these properties (and the JavaMailAuthenticator if provided).
setJavaMailProperties(Properties) - Method in class org.springframework.integration.mail.config.MailReceiverFactoryBean
 
setJdbcTemplate(JdbcOperations) - Method in class org.springframework.integration.jdbc.JdbcMessageStore
The JdbcOperations to use when interacting with the database.
setLastRead(long) - Method in class org.springframework.integration.ip.tcp.connection.TcpNioConnection
 
setLengthCheck(boolean) - Method in class org.springframework.integration.ip.udp.DatagramPacketMessageMapper
 
setLoadBalancingStrategy(LoadBalancingStrategy) - Method in class org.springframework.integration.dispatcher.UnicastingDispatcher
Provide a LoadBalancingStrategy for this dispatcher.
setLobHandler(LobHandler) - Method in class org.springframework.integration.jdbc.JdbcMessageStore
Override the LobHandler that is used to create and unpack large objects in SQL queries.
setLocalAddress(String) - Method in class org.springframework.integration.ip.AbstractInternetProtocolReceivingChannelAdapter
 
setLocalAddress(String) - Method in interface org.springframework.integration.ip.CommonSocketOptions
On a multi-homed system, specifies the ip address of the network interface used to communicate.
setLocalAddress(String) - Method in class org.springframework.integration.ip.tcp.connection.AbstractServerConnectionFactory
Used on multi-homed systems to enforce the server to listen on a specfic network address instead of all network adapters.
setLocalAddress(String) - Method in class org.springframework.integration.ip.tcp.SimpleTcpNetInboundGateway
 
setLocalAddress(String) - Method in class org.springframework.integration.ip.tcp.TcpNetSendingMessageHandler
 
setLocalAddress(String) - Method in class org.springframework.integration.ip.tcp.TcpNioSendingMessageHandler
 
setLocalAddress(String) - Method in class org.springframework.integration.ip.udp.MulticastSendingMessageHandler
 
setLocalAddress(String) - Method in class org.springframework.integration.ip.udp.UnicastSendingMessageHandler
 
setLocker(AbstractFileLockerFilter) - Method in class org.springframework.integration.file.config.FileReadingMessageSourceFactoryBean
 
setLocker(FileLocker) - Method in class org.springframework.integration.file.DefaultDirectoryScanner
Sets a custom locker to be used by this scanner.
setLocker(FileLocker) - Method in interface org.springframework.integration.file.DirectoryScanner
Sets a custom locker to be used by this scanner.
setLocker(FileLocker) - Method in class org.springframework.integration.file.FileReadingMessageSource
Optional.
setMapper(TcpMessageMapper) - Method in class org.springframework.integration.ip.tcp.connection.AbstractConnectionFactory
 
setMapper(TcpMessageMapper) - Method in class org.springframework.integration.ip.tcp.connection.AbstractTcpConnection
 
setMapper(TcpMessageMapper) - Method in interface org.springframework.integration.ip.tcp.connection.TcpConnection
 
setMapToPayload(boolean) - Method in class org.springframework.integration.json.InboundJsonMessageMapper
 
setMaxFetchSize(int) - Method in class org.springframework.integration.mail.AbstractMailReceiver
Specify the maximum number of Messages to fetch per call to AbstractMailReceiver.receive().
setMaxFetchSize(int) - Method in class org.springframework.integration.mail.config.MailReceiverFactoryBean
 
setMaxMessageSize(int) - Method in class org.springframework.integration.ip.tcp.AbstractSocketReader
 
setMaxMessageSize(int) - Method in class org.springframework.integration.ip.tcp.converter.AbstractByteArrayStreamingConverter
The maximum supported message size for this converter.
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
 
setMaxRowsPerPoll(int) - Method in class org.springframework.integration.jdbc.JdbcPollingChannelAdapter
The maximum number of rows to pull out of the query results per poll (if greater than zero, otherwise all rows will be packed into the outgoing message).
setMessageConverter(MessageConverter) - Method in class org.springframework.integration.jms.AbstractJmsTemplateBasedAdapter
Provide a MessageConverter strategy to use for converting between Spring Integration Messages and JMS Messages.
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.JmsDestinationBackedMessageChannel
 
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.
setMessageConverters(List<HttpMessageConverter<?>>) - Method in class org.springframework.integration.http.HttpRequestExecutingMessageHandler
Set a list of HttpMessageConverters to be used by the underlying RestTemplate.
setMessageFactory(WebServiceMessageFactory) - Method in class org.springframework.integration.ws.AbstractWebServiceOutboundGateway
 
setMessageFormat(int) - Method in class org.springframework.integration.ip.tcp.AbstractSocketReader
 
setMessageFormat(int) - Method in class org.springframework.integration.ip.tcp.AbstractSocketWriter
 
setMessageFormat(int) - Method in class org.springframework.integration.ip.tcp.AbstractTcpReceivingChannelAdapter
 
setMessageFormat(int) - Method in class org.springframework.integration.ip.tcp.AbstractTcpSendingMessageHandler
 
setMessageFormat(int) - Method in class org.springframework.integration.ip.tcp.SimpleTcpNetInboundGateway
 
setMessageFormat(int) - Method in class org.springframework.integration.ip.tcp.SimpleTcpNetOutboundGateway
 
setMessageFormat(int) - Method in class org.springframework.integration.ip.tcp.SocketMessageMapper
 
setMessageFormat(int) - Method in interface org.springframework.integration.ip.tcp.SocketWriter
 
setMessageGroupStore(MessageGroupStore) - Method in class org.springframework.integration.store.MessageGroupStoreReaper
A message group store to expire according the the other configurations.
setMessageIdEnabled(boolean) - Method in class org.springframework.integration.jms.JmsDestinationBackedMessageChannel
 
setMessageMapper(InboundMessageMapper<Presence>) - Method in class org.springframework.integration.xmpp.presence.XmppRosterEventMessageDrivenEndpoint
 
setMessageMapper(OutboundMessageMapper<Presence>) - Method in class org.springframework.integration.xmpp.presence.XmppRosterEventMessageSendingHandler
the MessageMapper is responsible for converting outbound Messages into status updates of type Presence
setMessageProcessor(MessageProcessor) - Method in class org.springframework.integration.transformer.HeaderEnricher
 
setMessageSelector(String) - Method in class org.springframework.integration.jms.JmsDestinationPollingSource
Specify a JMS Message Selector expression to use when receiving Messages.
setMessageSender(WebServiceMessageSender) - Method in class org.springframework.integration.ws.AbstractWebServiceOutboundGateway
 
setMessageSenders(WebServiceMessageSender[]) - Method in class org.springframework.integration.ws.AbstractWebServiceOutboundGateway
 
setMessageStore(MessageGroupStore) - Method in class org.springframework.integration.aggregator.CorrelatingMessageHandler
 
setMessageStore(MessageStore) - Method in class org.springframework.integration.handler.DelayHandler
Specify the MessageStore that should be used to store Messages while awaiting the delay.
setMessageTimestampEnabled(boolean) - Method in class org.springframework.integration.jms.JmsDestinationBackedMessageChannel
 
setMethod(Method) - Method in class org.springframework.integration.endpoint.MethodInvokingMessageSource
 
setMethodName(String) - Method in class org.springframework.integration.endpoint.MethodInvokingMessageSource
 
setMethodNameVariableName(String) - Method in class org.springframework.integration.aop.AbstractExpressionSource
 
setMethodToChannelMap(Map<String, GatewayMethodDefinition>) - Method in class org.springframework.integration.gateway.GatewayProxyFactoryBean
 
setMethodValidator(MethodValidator) - Method in class org.springframework.integration.util.NameResolvingMethodInvoker
 
setMinAcksForSuccess(int) - Method in class org.springframework.integration.ip.udp.MulticastSendingMessageHandler
If acknowledge = true; how many acks needed for success.
setMultipartCharset(String) - Method in class org.springframework.integration.http.DefaultInboundRequestMapper
Specify the charset name to use when converting multipart file content into Strings.
setMultipartFileReader(MultipartFileReader<?>) - Method in class org.springframework.integration.http.MultipartAwareFormHttpMessageConverter
Specify the MultipartFileReader to use when reading MultipartFile content.
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
 
setNodeMapper(NodeMapper) - Method in class org.springframework.integration.xml.transformer.XPathTransformer
Set a NodeMapper to use for generating the result object.
setNotificationMapper(OutboundMessageMapper<Notification>) - Method in class org.springframework.integration.jmx.NotificationPublishingMessageHandler
Set a mapper for creating Notifications from a Message.
setObject(Object) - Method in class org.springframework.integration.endpoint.MethodInvokingMessageSource
 
setObjectName(String) - Method in class org.springframework.integration.jmx.AttributePollingMessageSource
Specify the String value of the JMX MBean's ObjectName.
setObjectName(ObjectName) - Method in class org.springframework.integration.jmx.NotificationListeningMessageProducer
Specify the JMX ObjectName of the notification publisher to which this notification listener should be subscribed.
setObjectName(String) - Method in class org.springframework.integration.jmx.OperationInvokingMessageHandler
Specify a default ObjectName to use when no such header is available on the Message being handled.
setObjectNameStaticProperties(Map<String, String>) - Method in class org.springframework.integration.control.ControlBus
Static properties that will be added to all object names.
setOperationChannel(SubscribableChannel) - Method in class org.springframework.integration.control.ControlBus
 
setOperationName(String) - Method in class org.springframework.integration.jmx.OperationInvokingMessageHandler
Specify an operation name to be invoked when no such header is available on the Message being handled.
setOrder(int) - Method in class org.springframework.integration.aop.PublisherAnnotationBeanPostProcessor
 
setOrder(int) - Method in class org.springframework.integration.channel.interceptor.GlobalChannelInterceptorWrapper
 
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.CorrelatingMessageHandler
 
setOutputChannel(MessageChannel) - Method in class org.springframework.integration.config.SourcePollingChannelAdapterFactoryBean
 
setOutputChannel(MessageChannel) - Method in interface org.springframework.integration.core.MessageProducer
Specify the MessageChannel to which produced Messages should be sent.
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
 
setOutputConverter(OutputStreamingConverter<?>) - Method in class org.springframework.integration.ip.tcp.connection.AbstractConnectionFactory
 
setOutputConverter(OutputStreamingConverter<?>) - Method in class org.springframework.integration.ip.tcp.connection.AbstractTcpConnection
 
setOutputConverter(OutputStreamingConverter<?>) - Method in interface org.springframework.integration.ip.tcp.connection.TcpConnection
 
setOverwrite(Boolean) - Method in class org.springframework.integration.xml.transformer.XPathHeaderEnricher.XPathExpressionEvaluatingHeaderValueMessageProcessor
 
setParameterExtractor(ParameterExtractor) - Method in class org.springframework.integration.http.HttpRequestExecutingMessageHandler
Set the ParameterExtractor for creating URI parameters from the outbound message.
setPassword(String) - Method in class org.springframework.integration.xmpp.XmppConnectionFactory
 
setPatterns(String[]) - Method in class org.springframework.integration.channel.interceptor.GlobalChannelInterceptorWrapper
 
setPayloadExpression(String) - Method in class org.springframework.integration.aop.SimpleExpressionSource
 
setPayloadExpression(String) - Method in class org.springframework.integration.gateway.GatewayMethodDefinition
 
setPayloadExpression(String) - Method in class org.springframework.integration.handler.ArgumentArrayMessageMapper
 
setPayloadTypeChannelMap(Map<Class<?>, MessageChannel>) - Method in class org.springframework.integration.router.PayloadTypeRouter
 
setPhase(int) - Method in class org.springframework.integration.endpoint.AbstractEndpoint
 
setPollerMetadata(PollerMetadata) - Method in class org.springframework.integration.config.ConsumerEndpointFactoryBean
 
setPollerMetadata(PollerMetadata) - Method in class org.springframework.integration.config.SourcePollingChannelAdapterFactoryBean
 
setPoolSize(int) - Method in class org.springframework.integration.ip.AbstractInternetProtocolReceivingChannelAdapter
 
setPoolSize(int) - Method in class org.springframework.integration.ip.tcp.connection.AbstractConnectionFactory
 
setPoolSize(int) - Method in class org.springframework.integration.ip.tcp.SimpleTcpNetInboundGateway
 
setPort(int) - Method in class org.springframework.integration.ip.tcp.SimpleTcpNetInboundGateway
 
setPort(int) - Method in class org.springframework.integration.xmpp.XmppConnectionFactory
 
setPrefix(String) - Method in class org.springframework.integration.http.FileCopyingMultipartFileReader
Specify the prefix to use for temporary files.
setPrefix(String) - Method in class org.springframework.integration.router.AbstractChannelNameResolvingMessageRouter
Specify a prefix to be added to each channel name prior to resolution.
setPreventDuplicates(Boolean) - Method in class org.springframework.integration.file.config.FileListFilterFactoryBean
 
setPriority(Integer) - Method in class org.springframework.integration.core.MessageBuilder
 
setPriority(int) - Method in class org.springframework.integration.jms.AbstractJmsTemplateBasedAdapter
 
setPriority(int) - Method in class org.springframework.integration.jms.JmsDestinationBackedMessageChannel
 
setPriority(int) - Method in class org.springframework.integration.jms.JmsOutboundGateway
Specify the JMS priority to use when sending request Messages.
setPropagationBehaviorName(String) - Method in class org.springframework.integration.core.MessagingTemplate
 
setProtocol(String) - Method in class org.springframework.integration.mail.AbstractMailReceiver
 
setProtocol(String) - Method in class org.springframework.integration.mail.config.MailReceiverFactoryBean
 
setPubSubDomain(boolean) - Method in class org.springframework.integration.jms.AbstractJmsTemplateBasedAdapter
 
setPubSubDomain(boolean) - Method in class org.springframework.integration.jms.JmsDestinationBackedMessageChannel
 
setPubSubDomain(boolean) - Method in class org.springframework.integration.jms.JmsOutboundGateway
Specify whether the request destination is a Topic.
setPubSubNoLocal(boolean) - Method in class org.springframework.integration.jms.JmsDestinationBackedMessageChannel
 
setQueueSize(Integer) - Method in class org.springframework.integration.file.config.FileReadingMessageSourceFactoryBean
 
setReceiveBufferSize(int) - Method in class org.springframework.integration.ip.AbstractInternetProtocolReceivingChannelAdapter
 
setReceiveBufferSize(int) - Method in class org.springframework.integration.ip.tcp.SimpleTcpNetInboundGateway
 
setReceiveTimeout(long) - Method in class org.springframework.integration.core.MessagingTemplate
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
 
setRecipients(List<RecipientListRouter.Recipient>) - Method in class org.springframework.integration.router.RecipientListRouter
Set the recipients for this router.
setReferenceIfAttributeDefined(BeanDefinitionBuilder, Element, String, String) - Static method in class org.springframework.integration.config.xml.IntegrationNamespaceUtils
Configures the provided bean definition builder with a property reference to a bean.
setReferenceIfAttributeDefined(BeanDefinitionBuilder, Element, String) - Static method in class org.springframework.integration.config.xml.IntegrationNamespaceUtils
Configures the provided bean definition builder with a property reference to a bean.
setRegion(String) - Method in class org.springframework.integration.jdbc.JdbcMessageStore
A unique grouping identifier for all messages persisted with this store.
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.SequenceSizeReleaseStrategy
Flag that determines if partial sequences are allowed.
setReleaseStrategy(ReleaseStrategy) - Method in class org.springframework.integration.aggregator.CorrelatingMessageBarrier
Set the ReleaseStrategy that should be used when deciding if a group in this barrier may be released.
setReleaseStrategy(ReleaseStrategy) - Method in class org.springframework.integration.aggregator.CorrelatingMessageHandler
 
setReliabilityAttributes(boolean, boolean, String, int, int) - Method in class org.springframework.integration.ip.udp.UnicastSendingMessageHandler
 
setRemoteInvocationExecutor(RemoteInvocationExecutor) - Method in class org.springframework.integration.rmi.RmiInboundGateway
 
setReplyChannel(MessageChannel) - Method in class org.springframework.integration.core.MessageBuilder
 
setReplyChannel(MessageChannel) - Method in class org.springframework.integration.gateway.AbstractMessagingGateway
Set the reply channel.
setReplyChannel(MessageChannel) - Method in class org.springframework.integration.gateway.AbstractRemotingOutboundGateway
 
setReplyChannel(MessageChannel) - Method in class org.springframework.integration.ip.tcp.SimpleTcpNetOutboundGateway
Specify the Spring Integration 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.ws.AbstractWebServiceOutboundGateway
 
setReplyChannel(MessageChannel) - Method in class org.springframework.integration.ws.MarshallingWebServiceInboundGateway
 
setReplyChannelName(String) - Method in class org.springframework.integration.core.MessageBuilder
 
setReplyChannelName(String) - Method in class org.springframework.integration.gateway.GatewayMethodDefinition
 
setReplyDeliveryPersistent(boolean) - Method in class org.springframework.integration.jms.ChannelPublishingJmsMessageListener
Specify the delivery mode for JMS reply Messages.
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.HttpRequestHandlingController
Specify the key to be used when adding the reply Message or payload to the model map (will be payload only unless the value of HttpRequestHandlingEndpointSupport.setExtractReplyPayload(boolean) is false).
setReplyPriority(int) - Method in class org.springframework.integration.jms.ChannelPublishingJmsMessageListener
Specify the priority value for JMS reply Messages.
setReplyTimeout(long) - Method in class org.springframework.integration.gateway.AbstractMessagingGateway
Set the timeout value for receiving reply messages.
setReplyTimeout(String) - Method in class org.springframework.integration.gateway.GatewayMethodDefinition
 
setReplyTimeout(long) - Method in class org.springframework.integration.ws.MarshallingWebServiceInboundGateway
 
setReplyTimeToLive(long) - Method in class org.springframework.integration.jms.ChannelPublishingJmsMessageListener
Specify the time-to-live property for JMS reply Messages.
setRequestCallback(WebServiceMessageCallback) - Method in class org.springframework.integration.ws.AbstractWebServiceOutboundGateway
 
setRequestChannel(MessageChannel) - Method in class org.springframework.integration.gateway.AbstractMessagingGateway
Set the request channel.
setRequestChannel(MessageChannel) - Method in class org.springframework.integration.rmi.RmiInboundGateway
Specify the request channel where messages will be sent.
setRequestChannel(MessageChannel) - Method in class org.springframework.integration.ws.MarshallingWebServiceInboundGateway
 
setRequestChannel(MessageChannel) - Method in class org.springframework.integration.xmpp.messages.XmppMessageDrivenEndpoint
 
setRequestChannel(MessageChannel) - Method in class org.springframework.integration.xmpp.presence.XmppRosterEventMessageDrivenEndpoint
 
setRequestChannelName(String) - Method in class org.springframework.integration.gateway.GatewayMethodDefinition
 
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.
setRequestFactory(ClientHttpRequestFactory) - Method in class org.springframework.integration.http.HttpRequestExecutingMessageHandler
Set the ClientHttpRequestFactory for the underlying RestTemplate.
setRequestTimeout(long) - Method in class org.springframework.integration.gateway.AbstractMessagingGateway
Set the timeout value for sending request messages.
setRequestTimeout(String) - Method in class org.springframework.integration.gateway.GatewayMethodDefinition
 
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
Flag wether reply is required.
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.
setResource(String) - Method in class org.springframework.integration.xmpp.XmppConnectionFactory
 
setResourceLoader(ResourceLoader) - Method in class org.springframework.integration.file.config.FileWritingMessageHandlerFactoryBean
 
setResultFactory(ResultFactory) - Method in class org.springframework.integration.xml.transformer.MarshallingTransformer
 
setResultFactory(ResultFactory) - Method in class org.springframework.integration.xml.transformer.XsltPayloadTransformer
Sets the ResultFactory
setReturnValueVariableName(String) - Method in class org.springframework.integration.aop.AbstractExpressionSource
 
setRowIdName(String) - Method in class org.springframework.integration.jdbc.DefaultSqlParameterSourceFactory
Name of the id property in the input elements when the input data is List.
setRowMapper(RowMapper<?>) - Method in class org.springframework.integration.jdbc.JdbcPollingChannelAdapter
 
setSaslMechanismSupported(String) - Method in class org.springframework.integration.xmpp.XmppConnectionFactory
 
setSaslMechanismSupportedIndex(int) - Method in class org.springframework.integration.xmpp.XmppConnectionFactory
 
setScanEachPoll(Boolean) - Method in class org.springframework.integration.file.config.FileReadingMessageSourceFactoryBean
 
setScanEachPoll(boolean) - Method in class org.springframework.integration.file.FileReadingMessageSource
Optional.
setScanner(DirectoryScanner) - Method in class org.springframework.integration.file.config.FileReadingMessageSourceFactoryBean
 
setScanner(DirectoryScanner) - Method in class org.springframework.integration.file.FileReadingMessageSource
Optionally specify a custom scanner, for example the RecursiveLeafOnlyDirectoryScanner
setSelectors(List<MessageSelector>) - Method in class org.springframework.integration.selector.MessageSelectorChain
Initialize the selector chain.
setSendPartialResultOnExpiry(boolean) - Method in class org.springframework.integration.aggregator.CorrelatingMessageHandler
 
setSendTimeout(long) - Method in class org.springframework.integration.aggregator.CorrelatingMessageHandler
 
setSendTimeout(long) - Method in class org.springframework.integration.channel.MessagePublishingErrorHandler
 
setSendTimeout(Long) - Method in class org.springframework.integration.config.FilterFactoryBean
 
setSendTimeout(Long) - Method in class org.springframework.integration.config.ServiceActivatorFactoryBean
 
setSendTimeout(Long) - Method in class org.springframework.integration.config.SplitterFactoryBean
 
setSendTimeout(Long) - Method in class org.springframework.integration.config.TransformerFactoryBean
 
setSendTimeout(long) - Method in class org.springframework.integration.core.MessagingTemplate
Specify the timeout value to use for send operations.
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.
setSendTimeout(long) - Method in class org.springframework.integration.handler.MessageHandlerChain
 
setSequenceNumber(Integer) - Method in class org.springframework.integration.core.MessageBuilder
 
setSequenceSize(Integer) - Method in class org.springframework.integration.core.MessageBuilder
 
setServer(MBeanServer) - Method in class org.springframework.integration.jmx.AttributePollingMessageSource
Provide the MBeanServer where the JMX MBean has been registered.
setServer(MBeanServer) - Method in class org.springframework.integration.jmx.NotificationListeningMessageProducer
Provide a reference to the MBeanServer where the notification publishing MBeans are registered.
setServer(MBeanServer) - Method in class org.springframework.integration.jmx.OperationInvokingMessageHandler
Provide a reference to the MBeanServer within which the MBean target for operation invocation has been registered.
setServiceInterface(Class<?>) - Method in class org.springframework.integration.gateway.GatewayProxyFactoryBean
Set the interface class that the generated proxy should implement.
setServiceName(String) - Method in class org.springframework.integration.xmpp.XmppConnectionFactory
 
setSession(Session) - Method in class org.springframework.integration.mail.AbstractMailReceiver
Set the Session.
setSession(Session) - Method in class org.springframework.integration.mail.config.MailReceiverFactoryBean
 
setSessionAcknowledgeMode(int) - Method in class org.springframework.integration.jms.JmsDestinationBackedMessageChannel
 
setSessionTransacted(boolean) - Method in class org.springframework.integration.jms.JmsDestinationBackedMessageChannel
 
setShouldAppendNewLine(boolean) - Method in class org.springframework.integration.stream.CharacterStreamWritingMessageHandler
 
setShouldDeleteMessages(boolean) - Method in class org.springframework.integration.mail.AbstractMailReceiver
Specify whether mail messages should be deleted after retrieval.
setShouldDeleteMessages(Boolean) - Method in class org.springframework.integration.mail.config.MailReceiverFactoryBean
 
setShouldExtractPayload(boolean) - Method in class org.springframework.integration.json.OutboundJsonMessageMapper
 
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.
setShouldSkipNulls(boolean) - Method in class org.springframework.integration.transformer.HeaderEnricher
Specify whether null values, such as might be returned from an expression evaluation, should be skipped.
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
 
setSingleUse(boolean) - Method in class org.springframework.integration.ip.tcp.connection.AbstractConnectionFactory
If true, sockets created by this factory will be used once.
setSingleUse(boolean) - Method in class org.springframework.integration.ip.tcp.connection.AbstractTcpConnection
 
setSingleUse(boolean) - Method in interface org.springframework.integration.ip.tcp.connection.TcpConnection
When true, the socket is used once and discarded.
setSocketAttributes(Socket) - Method in class org.springframework.integration.ip.tcp.AbstractTcpSendingMessageHandler
Sets socket attributes on the socket.
setSocketAttributes(Socket) - Method in class org.springframework.integration.ip.tcp.connection.AbstractConnectionFactory
Sets socket attributes on the socket.
setSocketAttributes(DatagramSocket) - Method in class org.springframework.integration.ip.udp.UnicastSendingMessageHandler
 
setSocketOptions(Socket) - Method in class org.springframework.integration.ip.tcp.AbstractTcpReceivingChannelAdapter
Sets soTimeout, soKeepAlive and tcpNoDelay according to the configured properties.
setSoKeepAlive(boolean) - Method in class org.springframework.integration.ip.tcp.AbstractTcpReceivingChannelAdapter
 
setSoKeepAlive(boolean) - Method in class org.springframework.integration.ip.tcp.AbstractTcpSendingMessageHandler
 
setSoKeepAlive(boolean) - Method in class org.springframework.integration.ip.tcp.connection.AbstractConnectionFactory
 
setSoKeepAlive(boolean) - Method in class org.springframework.integration.ip.tcp.SimpleTcpNetInboundGateway
 
setSoKeepAlive(boolean) - Method in class org.springframework.integration.ip.tcp.SimpleTcpNetOutboundGateway
 
setSoLinger(int) - Method in class org.springframework.integration.ip.tcp.AbstractTcpSendingMessageHandler
Enables SO_LINGER on the underlying socket.
setSoLinger(int) - Method in class org.springframework.integration.ip.tcp.connection.AbstractConnectionFactory
 
setSoLinger(int) - Method in class org.springframework.integration.ip.tcp.SimpleTcpNetOutboundGateway
 
setSoReceiveBufferSize(int) - Method in class org.springframework.integration.ip.AbstractInternetProtocolReceivingChannelAdapter
 
setSoReceiveBufferSize(int) - Method in class org.springframework.integration.ip.AbstractInternetProtocolSendingMessageHandler
 
setSoReceiveBufferSize(int) - Method in interface org.springframework.integration.ip.CommonSocketOptions
 
setSoReceiveBufferSize(int) - Method in class org.springframework.integration.ip.tcp.connection.AbstractConnectionFactory
 
setSoReceiveBufferSize(int) - Method in class org.springframework.integration.ip.tcp.SimpleTcpNetInboundGateway
 
setSoReceiveBufferSize(int) - Method in class org.springframework.integration.ip.tcp.SimpleTcpNetOutboundGateway
 
setSoReceiveBufferSize(int) - Method in class org.springframework.integration.ip.udp.UnicastSendingMessageHandler
 
setSoSendBufferSize(int) - Method in class org.springframework.integration.ip.AbstractInternetProtocolReceivingChannelAdapter
 
setSoSendBufferSize(int) - Method in class org.springframework.integration.ip.AbstractInternetProtocolSendingMessageHandler
 
setSoSendBufferSize(int) - Method in interface org.springframework.integration.ip.CommonSocketOptions
 
setSoSendBufferSize(int) - Method in class org.springframework.integration.ip.tcp.connection.AbstractConnectionFactory
 
setSoSendBufferSize(int) - Method in class org.springframework.integration.ip.tcp.SimpleTcpNetInboundGateway
 
setSoSendBufferSize(int) - Method in class org.springframework.integration.ip.tcp.SimpleTcpNetOutboundGateway
 
setSoSendBufferSize(int) - Method in class org.springframework.integration.ip.udp.UnicastReceivingChannelAdapter
 
setSoTcpNoDelay(boolean) - Method in class org.springframework.integration.ip.tcp.AbstractTcpSendingMessageHandler
 
setSoTcpNoDelay(boolean) - Method in class org.springframework.integration.ip.tcp.connection.AbstractConnectionFactory
 
setSoTcpNoDelay(boolean) - Method in class org.springframework.integration.ip.tcp.SimpleTcpNetOutboundGateway
 
setSoTimeout(int) - Method in class org.springframework.integration.ip.AbstractInternetProtocolReceivingChannelAdapter
 
setSoTimeout(int) - Method in class org.springframework.integration.ip.AbstractInternetProtocolSendingMessageHandler
 
setSoTimeout(int) - Method in interface org.springframework.integration.ip.CommonSocketOptions
 
setSoTimeout(int) - Method in class org.springframework.integration.ip.tcp.connection.AbstractConnectionFactory
 
setSoTimeout(int) - Method in class org.springframework.integration.ip.tcp.SimpleTcpNetInboundGateway
 
setSoTimeout(int) - Method in class org.springframework.integration.ip.tcp.SimpleTcpNetOutboundGateway
 
setSoTrafficClass(int) - Method in class org.springframework.integration.ip.tcp.AbstractTcpSendingMessageHandler
 
setSoTrafficClass(int) - Method in class org.springframework.integration.ip.tcp.connection.AbstractConnectionFactory
 
setSoTrafficClass(int) - Method in class org.springframework.integration.ip.tcp.SimpleTcpNetOutboundGateway
 
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.UnmarshallingTransformer
 
setSourceFactory(SourceFactory) - Method in class org.springframework.integration.xml.transformer.XsltPayloadTransformer
Sets the SourceFactory.
setSqlParameterSourceFactory(SqlParameterSourceFactory) - Method in class org.springframework.integration.jdbc.JdbcMessageHandler
 
setSqlParameterSourceFactory(SqlParameterSourceFactory) - Method in class org.springframework.integration.jdbc.JdbcPollingChannelAdapter
 
setSqlQueryParameterSource(SqlParameterSource) - Method in class org.springframework.integration.jdbc.JdbcPollingChannelAdapter
A source of parameters for the select query used for polling.
setStaticHeaders(Map<String, Object>) - Method in class org.springframework.integration.gateway.GatewayMethodDefinition
 
setStaticParameters(Map<String, Object>) - Method in class org.springframework.integration.jdbc.DefaultSqlParameterSourceFactory
If the input is a List or a Map, the output is a map parameter source, and in that case some static parameters can be added (default is empty).
setStoreUri(String) - Method in class org.springframework.integration.mail.config.MailReceiverFactoryBean
 
setStringToBytes(boolean) - Method in class org.springframework.integration.ip.tcp.connection.TcpMessageMapper
Sets whether outbound String payloads are to be converted to byte[].
setSubscriptionMode(String) - Method in class org.springframework.integration.xmpp.XmppConnectionFactory
 
setSuffix(String) - Method in class org.springframework.integration.http.FileCopyingMultipartFileReader
Specify the suffix to use for temporary files.
setSuffix(String) - Method in class org.springframework.integration.router.AbstractChannelNameResolvingMessageRouter
Specify a suffix to be added to each channel name prior to resolution.
setTablePrefix(String) - Method in class org.springframework.integration.jdbc.JdbcMessageStore
Public setter for the table prefix property.
setTargetBeanName(String) - Method in class org.springframework.integration.http.DataBindingInboundRequestMapper
Specify the name of a bean definition to use when creating the target instance.
setTargetType(Class<?>) - Method in class org.springframework.integration.http.DataBindingInboundRequestMapper
 
setTaskExecutor(Executor) - Method in class org.springframework.integration.endpoint.AbstractPollingEndpoint
 
setTaskExecutor(Executor) - Method in class org.springframework.integration.ip.AbstractInternetProtocolReceivingChannelAdapter
 
setTaskExecutor(Executor) - Method in class org.springframework.integration.ip.tcp.connection.AbstractConnectionFactory
 
setTaskExecutor(Executor) - Method in class org.springframework.integration.ip.tcp.connection.TcpNioConnection
 
setTaskExecutor(Executor) - Method in class org.springframework.integration.ip.tcp.SimpleTcpNetInboundGateway
 
setTaskExecutor(Executor) - Method in class org.springframework.integration.ip.udp.UnicastSendingMessageHandler
 
setTaskExecutor(Executor) - Method in class org.springframework.integration.mail.ImapIdleChannelAdapter
 
setTaskExecutor(Executor) - Method in class org.springframework.integration.scheduling.PollerMetadata
 
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.config.FilterFactoryBean
 
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.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.store.MessageGroupStoreReaper
Timeout in milliseconds (default -1).
setTimeToLive(int) - Method in class org.springframework.integration.ip.udp.MulticastSendingMessageHandler
Set the underlying MulticastSocket time to live property.
setTimeToLive(long) - Method in class org.springframework.integration.jms.AbstractJmsTemplateBasedAdapter
 
setTimeToLive(long) - Method in class org.springframework.integration.jms.JmsDestinationBackedMessageChannel
 
setTimeToLive(long) - Method in class org.springframework.integration.jms.JmsOutboundGateway
Specify the timeToLive for each sent Message.
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.core.MessagingTemplate
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.core.MessagingTemplate
 
setTransactionTimeout(int) - Method in class org.springframework.integration.core.MessagingTemplate
 
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
 
setUpdatePerRow(boolean) - Method in class org.springframework.integration.jdbc.JdbcPollingChannelAdapter
 
setUpdateSql(String) - Method in class org.springframework.integration.jdbc.JdbcMessageHandler
 
setUpdateSql(String) - Method in class org.springframework.integration.jdbc.JdbcPollingChannelAdapter
 
setUser(String) - Method in class org.springframework.integration.xmpp.XmppConnectionFactory
 
setUsingDirectBuffers(boolean) - Method in class org.springframework.integration.ip.tcp.connection.TcpNioClientConnectionFactory
When set to true, connections created by this factory attempt to use direct buffers where possible.
setUsingDirectBuffers(boolean) - Method in class org.springframework.integration.ip.tcp.connection.TcpNioConnection
If true, connection will attempt to use direct buffers where possible.
setUsingDirectBuffers(boolean) - Method in class org.springframework.integration.ip.tcp.connection.TcpNioServerConnectionFactory
 
setUsingDirectBuffers(boolean) - Method in class org.springframework.integration.ip.tcp.NioSocketReader
 
setUsingDirectBuffers(boolean) - Method in class org.springframework.integration.ip.tcp.NioSocketWriter
 
setUsingDirectBuffers(boolean) - Method in class org.springframework.integration.ip.tcp.TcpNioReceivingChannelAdapter
 
setUsingDirectBuffers(boolean) - Method in class org.springframework.integration.ip.tcp.TcpNioSendingMessageHandler
 
setValueIfAttributeDefined(BeanDefinitionBuilder, Element, String, String) - Static method in class org.springframework.integration.config.xml.IntegrationNamespaceUtils
Configures the provided bean definition builder with a property value corresponding to 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
Configures the provided bean definition builder with a property value corresponding to the attribute whose name is provided if that attribute is defined in the given element.
setViewName(String) - Method in class org.springframework.integration.http.HttpRequestHandlingController
Specify the view name.
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
 
setXmppConnection(XMPPConnection) - Method in class org.springframework.integration.xmpp.messages.XmppMessageDrivenEndpoint
This will be injected or configured via a xmpp-connection-factory element.
setXmppConnection(XMPPConnection) - Method in class org.springframework.integration.xmpp.messages.XmppMessageSendingMessageHandler
 
setXmppConnection(XMPPConnection) - Method in class org.springframework.integration.xmpp.presence.XmppRosterEventMessageDrivenEndpoint
This will be injected or configured via a xmpp-connection-factory element.
setXmppConnection(XMPPConnection) - Method in class org.springframework.integration.xmpp.presence.XmppRosterEventMessageSendingHandler
 
shouldCreateEndpoint(T) - Method in class org.springframework.integration.config.annotation.AbstractMethodAnnotationPostProcessor
 
shouldDeleteMessages() - Method in class org.springframework.integration.mail.AbstractMailReceiver
Indicates whether the mail messages should be deleted after being received.
shouldGenerateId() - Method in class org.springframework.integration.config.xml.AbstractConsumerEndpointParser
 
shouldGenerateId() - Method in class org.springframework.integration.config.xml.MessageHistoryParser
 
shouldGenerateId() - Method in class org.springframework.integration.jdbc.config.JdbcMessageHandlerParser
 
shouldGenerateId() - Method in class org.springframework.integration.jdbc.config.JdbcPollingChannelAdapterParser
 
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.config.xml.ScheduledProducerParser
 
shouldGenerateIdAsFallback() - Method in class org.springframework.integration.jdbc.config.JdbcMessageHandlerParser
 
shouldGenerateIdAsFallback() - Method in class org.springframework.integration.jdbc.config.JdbcPollingChannelAdapterParser
 
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
 
shutDown() - Method in class org.springframework.integration.ip.udp.UnicastSendingMessageHandler
 
SimpleExpressionSource - Class in org.springframework.integration.aop
Simple implementation of ExpressionSource that allows for configuration of a single channel name, payload expression, and array of header key=value expressions.
SimpleExpressionSource() - Constructor for class org.springframework.integration.aop.SimpleExpressionSource
 
SimpleMessageGroup - Class in org.springframework.integration.store
Represents a mutable group of correlated messages that is bound to a certain MessageStore and group id.
SimpleMessageGroup(Object) - Constructor for class org.springframework.integration.store.SimpleMessageGroup
 
SimpleMessageGroup(Collection<? extends Message<?>>, Object) - Constructor for class org.springframework.integration.store.SimpleMessageGroup
 
SimpleMessageGroup(Collection<? extends Message<?>>, Collection<? extends Message<?>>, Object, long) - Constructor for class org.springframework.integration.store.SimpleMessageGroup
 
SimpleMessageGroup(MessageGroup) - Constructor for class org.springframework.integration.store.SimpleMessageGroup
 
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
 
SimpleMessageStore - Class in org.springframework.integration.store
Map-based implementation of MessageStore and MessageGroupStore.
SimpleMessageStore(int, int) - Constructor for class org.springframework.integration.store.SimpleMessageStore
Creates a SimpleMessageStore with a maximum size limited by the given capacity, or unlimited size if the given capacity is less than 1.
SimpleMessageStore(int) - Constructor for class org.springframework.integration.store.SimpleMessageStore
Creates a SimpleMessageStore with the same capacity for individual and grouped messages.
SimpleMessageStore() - Constructor for class org.springframework.integration.store.SimpleMessageStore
Creates a SimpleMessageStore with unlimited capacity
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
 
SimpleMultipartFileReader - Class in org.springframework.integration.http
MultipartFileReader implementation that does not maintain metadata from the original MultipartFile instance.
SimpleMultipartFileReader() - Constructor for class org.springframework.integration.http.SimpleMultipartFileReader
 
SimpleTcpNetInboundGateway - Class in org.springframework.integration.ip.tcp
Simple implementation of a TCP/IP inbound gateway; uses Socket and socket reader thread hangs on receive for response; therefore no multiplexing of incoming messages is supported.
SimpleTcpNetInboundGateway() - Constructor for class org.springframework.integration.ip.tcp.SimpleTcpNetInboundGateway
 
SimpleTcpNetOutboundGateway - Class in org.springframework.integration.ip.tcp
Simple TCP outbound gateway; delegates write to a TcpNetSendingMessageHandler then blocks on read of same socket.
SimpleTcpNetOutboundGateway(String, int) - Constructor for class org.springframework.integration.ip.tcp.SimpleTcpNetOutboundGateway
Constructs a SimpleTcpNetOutboundGateway that sends data to the specified host and port, and waits for a response.
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
 
singleUse - Variable in class org.springframework.integration.ip.tcp.connection.AbstractConnectionFactory
 
singleUse - Variable in class org.springframework.integration.ip.tcp.connection.AbstractTcpConnection
 
size() - Method in class org.springframework.integration.MessageHeaders
 
size() - Method in interface org.springframework.integration.store.MessageGroup
 
size() - Method in class org.springframework.integration.store.MessageGroupQueue
 
size() - Method in class org.springframework.integration.store.SimpleMessageGroup
 
SOAP_ACTION - Static variable in class org.springframework.integration.ws.WebServiceHeaders
 
socket - Variable in class org.springframework.integration.ip.tcp.NetSocketReader
 
socket - Variable in class org.springframework.integration.ip.tcp.NetSocketWriter
 
socket - Variable in class org.springframework.integration.ip.tcp.TcpNetSendingMessageHandler
 
socket - Variable in class org.springframework.integration.ip.udp.UnicastReceivingChannelAdapter
 
socket - Variable in class org.springframework.integration.ip.udp.UnicastSendingMessageHandler
 
SOCKET_CLOSED - Static variable in interface org.springframework.integration.ip.tcp.SocketReader
 
socketChannel - Variable in class org.springframework.integration.ip.tcp.TcpNioSendingMessageHandler
 
SocketIoUtils - Class in org.springframework.integration.ip.tcp
 
SocketIoUtils() - Constructor for class org.springframework.integration.ip.tcp.SocketIoUtils
 
SocketMessageMapper - Class in org.springframework.integration.ip.tcp
Maps incoming data from a SocketReader to a Message and from a Message to outgoing data forwarded to a SocketWriter.
SocketMessageMapper() - Constructor for class org.springframework.integration.ip.tcp.SocketMessageMapper
 
SocketReader - Interface in org.springframework.integration.ip.tcp
General interface for assembling message data from a TCP/IP Socket.
SocketWriter - Interface in org.springframework.integration.ip.tcp
A general interface for writing to sockets.
SoftEndOfStreamException - Exception in org.springframework.integration.ip.tcp.converter
Used to communicate that a stream has closed, but between logical messages.
SoftEndOfStreamException() - Constructor for exception org.springframework.integration.ip.tcp.converter.SoftEndOfStreamException
 
SoftEndOfStreamException(String, Throwable) - Constructor for exception org.springframework.integration.ip.tcp.converter.SoftEndOfStreamException
 
SoftEndOfStreamException(String) - Constructor for exception org.springframework.integration.ip.tcp.converter.SoftEndOfStreamException
 
SoftEndOfStreamException(Throwable) - Constructor for exception org.springframework.integration.ip.tcp.converter.SoftEndOfStreamException
 
soKeepAlive - Variable in class org.springframework.integration.ip.tcp.AbstractTcpReceivingChannelAdapter
 
soKeepAlive - Variable in class org.springframework.integration.ip.tcp.AbstractTcpSendingMessageHandler
 
soKeepAlive - Variable in class org.springframework.integration.ip.tcp.SimpleTcpNetInboundGateway
 
soLinger - Variable in class org.springframework.integration.ip.tcp.AbstractTcpSendingMessageHandler
 
soReceiveBufferSize - Variable in class org.springframework.integration.ip.AbstractInternetProtocolReceivingChannelAdapter
 
soReceiveBufferSize - Variable in class org.springframework.integration.ip.tcp.SimpleTcpNetInboundGateway
 
soReceiveBufferSize - Variable in class org.springframework.integration.ip.tcp.SimpleTcpNetOutboundGateway
 
soReceiveBufferSize - Variable in class org.springframework.integration.ip.udp.UnicastSendingMessageHandler
 
soSendBufferSize - Variable in class org.springframework.integration.ip.AbstractInternetProtocolSendingMessageHandler
 
soSendBufferSize - Variable in class org.springframework.integration.ip.tcp.SimpleTcpNetInboundGateway
 
soSendBufferSize - Variable in class org.springframework.integration.ip.udp.UnicastReceivingChannelAdapter
 
soTcpNoDelay - Variable in class org.springframework.integration.ip.tcp.AbstractTcpSendingMessageHandler
 
soTimeout - Variable in class org.springframework.integration.ip.AbstractInternetProtocolReceivingChannelAdapter
 
soTimeout - Variable in class org.springframework.integration.ip.AbstractInternetProtocolSendingMessageHandler
 
soTimeout - Variable in class org.springframework.integration.ip.tcp.connection.AbstractConnectionFactory
 
soTimeout - Variable in class org.springframework.integration.ip.tcp.SimpleTcpNetInboundGateway
 
soTrafficClass - Variable in class org.springframework.integration.ip.tcp.AbstractTcpSendingMessageHandler
 
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.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
 
SqlParameterSourceFactory - Interface in org.springframework.integration.jdbc
Collaborator for JDBC adapters which allows creation of instances of SqlParameterSource for use in update operations.
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.channel.interceptor.WireTap
Restart the wire tap if it has been stopped.
start() - Method in class org.springframework.integration.config.annotation.MessagingAnnotationPostProcessor
 
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.ip.tcp.connection.AbstractConnectionFactory
Creates a taskExecutor (if one was not provided) and starts the listening process on one of its threads.
start() - Method in class org.springframework.integration.ws.MarshallingWebServiceInboundGateway
 
start() - Method in class org.springframework.integration.xmpp.messages.XmppMessageSendingMessageHandler
 
start() - Method in class org.springframework.integration.xmpp.presence.XmppRosterEventMessageSendingHandler
 
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.channel.interceptor.WireTap
Stop the wire tap.
stop() - Method in class org.springframework.integration.config.annotation.MessagingAnnotationPostProcessor
 
stop() - Method in class org.springframework.integration.config.ConsumerEndpointFactoryBean
 
stop(Runnable) - Method in class org.springframework.integration.config.ConsumerEndpointFactoryBean
 
stop() - Method in class org.springframework.integration.config.SourcePollingChannelAdapterFactoryBean
 
stop(Runnable) - Method in class org.springframework.integration.config.SourcePollingChannelAdapterFactoryBean
 
stop() - Method in class org.springframework.integration.endpoint.AbstractEndpoint
 
stop(Runnable) - Method in class org.springframework.integration.endpoint.AbstractEndpoint
 
stop() - Method in class org.springframework.integration.ip.tcp.connection.AbstractConnectionFactory
Stops the server.
stop() - Method in class org.springframework.integration.ws.MarshallingWebServiceInboundGateway
 
stop() - Method in class org.springframework.integration.xmpp.messages.XmppMessageSendingMessageHandler
 
stop() - Method in class org.springframework.integration.xmpp.presence.XmppRosterEventMessageSendingHandler
 
StreamNamespaceHandler - Class in org.springframework.integration.stream.config
 
StreamNamespaceHandler() - Constructor for class org.springframework.integration.stream.config.StreamNamespaceHandler
 
StringMessage - Class in org.springframework.integration.core
A message implementation that accepts a String payload.
StringMessage(String) - Constructor for class org.springframework.integration.core.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.
STX - Static variable in class org.springframework.integration.ip.tcp.converter.ByteArrayStxEtxConverter
 
STX - Static variable in interface org.springframework.integration.ip.tcp.MessageFormats
 
stxPart - Variable in class org.springframework.integration.ip.tcp.NioSocketWriter
A buffer containing the STX for when the messageFormat is MessageFormats.FORMAT_STX_ETX.
SUBJECT - Static variable in class org.springframework.integration.mail.MailHeaders
 
SubscribableChannel - Interface in org.springframework.integration.core
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.core.SubscribableChannel
Register a MessageHandler as a subscriber to this channel.
subscribe(MessageHandler) - Method in class org.springframework.integration.jms.JmsDestinationBackedMessageChannel
 
supports(Class<?>) - Method in class org.springframework.integration.http.SerializingHttpMessageConverter
 
supports(Class<?>) - Method in class org.springframework.integration.security.channel.ChannelInvocationDefinitionSource
 

T

take() - Method in class org.springframework.integration.store.MessageGroupQueue
 
TARGET_BEAN_NAME - Static variable in class org.springframework.integration.control.ControlBus
 
TASK_SCHEDULER_BEAN_NAME - Static variable in class org.springframework.integration.context.IntegrationContextUtils
 
taskExecutor - Variable in class org.springframework.integration.ip.AbstractInternetProtocolReceivingChannelAdapter
 
taskExecutor - Variable in class org.springframework.integration.ip.tcp.connection.AbstractConnectionFactory
 
taskExecutor - Variable in class org.springframework.integration.ip.tcp.SimpleTcpNetInboundGateway
 
taskExecutor - Variable in class org.springframework.integration.ip.udp.UnicastSendingMessageHandler
 
TcpConnection - Interface in org.springframework.integration.ip.tcp.connection
An abstraction over Socket and SocketChannel that sends Message objects by converting the payload and streaming it to the destination.
TcpConnectionParser - Class in org.springframework.integration.ip.config
 
TcpConnectionParser() - Constructor for class org.springframework.integration.ip.config.TcpConnectionParser
 
TcpInboundChannelAdapterParser - Class in org.springframework.integration.ip.config
Channel Adapter that receives UDP datagram packets and maps them to Messages.
TcpInboundChannelAdapterParser() - Constructor for class org.springframework.integration.ip.config.TcpInboundChannelAdapterParser
 
TcpListener - Interface in org.springframework.integration.ip.tcp.connection
Classes that implement this interface may register with a connection factory to receive messages retrieved from a TcpConnection
TcpMessageMapper - Class in org.springframework.integration.ip.tcp.connection
Maps incoming data from a TcpConnection to a Message.
TcpMessageMapper() - Constructor for class org.springframework.integration.ip.tcp.connection.TcpMessageMapper
 
TcpNetClientConnectionFactory - Class in org.springframework.integration.ip.tcp.connection
A client connection factory that creates TcpNetConnections.
TcpNetClientConnectionFactory(String, int) - Constructor for class org.springframework.integration.ip.tcp.connection.TcpNetClientConnectionFactory
Creates a TcpNetClientConnectionFactory for connections to the host and port.
TcpNetConnection - Class in org.springframework.integration.ip.tcp.connection
A TcpConnection that uses and underlying Socket.
TcpNetConnection(Socket, boolean) - Constructor for class org.springframework.integration.ip.tcp.connection.TcpNetConnection
Constructs a TcpNetConnection for the socket.
TcpNetReceivingChannelAdapter - Class in org.springframework.integration.ip.tcp
Tcp Receiving Channel adapter that uses a Socket.
TcpNetReceivingChannelAdapter(int) - Constructor for class org.springframework.integration.ip.tcp.TcpNetReceivingChannelAdapter
Constructs a TcpNetReceivingChannelAdapter that listens on the provided port.
TcpNetSendingMessageHandler - Class in org.springframework.integration.ip.tcp
TCP Sending Channel Adapter that that uses a Socket.
TcpNetSendingMessageHandler(String, int) - Constructor for class org.springframework.integration.ip.tcp.TcpNetSendingMessageHandler
Constructs a TcpNetSendingMessageHandler that sends data to the specified host and port.
TcpNetServerConnectionFactory - Class in org.springframework.integration.ip.tcp.connection
Implements a server connection factory that produces TcpNetConnections using a ServerSocket.
TcpNetServerConnectionFactory(int) - Constructor for class org.springframework.integration.ip.tcp.connection.TcpNetServerConnectionFactory
Listens for incoming connections on the port.
TcpNioClientConnectionFactory - Class in org.springframework.integration.ip.tcp.connection
A client connection factory that creates TcpNioConnections.
TcpNioClientConnectionFactory(String, int) - Constructor for class org.springframework.integration.ip.tcp.connection.TcpNioClientConnectionFactory
Creates a TcpNioClientConnectionFactory for connections to the host and port.
TcpNioConnection - Class in org.springframework.integration.ip.tcp.connection
A TcpConnection that uses and underlying SocketChannel.
TcpNioConnection(SocketChannel, boolean) - Constructor for class org.springframework.integration.ip.tcp.connection.TcpNioConnection
Constructs a TcpNetConnection for the SocketChannel.
TcpNioReceivingChannelAdapter - Class in org.springframework.integration.ip.tcp
Tcp Receiving Channel adapter that uses a SocketChannel.
TcpNioReceivingChannelAdapter(int) - Constructor for class org.springframework.integration.ip.tcp.TcpNioReceivingChannelAdapter
Constructs a TcpNioReceivingChannelAdapter to listen on the port.
TcpNioSendingMessageHandler - Class in org.springframework.integration.ip.tcp
TCP Sending Channel Adapter that that uses a SocketChannel.
TcpNioSendingMessageHandler(String, int) - Constructor for class org.springframework.integration.ip.tcp.TcpNioSendingMessageHandler
 
TcpNioServerConnectionFactory - Class in org.springframework.integration.ip.tcp.connection
/** Implements a server connection factory that produces TcpNioConnections using a ServerSocketChannel.
TcpNioServerConnectionFactory(int) - Constructor for class org.springframework.integration.ip.tcp.connection.TcpNioServerConnectionFactory
Listens for incoming connections on the port.
TcpOutboundChannelAdapterParser - Class in org.springframework.integration.ip.config
 
TcpOutboundChannelAdapterParser() - Constructor for class org.springframework.integration.ip.config.TcpOutboundChannelAdapterParser
 
TcpReceivingChannelAdapter - Class in org.springframework.integration.ip.tcp
Tcp inbound channel adapter using a TcpConnection to receive data - if the connection factory is a server factory, this Listener owns the connections.
TcpReceivingChannelAdapter() - Constructor for class org.springframework.integration.ip.tcp.TcpReceivingChannelAdapter
 
TcpSender - Interface in org.springframework.integration.ip.tcp.connection
An interface representing a sending client of a connection factory.
TcpSendingMessageHandler - Class in org.springframework.integration.ip.tcp
Tcp outbound channel adapter using a TcpConnection to send data - if the connection factory is a server factory, the TcpListener owns the connections.
TcpSendingMessageHandler() - Constructor for class org.springframework.integration.ip.tcp.TcpSendingMessageHandler
 
TestMessage - Class in org.springframework.integration.test
 
TestMessage(String) - Constructor for class org.springframework.integration.test.TestMessage
 
TestUtils - Class in org.springframework.integration.test.util
 
TestUtils() - Constructor for class org.springframework.integration.test.util.TestUtils
 
TestUtils.TestApplicationContext - Class in org.springframework.integration.test.util
 
theConnection - Variable in class org.springframework.integration.ip.tcp.connection.TcpNetClientConnectionFactory
 
theConnection - Variable in class org.springframework.integration.ip.tcp.connection.TcpNioClientConnectionFactory
 
TimeoutCountSequenceSizeReleaseStrategy - Class in org.springframework.integration.aggregator
A ReleaseStrategy that releases all messages if any of the following is true: The sequence is complete (if there is one).
TimeoutCountSequenceSizeReleaseStrategy() - Constructor for class org.springframework.integration.aggregator.TimeoutCountSequenceSizeReleaseStrategy
 
TimeoutCountSequenceSizeReleaseStrategy(int, long) - Constructor for class org.springframework.integration.aggregator.TimeoutCountSequenceSizeReleaseStrategy
 
TIMESTAMP - Static variable in class org.springframework.integration.MessageHeaders
 
timeToLive - Variable in class org.springframework.integration.ip.udp.MulticastSendingMessageHandler
 
TO - Static variable in class org.springframework.integration.mail.MailHeaders
 
toHeaders(HttpHeaders) - Method in class org.springframework.integration.http.DefaultHttpHeaderMapper
 
toHeaders(Message) - Method in class org.springframework.integration.jms.DefaultJmsHeaderMapper
 
toHeaders(T) - Method in interface org.springframework.integration.mapping.HeaderMapper
 
toMessage(Object) - Method in class org.springframework.integration.gateway.AbstractMessagingGateway
 
toMessage(Object) - Method in class org.springframework.integration.gateway.SimpleMessageMapper
Returns a Message with the given object as its payload, unless the object is already a Message in which case it will be returned as-is.
toMessage(Object) - Method in class org.springframework.integration.gateway.SimpleMessagingGateway
 
toMessage(Object[]) - Method in class org.springframework.integration.handler.ArgumentArrayMessageMapper
 
toMessage(HttpServletRequest) - Method in class org.springframework.integration.http.DataBindingInboundRequestMapper
 
toMessage(HttpServletRequest) - Method in class org.springframework.integration.http.DefaultInboundRequestMapper
 
toMessage(TcpConnection) - Method in class org.springframework.integration.ip.tcp.connection.TcpMessageMapper
 
toMessage(Object) - Method in class org.springframework.integration.ip.tcp.SimpleTcpNetInboundGateway
 
toMessage(SocketReader) - Method in class org.springframework.integration.ip.tcp.SocketMessageMapper
 
toMessage(DatagramPacket) - Method in class org.springframework.integration.ip.udp.DatagramPacketMessageMapper
 
toMessage(Object, Session) - Method in class org.springframework.integration.jms.DefaultMessageConverter
Converts from an integration Message to a JMS Message.
toMessage(String) - Method in class org.springframework.integration.json.InboundJsonMessageMapper
 
toMessage(T) - Method in interface org.springframework.integration.mapping.InboundMessageMapper
 
toMessage(Presence) - Method in class org.springframework.integration.xmpp.presence.XmppPresenceMessageMapper
Returns a Message with payload Presence
toPasswordProtectedString(URLName) - Static method in class org.springframework.integration.mail.MailTransportUtils
Returns a string representation of the given URLName, where the password has been protected.
toString() - Method in class org.springframework.integration.channel.interceptor.GlobalChannelInterceptorWrapper
 
toString() - Method in class org.springframework.integration.context.IntegrationObjectSupport
 
toString() - Method in class org.springframework.integration.core.GenericMessage
 
toString() - Method in class org.springframework.integration.dispatcher.AbstractDispatcher
 
toString() - Method in class org.springframework.integration.handler.MethodInvokingMessageProcessor
 
toString() - Method in class org.springframework.integration.handler.ServiceActivatingHandler
 
toString() - Method in class org.springframework.integration.history.MessageHistory
Returns a String representation of the history event list.
toString() - Method in class org.springframework.integration.history.MessageHistoryEvent
 
toString() - Method in class org.springframework.integration.mail.AbstractMailReceiver
 
toString() - Method in class org.springframework.integration.MessageHeaders
 
transferTo(File) - Method in class org.springframework.integration.http.UploadedMultipartFile
 
transform(Message<?>) - Method in class org.springframework.integration.file.transformer.AbstractFilePayloadTransformer
 
transform(Message<?>) - Method in class org.springframework.integration.mail.transformer.AbstractMailMessageTransformer
 
transform(Message<?>) - Method in class org.springframework.integration.transformer.AbstractMessageProcessingTransformer
 
transform(Message<?>) - Method in class org.springframework.integration.transformer.AbstractTransformer
 
transform(Message<?>) - Method in class org.springframework.integration.transformer.HeaderEnricher
 
transform(Message<?>) - Method in class org.springframework.integration.transformer.HeaderFilter
 
transform(Message<?>) - Method in interface org.springframework.integration.transformer.Transformer
 
transformDocument(Document, Transformer) - Method in class org.springframework.integration.xml.transformer.XsltPayloadTransformer
 
Transformer - Annotation Type in org.springframework.integration.annotation
Indicates that a method is capable of transforming a message, message header, or message payload.
Transformer - Interface in org.springframework.integration.transformer
Strategy interface for transforming a Message.
TransformerAnnotationPostProcessor - Class in org.springframework.integration.config.annotation
Post-processor for Methods annotated with @Transformer.
TransformerAnnotationPostProcessor(ListableBeanFactory) - Constructor for class org.springframework.integration.config.annotation.TransformerAnnotationPostProcessor
 
TransformerConfigurer - Interface in org.springframework.integration.xml.transformer
Allows customization of the transformer based on the received message prior to transformation.
TransformerFactoryBean - Class in org.springframework.integration.config
Factory bean for creating a Message Transformer.
TransformerFactoryBean() - Constructor for class org.springframework.integration.config.TransformerFactoryBean
 
TransformerParser - Class in org.springframework.integration.config.xml
Parser for the <transformer/> element.
TransformerParser() - Constructor for class org.springframework.integration.config.xml.TransformerParser
 
transformFile(File) - Method in class org.springframework.integration.file.transformer.AbstractFilePayloadTransformer
Subclasses must implement this method to transform the File contents.
transformFile(File) - Method in class org.springframework.integration.file.transformer.FileToByteArrayTransformer
 
transformFile(File) - Method in class org.springframework.integration.file.transformer.FileToStringTransformer
 
transformPayload(T) - Method in class org.springframework.integration.transformer.AbstractPayloadTransformer
 
transformPayload(Map<?, ?>) - Method in class org.springframework.integration.transformer.MapToObjectTransformer
 
transformPayload(Object) - Method in class org.springframework.integration.transformer.ObjectToMapTransformer
 
transformPayload(Object) - Method in class org.springframework.integration.transformer.ObjectToStringTransformer
 
transformPayload(byte[]) - Method in class org.springframework.integration.transformer.PayloadDeserializingTransformer
 
transformPayload(Object) - Method in class org.springframework.integration.transformer.PayloadSerializingTransformer
 
transformPayload(T) - Method in class org.springframework.integration.transformer.PayloadTypeConvertingTransformer
 
transformPayload(Object) - Method in class org.springframework.integration.xml.transformer.SourceCreatingTransformer
 
transformPayload(Object) - Method in class org.springframework.integration.xml.transformer.UnmarshallingTransformer
 
transformResult(Result) - Method in class org.springframework.integration.xml.transformer.ResultToDocumentTransformer
 
transformResult(Result) - Method in class org.springframework.integration.xml.transformer.ResultToStringTransformer
 
transformResult(Result) - Method in interface org.springframework.integration.xml.transformer.ResultTransformer
 
transformSource(Source, Object, Transformer) - Method in class org.springframework.integration.xml.transformer.XsltPayloadTransformer
 
transformString(String, Transformer) - Method in class org.springframework.integration.xml.transformer.XsltPayloadTransformer
 
transformUsingFactories(Object, Transformer) - Method in class org.springframework.integration.xml.transformer.XsltPayloadTransformer
 
tryAcquire(long) - Method in class org.springframework.integration.util.UpperBound
Acquires a permit from the underlying semaphore if this UpperBound is bounded and returns true if it succeeds within the given timeout.
tryClaim(File) - Method in class org.springframework.integration.file.DefaultDirectoryScanner
Claim the file to process.
tryClaim(File) - Method in interface org.springframework.integration.file.DirectoryScanner
Claim the file to process.
TYPE - Static variable in class org.springframework.integration.jms.JmsHeaders
 
TYPE - Static variable in class org.springframework.integration.xmpp.XmppHeaders
 

U

UnexpiredMessageSelector - Class in org.springframework.integration.selector
A MessageSelector that accepts Messages that are not yet expired.
UnexpiredMessageSelector() - Constructor for class org.springframework.integration.selector.UnexpiredMessageSelector
 
UnicastingDispatcher - Class in org.springframework.integration.dispatcher
Implementation of MessageDispatcher that will attempt to send a Message to at most one of its handlers.
UnicastingDispatcher() - Constructor for class org.springframework.integration.dispatcher.UnicastingDispatcher
 
UnicastingDispatcher(Executor) - Constructor for class org.springframework.integration.dispatcher.UnicastingDispatcher
 
UnicastReceivingChannelAdapter - Class in org.springframework.integration.ip.udp
A channel adapter to receive incoming UDP packets.
UnicastReceivingChannelAdapter(int) - Constructor for class org.springframework.integration.ip.udp.UnicastReceivingChannelAdapter
Constructs a UnicastReceivingChannelAdapter that listens on the specified port.
UnicastReceivingChannelAdapter(int, boolean) - Constructor for class org.springframework.integration.ip.udp.UnicastReceivingChannelAdapter
Constructs a UnicastReceivingChannelAdapter that listens for packets on the specified port.
UnicastSendingMessageHandler - Class in org.springframework.integration.ip.udp
A MessageHandler implementation that maps a Message into a UDP datagram packet and sends that to the specified host and port.
UnicastSendingMessageHandler(String, int) - Constructor for class org.springframework.integration.ip.udp.UnicastSendingMessageHandler
Basic constructor; no reliability; no acknowledgment.
UnicastSendingMessageHandler(String, int, boolean) - Constructor for class org.springframework.integration.ip.udp.UnicastSendingMessageHandler
Can used to add a length to each packet which can be checked at the destination.
UnicastSendingMessageHandler(String, int, boolean, String, int, int) - Constructor for class org.springframework.integration.ip.udp.UnicastSendingMessageHandler
Add an acknowledgment request to packets.
UnicastSendingMessageHandler(String, int, boolean, boolean, String, int, int) - Constructor for class org.springframework.integration.ip.udp.UnicastSendingMessageHandler
Add a length and/or acknowledgment request to packets.
unlock(File) - Method in interface org.springframework.integration.file.FileLocker
Unlocks the given file.
unlock(File) - Method in class org.springframework.integration.file.locking.NioFileLocker
 
unmarked - Variable in class org.springframework.integration.store.SimpleMessageGroup
 
UnmarshallingTransformer - Class in org.springframework.integration.xml.transformer
An implementation of Transformer that delegates to an OXM Unmarshaller.
UnmarshallingTransformer(Unmarshaller) - Constructor for class org.springframework.integration.xml.transformer.UnmarshallingTransformer
 
UnmarshallingTransformerParser - Class in org.springframework.integration.xml.config
 
UnmarshallingTransformerParser() - Constructor for class org.springframework.integration.xml.config.UnmarshallingTransformerParser
 
unsubscribe(MessageHandler) - Method in class org.springframework.integration.channel.AbstractSubscribableChannel
 
unsubscribe(MessageHandler) - Method in interface org.springframework.integration.core.SubscribableChannel
Remove a MessageHandler from the subscribers of this channel.
unsubscribe(MessageHandler) - Method in class org.springframework.integration.jms.JmsDestinationBackedMessageChannel
 
UploadedMultipartFile - Class in org.springframework.integration.http
A MultipartFile implementation that represents an uploaded File.
UploadedMultipartFile(File, long, String, String, String) - Constructor for class org.springframework.integration.http.UploadedMultipartFile
 
UploadedMultipartFile(byte[], String, String, String) - Constructor for class org.springframework.integration.http.UploadedMultipartFile
 
UpperBound - Class in org.springframework.integration.util
Thin wrapper around a Semaphore that allows to create a potentially unlimited upper bound to by used in buffers of messages (e.g. a QueueChannel or a MessageStore).
UpperBound(int) - Constructor for class org.springframework.integration.util.UpperBound
Create an UpperBound with the given capacity.
USER_PRINCIPAL - Static variable in class org.springframework.integration.http.HttpHeaders
 
usingDirectBuffers - Variable in class org.springframework.integration.ip.tcp.connection.TcpNioClientConnectionFactory
 
usingDirectBuffers - Variable in class org.springframework.integration.ip.tcp.connection.TcpNioServerConnectionFactory
 
usingDirectBuffers - Variable in class org.springframework.integration.ip.tcp.NioSocketReader
 
usingDirectBuffers - Variable in class org.springframework.integration.ip.tcp.NioSocketWriter
If true, direct buffers are used.
usingDirectBuffers - Variable in class org.springframework.integration.ip.tcp.TcpNioReceivingChannelAdapter
 
usingDirectBuffers - Variable in class org.springframework.integration.ip.tcp.TcpNioSendingMessageHandler
 
UUIDConverter - Class in org.springframework.integration.util
Utility to help generate UUID instances from generic objects.
UUIDConverter() - Constructor for class org.springframework.integration.util.UUIDConverter
 

V

validate(Method) - Method in interface org.springframework.integration.util.MethodValidator
 
valueOf(String) - Static method in enum org.springframework.integration.selector.MessageSelectorChain.VotingStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.integration.xml.xpath.XPathEvaluationType
Returns the enum constant of this type with the specified name.
values() - Method in class org.springframework.integration.MessageHeaders
 
values() - Static method in enum org.springframework.integration.selector.MessageSelectorChain.VotingStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.integration.xml.xpath.XPathEvaluationType
Returns an array containing the constants of this enum type, in the order they are declared.

W

waitForAck - Variable in class org.springframework.integration.ip.udp.UnicastSendingMessageHandler
If true adds headers to instruct receiving adapter to return an ack.
waitForNewMessages() - Method in class org.springframework.integration.mail.ImapMailReceiver
This method is unique to the IMAP receiver and only works if IMAP IDLE is supported (see RFC 2177 for more detail).
WebServiceHeaderEnricherParser - Class in org.springframework.integration.ws.config
 
WebServiceHeaderEnricherParser() - Constructor for class org.springframework.integration.ws.config.WebServiceHeaderEnricherParser
 
WebServiceHeaders - Class in org.springframework.integration.ws
Pre-defined header names to be used when storing or retrieving Web Service properties to/from integration Message Headers.
WebServiceHeaders() - Constructor for class org.springframework.integration.ws.WebServiceHeaders
 
WebServiceInboundGatewayParser - Class in org.springframework.integration.ws.config
 
WebServiceInboundGatewayParser() - Constructor for class org.springframework.integration.ws.config.WebServiceInboundGatewayParser
 
WebServiceOutboundGatewayParser - Class in org.springframework.integration.ws.config
Parser for the <outbound-gateway/> element in the 'ws' namespace.
WebServiceOutboundGatewayParser() - Constructor for class org.springframework.integration.ws.config.WebServiceOutboundGatewayParser
 
WireTap - Class in org.springframework.integration.channel.interceptor
A ChannelInterceptor that publishes a copy of the intercepted message to a secondary target while still sending the original message to the main channel.
WireTap(MessageChannel) - Constructor for class org.springframework.integration.channel.interceptor.WireTap
Create a new wire tap with no MessageSelector.
WireTap(MessageChannel, MessageSelector) - Constructor for class org.springframework.integration.channel.interceptor.WireTap
Create a new wire tap with the provided MessageSelector.
WireTapParser - Class in org.springframework.integration.config.xml
Parser for the <wire-tap> element.
WireTapParser() - Constructor for class org.springframework.integration.config.xml.WireTapParser
 
withPayload(T) - Static method in class org.springframework.integration.core.MessageBuilder
Create a builder for a new Message instance with the provided payload.
write(MultiValueMap<String, ?>, MediaType, HttpOutputMessage) - Method in class org.springframework.integration.http.MultipartAwareFormHttpMessageConverter
 
write(Object) - Method in class org.springframework.integration.ip.tcp.AbstractSocketWriter
 
write(Object) - Method in interface org.springframework.integration.ip.tcp.SocketWriter
Write the entire buffer to the underlying socket.
writeCrLfFormat(byte[]) - Method in class org.springframework.integration.ip.tcp.AbstractSocketWriter
Write the data, followed by carriage return, line feed ('\r\n').
writeCrLfFormat(byte[]) - Method in class org.springframework.integration.ip.tcp.NetSocketWriter
 
writeCrLfFormat(byte[]) - Method in class org.springframework.integration.ip.tcp.NioSocketWriter
 
writeCustomFormat(Object) - Method in class org.springframework.integration.ip.tcp.AbstractSocketWriter
Write the data using some custom protocol.
writeCustomFormat(Object) - Method in class org.springframework.integration.ip.tcp.NetSocketWriter
 
writeCustomFormat(Object) - Method in class org.springframework.integration.ip.tcp.NioSocketWriter
 
writeHistory(NamedComponent, MessageHistory) - Method in class org.springframework.integration.history.MessageHistoryWriter
 
writeInternal(Serializable, HttpOutputMessage) - Method in class org.springframework.integration.http.SerializingHttpMessageConverter
 
writeLengthFormat(byte[]) - Method in class org.springframework.integration.ip.tcp.AbstractSocketWriter
Write the length of the data in a 4 byte integer (in network byte order) before the data itself.
writeLengthFormat(byte[]) - Method in class org.springframework.integration.ip.tcp.NetSocketWriter
 
writeLengthFormat(byte[]) - Method in class org.springframework.integration.ip.tcp.NioSocketWriter
 
writeMessageHistory(Message<?>) - Method in class org.springframework.integration.context.IntegrationObjectSupport
 
writer - Variable in class org.springframework.integration.ip.tcp.AbstractTcpSendingMessageHandler
 
writeSerializedFormat(Object) - Method in class org.springframework.integration.ip.tcp.AbstractSocketWriter
Write the data, followed by carriage return, line feed ('\r\n').
writeSerializedFormat(Object) - Method in class org.springframework.integration.ip.tcp.NetSocketWriter
 
writeSerializedFormat(Object) - Method in class org.springframework.integration.ip.tcp.NioSocketWriter
 
writeStxEtxFormat(byte[]) - Method in class org.springframework.integration.ip.tcp.AbstractSocketWriter
Write an STX (0x02) followed by the data, followed by ETX (0x03).
writeStxEtxFormat(byte[]) - Method in class org.springframework.integration.ip.tcp.NetSocketWriter
 
writeStxEtxFormat(byte[]) - Method in class org.springframework.integration.ip.tcp.NioSocketWriter
 
WsNamespaceHandler - Class in org.springframework.integration.ws.config
 
WsNamespaceHandler() - Constructor for class org.springframework.integration.ws.config.WsNamespaceHandler
 

X

XmlPayloadConverter - Interface in org.springframework.integration.xml
Converter for creating XML Document instances
XmlPayloadValidatingRouter - Class in org.springframework.integration.xml.router
 
XmlPayloadValidatingRouter(String, String, XmlValidator) - Constructor for class org.springframework.integration.xml.router.XmlPayloadValidatingRouter
 
XmlPayloadValidatingRouterParser - Class in org.springframework.integration.xml.config
 
XmlPayloadValidatingRouterParser() - Constructor for class org.springframework.integration.xml.config.XmlPayloadValidatingRouterParser
 
XmlValidator - Interface in org.springframework.integration.xml.router
 
XmppConnectionFactory - Class in org.springframework.integration.xmpp
This class configures an XMPPConnection object.
XmppConnectionFactory() - Constructor for class org.springframework.integration.xmpp.XmppConnectionFactory
 
XmppConnectionFactory(String, String, String, String, String, String, int, int) - Constructor for class org.springframework.integration.xmpp.XmppConnectionFactory
 
XmppHeaders - Class in org.springframework.integration.xmpp
Used as keys for Message objects that handle XMPP events.
XmppHeaders() - Constructor for class org.springframework.integration.xmpp.XmppHeaders
 
XmppMessageDrivenEndpoint - Class in org.springframework.integration.xmpp.messages
This component logs in as a user and forwards any messages to that user on to downstream components.
XmppMessageDrivenEndpoint() - Constructor for class org.springframework.integration.xmpp.messages.XmppMessageDrivenEndpoint
 
XmppMessageSendingMessageHandler - Class in org.springframework.integration.xmpp.messages
 
XmppMessageSendingMessageHandler() - Constructor for class org.springframework.integration.xmpp.messages.XmppMessageSendingMessageHandler
 
XmppNamespaceHandler - Class in org.springframework.integration.xmpp.config
This class parses the schema for XMPP support.
XmppNamespaceHandler() - Constructor for class org.springframework.integration.xmpp.config.XmppNamespaceHandler
 
XmppPresenceMessageMapper - Class in org.springframework.integration.xmpp.presence
Implementation of the strategy interface OutboundMessageMapper.
XmppPresenceMessageMapper() - Constructor for class org.springframework.integration.xmpp.presence.XmppPresenceMessageMapper
 
XmppRosterEventMessageDrivenEndpoint - Class in org.springframework.integration.xmpp.presence
Describes an endpoint that is able to login as usual with a XmppConnectionFactory and then emit Messages when a particular event happens to the logged in users Roster.
XmppRosterEventMessageDrivenEndpoint() - Constructor for class org.springframework.integration.xmpp.presence.XmppRosterEventMessageDrivenEndpoint
 
XmppRosterEventMessageSendingHandler - Class in org.springframework.integration.xmpp.presence
This class will facilitate publishing updated presence values for a given connection.
XmppRosterEventMessageSendingHandler() - Constructor for class org.springframework.integration.xmpp.presence.XmppRosterEventMessageSendingHandler
 
XPathEvaluationType - Enum in org.springframework.integration.xml.xpath
Enumeration of different types o XPath evaluation used to indicate the type of evaluation that should be carried out using a provided XPath expression
XPathExpressionParser - Class in org.springframework.integration.xml.config
Parser for the <xpath-expression> element.
XPathExpressionParser() - Constructor for class org.springframework.integration.xml.config.XPathExpressionParser
 
XPathHeaderEnricher - Class in org.springframework.integration.xml.transformer
Transformer implementation that evaluates XPath expressions against the message payload and inserts the result of the evaluation into a messsage header.
XPathHeaderEnricher(Map<String, XPathHeaderEnricher.XPathExpressionEvaluatingHeaderValueMessageProcessor>) - Constructor for class org.springframework.integration.xml.transformer.XPathHeaderEnricher
Create an instance of XPathHeaderEnricher using a map with header names as keys and XPathExpressionValueHolders to evaluate the values.
XPathHeaderEnricher.XPathExpressionEvaluatingHeaderValueMessageProcessor - Class in org.springframework.integration.xml.transformer
 
XPathHeaderEnricher.XPathExpressionEvaluatingHeaderValueMessageProcessor(String) - Constructor for class org.springframework.integration.xml.transformer.XPathHeaderEnricher.XPathExpressionEvaluatingHeaderValueMessageProcessor
 
XPathHeaderEnricher.XPathExpressionEvaluatingHeaderValueMessageProcessor(XPathExpression) - Constructor for class org.springframework.integration.xml.transformer.XPathHeaderEnricher.XPathExpressionEvaluatingHeaderValueMessageProcessor
 
XPathHeaderEnricherParser - Class in org.springframework.integration.xml.config
Parser for <xpath-header-enricher> elements.
XPathHeaderEnricherParser() - Constructor for class org.springframework.integration.xml.config.XPathHeaderEnricherParser
 
XPathMessageSplitter - Class in org.springframework.integration.xml.splitter
Message Splitter that uses an XPathExpression to split a Document or String payload into a NodeList.
XPathMessageSplitter(String) - Constructor for class org.springframework.integration.xml.splitter.XPathMessageSplitter
 
XPathMessageSplitter(String, Map<String, String>) - Constructor for class org.springframework.integration.xml.splitter.XPathMessageSplitter
 
XPathMessageSplitter(XPathExpression) - Constructor for class org.springframework.integration.xml.splitter.XPathMessageSplitter
 
XPathMessageSplitterParser - Class in org.springframework.integration.xml.config
 
XPathMessageSplitterParser() - Constructor for class org.springframework.integration.xml.config.XPathMessageSplitterParser
 
XPathMultiChannelRouter - Class in org.springframework.integration.xml.router
A router that evaluates the XPath expression using XPathExpression.evaluateAsNodeList(Node) which returns zero or more nodes in conjunction with an instance of NodeMapper to produce zero or more channel names.
XPathMultiChannelRouter(String, Map<String, String>) - Constructor for class org.springframework.integration.xml.router.XPathMultiChannelRouter
 
XPathMultiChannelRouter(String, String, String) - Constructor for class org.springframework.integration.xml.router.XPathMultiChannelRouter
 
XPathMultiChannelRouter(String) - Constructor for class org.springframework.integration.xml.router.XPathMultiChannelRouter
 
XPathMultiChannelRouter(XPathExpression) - Constructor for class org.springframework.integration.xml.router.XPathMultiChannelRouter
 
XPathRouterParser - Class in org.springframework.integration.xml.config
Parser for the <xpath-router/> element.
XPathRouterParser() - Constructor for class org.springframework.integration.xml.config.XPathRouterParser
 
XPathSelectorParser - Class in org.springframework.integration.xml.config
 
XPathSelectorParser() - Constructor for class org.springframework.integration.xml.config.XPathSelectorParser
 
XPathSingleChannelRouter - Class in org.springframework.integration.xml.router
Router that evaluates the payload using XPathExpression.evaluateAsString(Node) to extract a channel name.
XPathSingleChannelRouter(String, Map<String, String>) - Constructor for class org.springframework.integration.xml.router.XPathSingleChannelRouter
 
XPathSingleChannelRouter(String, String, String) - Constructor for class org.springframework.integration.xml.router.XPathSingleChannelRouter
 
XPathSingleChannelRouter(String) - Constructor for class org.springframework.integration.xml.router.XPathSingleChannelRouter
 
XPathSingleChannelRouter(XPathExpression) - Constructor for class org.springframework.integration.xml.router.XPathSingleChannelRouter
 
XPathTransformer - Class in org.springframework.integration.xml.transformer
Transformer implementation that evaluates an XPath expression against the inbound Message payload and returns a Message whose payload is the result of that evaluation.
XPathTransformer(String) - Constructor for class org.springframework.integration.xml.transformer.XPathTransformer
Create an XPathTransformer that will create an XPath expression from the given String to be evaluated against converted inbound Message payloads.
XPathTransformer(XPathExpression) - Constructor for class org.springframework.integration.xml.transformer.XPathTransformer
Create an XPathTransformer that will evaluate the given XPathExpression against converted inbound Message payloads.
XPathTransformerParser - Class in org.springframework.integration.xml.config
Parser for the 'xpath-transformer' element.
XPathTransformerParser() - Constructor for class org.springframework.integration.xml.config.XPathTransformerParser
 
XsltHeaders - Class in org.springframework.integration.xml.transformer
Message headers that can be used to configure the Transformer instance used for XSL transformation.
XsltHeaders() - Constructor for class org.springframework.integration.xml.transformer.XsltHeaders
 
XsltPayloadTransformer - Class in org.springframework.integration.xml.transformer
Thread safe XSLT transformer implementation which returns a transformed Source, Document, or String.
XsltPayloadTransformer(Templates) - Constructor for class org.springframework.integration.xml.transformer.XsltPayloadTransformer
 
XsltPayloadTransformer(Templates, ResultTransformer) - Constructor for class org.springframework.integration.xml.transformer.XsltPayloadTransformer
 
XsltPayloadTransformer(Resource) - Constructor for class org.springframework.integration.xml.transformer.XsltPayloadTransformer
 
XsltPayloadTransformer(Resource, ResultTransformer) - Constructor for class org.springframework.integration.xml.transformer.XsltPayloadTransformer
 
XsltPayloadTransformerParser - Class in org.springframework.integration.xml.config
 
XsltPayloadTransformerParser() - Constructor for class org.springframework.integration.xml.config.XsltPayloadTransformerParser
 

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

Copyright © 2010. All Rights Reserved.