|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||
| Interface Summary | |
|---|---|
| MessageHandler | Base message handler interface. |
| Class Summary | |
|---|---|
| AbstractMessageHandler | A base class for any MessageHandler that may act as an adapter
by invoking a "plain" (not Message-aware) method for a given target object. |
| DefaultMessageHandler | The default MessageHandler implementation. |
| MessageFilter | Handler for deciding whether to pass a message. |
| MessageHandlerChain | A message handler implementation that passes incoming messages through a chain of handlers. |
| MessageHandlerDecorator | A message handler implementation that intercepts calls to another handler. |
| MessageListMethodAdapter | Base class for implementing adapters for methods which take as an argument a
list of Message instances or payloads. |
| 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 | |
|---|---|
| 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. |
|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||