public class BasicHandlerChain extends Object implements HandlerChain
HandlerChain.| Modifier and Type | Field and Description |
|---|---|
private List<Handler> |
handlers
The handler chain.
|
private org.slf4j.Logger |
log
Class logger.
|
| Constructor and Description |
|---|
BasicHandlerChain()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
List<Handler> |
getHandlers()
Get the modifiable list of handlers in the handler chain.
|
void |
invoke(MessageContext msgContext)
Invoke the handler chain on the specified message context.
|
public List<Handler> getHandlers()
getHandlers in interface HandlerChainpublic void invoke(MessageContext msgContext) throws HandlerException
invoke in interface HandlerChainmsgContext - the message context on which to invoke the handler chainHandlerException - if there is a problem handling the message contextCopyright © 1999-2015. All Rights Reserved.