public class StaticHandlerChainResolver extends Object implements HandlerChainResolver
| コンストラクタと説明 |
|---|
StaticHandlerChainResolver(HandlerChain newHandlerChain)
Constructor.
|
StaticHandlerChainResolver(List<HandlerChain> newHandlerChains)
Constructor.
|
public StaticHandlerChainResolver(HandlerChain newHandlerChain)
newHandlerChain - the static handler chain returned by this resolverpublic StaticHandlerChainResolver(List<HandlerChain> newHandlerChains)
newHandlerChains - the static list of handler chains returned by this resolverpublic Iterable<HandlerChain> resolve(MessageContext messageContext) throws HandlerException
resolve インタフェース内 HandlerChainResolvermessageContext - the message context to processHandlerException - thrown if there is an error resolving the handler chainCopyright © 2012. All Rights Reserved.