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
 
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
 
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
 
AbstractHttpRequestExecutor - Class in org.springframework.integration.http
Base class for HttpRequestExecutor implementations.
AbstractHttpRequestExecutor() - Constructor for class org.springframework.integration.http.AbstractHttpRequestExecutor
 
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(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 java.lang.annotation.Annotation> - Class in org.springframework.integration.config.annotation
Base class for Method-level annotation post-processors.
AbstractMethodAnnotationPostProcessor(ListableBeanFactory) - Constructor for class org.springframework.integration.config.annotation.AbstractMethodAnnotationPostProcessor
 
AbstractOutboundChannelAdapterParser - Class in org.springframework.integration.config.xml
Base class for outbound Channel Adapter parsers.
AbstractOutboundChannelAdapterParser() - Constructor for class org.springframework.integration.config.xml.AbstractOutboundChannelAdapterParser
 
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
 
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
 
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(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 interface org.springframework.integration.selector.MessageSelector
 
accept(Message<?>) - Method in class org.springframework.integration.selector.MessageSelectorChain
Pass the message through the selector chain.
accept(Message<?>) - Method in class org.springframework.integration.selector.PayloadTypeSelector
 
accept(Message<?>) - Method in class org.springframework.integration.selector.UnexpiredMessageSelector
 
accept(Message<?>) - Method in class org.springframework.integration.xml.selector.BooleanTestXPathMessageSelector
Return true if the XPathExpression evaluates to true
accept(Message<?>) - Method in class org.springframework.integration.xml.selector.StringValueTestXPathMessageSelector
Evaluate the payload and return true if the value returned by the XPathExpression is equal to the valueToTestFor.
AcceptOnceFileListFilter - Class in org.springframework.integration.file
FileListFilter that passes files only one time.
AcceptOnceFileListFilter(int) - Constructor for class org.springframework.integration.file.AcceptOnceFileListFilter
Creates an AcceptOnceFileFilter that is based on a bounded queue.
AcceptOnceFileListFilter() - Constructor for class org.springframework.integration.file.AcceptOnceFileListFilter
Creates an AcceptOnceFileFilter based on an unbounded queue.
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
 
ackPort - Variable in class org.springframework.integration.ip.udp.UnicastSendingMessageHandler
 
ackSocket - 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
 
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 interface org.springframework.integration.store.MessageGroup
Add a message to the internal list.
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 bean definition 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 correlation key.
addMessageToGroup(Object, Message<?>) - Method in class org.springframework.integration.store.SimpleMessageStore
 
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
 
afterPropertiesSet() - Method in class org.springframework.integration.aop.PublisherAnnotationBeanPostProcessor
 
afterPropertiesSet() - Method in class org.springframework.integration.channel.MessageChannelTemplate
 
afterPropertiesSet() - Method in class org.springframework.integration.config.annotation.MessagingAnnotationPostProcessor
 
afterPropertiesSet() - Method in class org.springframework.integration.config.ConsumerEndpointFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.integration.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.file.FileReadingMessageSource
 
afterPropertiesSet() - Method in class org.springframework.integration.handler.DelayHandler
 
afterPropertiesSet() - Method in class org.springframework.integration.http.DataBindingInboundRequestMapper
 
afterPropertiesSet() - Method in class org.springframework.integration.jdbc.JdbcMessageStore
Check mandatory properties (data source and incrementer).
afterPropertiesSet() - Method in class org.springframework.integration.jms.AbstractJmsTemplateBasedAdapter
 
afterPropertiesSet() - Method in class org.springframework.integration.jms.ChannelPublishingJmsMessageListener
 
afterPropertiesSet() - Method in class org.springframework.integration.jms.JmsDestinationBackedMessageChannel
 
afterPropertiesSet() - Method in class org.springframework.integration.message.MethodInvokingMessageSource
 
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.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
 
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.
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
 

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