| インタフェース | 説明 |
|---|---|
| Handler |
A handler is invoked to implement specific business logic on a
MessageContext. |
| HandlerChain |
An ordered chain of
Handler instances which may be invoked on a message context. |
| HandlerChainAware |
A marker interface for
MessageDecoder and MessageEncoder implementations
which process a message context's Handler's. |
| HandlerChainResolver |
A resolver which uses the message context information to resolve and return instances of
HandlerChain. |
| PhasedHandlerChain |
A specialized type of
HandlerChain which supports organizing multiple
handler chains into a set of named handler chains called 'phases', which will be
invoked in a specified order. |
| クラス | 説明 |
|---|---|
| BaseHandlerChainAwareMessageDecoder |
Base class for message decoders which are capable of processing the message context's inbound
HandlerChain. |
| BaseHandlerChainAwareMessageEncoder |
Base class for message encoders which are capable of processing the message context's outbound
HandlerChain. |
| BasicHandlerChain |
A basic implementation of
HandlerChain. |
| BasicPhasedHandlerChain |
A basic implementation of
PhasedHandlerChain. |
| StaticHandlerChainResolver |
A simple handler chain resolver implementation that returns a static list of handler chains.
|
| 例外 | 説明 |
|---|---|
| HandlerException |
Base class for message handler related exceptions.
|
Copyright © 2012. All Rights Reserved.