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

M

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.
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
 
MAX_MESSAGES_UNBOUNDED - Static variable in class org.springframework.integration.endpoint.AbstractPollingEndpoint
 
maxMessagesPerPoll - Variable in class org.springframework.integration.endpoint.AbstractPollingEndpoint
 
Message<T> - Interface in org.springframework.integration.core
The central interface that any Message type must implement.
MESSAGE_ID - Static variable in class org.springframework.integration.jms.JmsHeaders
 
MessageBarrier<T extends java.util.Collection<? extends Message<?>>> - Class in org.springframework.integration.aggregator
Utility class for AbstractMessageBarrierHandler and its subclasses for storing objects while in transit.
MessageBarrier(T, Object) - Constructor for class org.springframework.integration.aggregator.MessageBarrier
 
MessageBuilder<T> - Class in org.springframework.integration.message
 
MessageChannel - Interface in org.springframework.integration.core
Base channel interface defining common behavior for message sending and receiving.
MessageChannelTemplate - Class in org.springframework.integration.channel
This is the central class for invoking message exchange operations across MessageChannels.
MessageChannelTemplate() - Constructor for class org.springframework.integration.channel.MessageChannelTemplate
Create a MessageChannelTemplate with no default channel.
MessageChannelTemplate(MessageChannel) - Constructor for class org.springframework.integration.channel.MessageChannelTemplate
Create a MessageChannelTemplate with the given default channel.
MessageDeliveryException - Exception in org.springframework.integration.message
Exception that indicates an error during message delivery.
MessageDeliveryException(Message<?>) - Constructor for exception org.springframework.integration.message.MessageDeliveryException
 
MessageDeliveryException(Message<?>, String) - Constructor for exception org.springframework.integration.message.MessageDeliveryException
 
MessageDeliveryException(Message<?>, String, Throwable) - Constructor for exception org.springframework.integration.message.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.
MessageHandler - Interface in org.springframework.integration.message
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.message
Exception that indicates an error during message handling.
MessageHandlingException(Message<?>) - Constructor for exception org.springframework.integration.message.MessageHandlingException
 
MessageHandlingException(Message<?>, String) - Constructor for exception org.springframework.integration.message.MessageHandlingException
 
MessageHandlingException(Message<?>, Throwable) - Constructor for exception org.springframework.integration.message.MessageHandlingException
 
MessageHandlingException(Message<?>, String, Throwable) - Constructor for exception org.springframework.integration.message.MessageHandlingException
 
MessageHeaders - Class in org.springframework.integration.core
The headers for a Message.
MessageHeaders(Map<String, Object>) - Constructor for class org.springframework.integration.core.MessageHeaders
 
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.adapter
Exception that indicates an error during message mapping.
MessageMappingException(String, Throwable) - Constructor for exception org.springframework.integration.adapter.MessageMappingException
 
MessageMappingException(Message<?>, String) - Constructor for exception org.springframework.integration.adapter.MessageMappingException
 
MessageMappingException(Message<?>, String, Throwable) - Constructor for exception org.springframework.integration.adapter.MessageMappingException
 
MessageMappingMethodInvoker - Class in org.springframework.integration.handler
A base or helper class for any Messaging component that acts as an adapter by invoking a "plain" (not Message-aware) method on a given target object.
MessageMappingMethodInvoker(Object, Method) - Constructor for class org.springframework.integration.handler.MessageMappingMethodInvoker
 
MessageMappingMethodInvoker(Object, Class<? extends Annotation>) - Constructor for class org.springframework.integration.handler.MessageMappingMethodInvoker
 
MessageMappingMethodInvoker(Object, String) - Constructor for class org.springframework.integration.handler.MessageMappingMethodInvoker
 
MessageMappingMethodInvoker(Object, String, boolean) - Constructor for class org.springframework.integration.handler.MessageMappingMethodInvoker
 
MessagePriority - Enum in org.springframework.integration.core
An enumeration of the possible values for a message's priority.
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
 
MessageRejectedException - Exception in org.springframework.integration.message
Exception that indicates a message has been rejected by a selector.
MessageRejectedException(Message<?>) - Constructor for exception org.springframework.integration.message.MessageRejectedException
 
MessageRejectedException(Message<?>, String) - Constructor for exception org.springframework.integration.message.MessageRejectedException
 
MessageRejectedException(Message<?>, String, Throwable) - Constructor for exception org.springframework.integration.message.MessageRejectedException
 
messages - Variable in class org.springframework.integration.aggregator.MessageBarrier
 
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.selector
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.message
Base interface for any source of Messages that can be polled.
MessageTimeoutException - Exception in org.springframework.integration.message
 
MessageTimeoutException(Message<?>, String, Throwable) - Constructor for exception org.springframework.integration.message.MessageTimeoutException
 
MessageTimeoutException(Message<?>, String) - Constructor for exception org.springframework.integration.message.MessageTimeoutException
 
MessageTimeoutException(Message<?>, Throwable) - Constructor for exception org.springframework.integration.message.MessageTimeoutException
 
MessageTimeoutException(Message<?>) - Constructor for exception org.springframework.integration.message.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.
MessagingAnnotationPostProcessor - Class in org.springframework.integration.config.annotation
A BeanPostProcessor implementation that processes method-level messaging annotations such as @Transformer, @Splitter, and @Router.
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.core
The base exception for any failures within the messaging system.
MessagingException(Message<?>) - Constructor for exception org.springframework.integration.core.MessagingException
 
MessagingException(String) - Constructor for exception org.springframework.integration.core.MessagingException
 
MessagingException(String, Throwable) - Constructor for exception org.springframework.integration.core.MessagingException
 
MessagingException(Message<?>, String) - Constructor for exception org.springframework.integration.core.MessagingException
 
MessagingException(Message<?>, Throwable) - Constructor for exception org.springframework.integration.core.MessagingException
 
MessagingException(Message<?>, String, Throwable) - Constructor for exception org.springframework.integration.core.MessagingException
 
MessagingGateway - Interface in org.springframework.integration.gateway
Base interface for gateway adapters.
method - Variable in class org.springframework.integration.aggregator.MessageListMethodAdapter
 
METHOD_ATTRIBUTE - Static variable in class org.springframework.integration.config.xml.AbstractConsumerEndpointParser
 
MethodAnnotationPostProcessor<T extends java.lang.annotation.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.
MethodInvokingAggregator - Class in org.springframework.integration.aggregator
AbstractMessageAggregator adapter for methods annotated with @Aggregator annotation and for aggregator elements (e.g.
MethodInvokingAggregator(Object, Method) - Constructor for class org.springframework.integration.aggregator.MethodInvokingAggregator
 
MethodInvokingAggregator(Object, String) - Constructor for class org.springframework.integration.aggregator.MethodInvokingAggregator
 
MethodInvokingAggregator(Object) - Constructor for class org.springframework.integration.aggregator.MethodInvokingAggregator
 
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
 
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
 
MethodInvokingMessageSource - Class in org.springframework.integration.message
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.message.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
 
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
 
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
 
MethodParameterMessageMapper - Class in org.springframework.integration.message
Prepares arguments for handler methods.
MethodParameterMessageMapper(Method) - Constructor for class org.springframework.integration.message.MethodParameterMessageMapper
 
MethodValidator - Interface in org.springframework.integration.util
Interface for method validation.
MULTIPART_MODE - Static variable in class org.springframework.integration.mail.MailHeaders
 

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