public class BasicHandlerChain extends Object implements HandlerChain
HandlerChain.| コンストラクタと説明 |
|---|
BasicHandlerChain()
Constructor.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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 インタフェース内 HandlerChainpublic void invoke(MessageContext msgContext) throws HandlerException
invoke インタフェース内 HandlerChainmsgContext - the message context on which to invoke the handler chainHandlerException - if there is a problem handling the message contextCopyright © 2012. All Rights Reserved.