Package org.springframework.integration.handler

Interface Summary
MessageHandler Base message handler interface.
ReplyHandler Strategy interface for handling reply messages.
 

Class Summary
AbstractMessageHandlerAdapter An implementation of the MessageHandler interface that invokes the specified method and target object.
DefaultMessageHandlerAdapter An implementation of MessageHandler that invokes the specified method and target object.
InterceptingMessageHandler A message handler implementation that intercepts calls to another handler.
MessageFilter Handler for deciding whether to pass a message.
MessageHandlerChain A message handler implementation that passes incoming messages through a chain of handlers.
MethodInvokingTarget A messaging target that invokes the specified method on the provided object.
ReplyMessageCorrelator A handler for receiving messages from a "reply channel".
 

Exception Summary
MessageHandlerNotRunningException An exception indicating that a handler is not currently running.
MessageHandlerRejectedExecutionException An exception indicating that a message was rejected by a handler; typically this would be the result of a thread pool executor rejecting a handler task.