Interface | Description |
---|---|
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. |
Class | Description |
---|---|
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.
|
Exception | Description |
---|---|
HandlerException |
Base class for message handler related exceptions.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.