public class ClientHandlerResolverImpl extends java.lang.Object implements HandlerResolver
Constructor and Description |
---|
ClientHandlerResolverImpl(java.util.List<HandlerChainMetaData> handlerChains,
java.util.List<Injection> injections,
javax.naming.Context context) |
Modifier and Type | Method and Description |
---|---|
void |
destroyHandlers() |
java.util.List<Handler> |
getHandlerChain(PortInfo portInfo)
Gets the handler chain for the specified port.
|
public ClientHandlerResolverImpl(java.util.List<HandlerChainMetaData> handlerChains, java.util.List<Injection> injections, javax.naming.Context context)
public void destroyHandlers()
public java.util.List<Handler> getHandlerChain(PortInfo portInfo)
HandlerResolver
getHandlerChain
in interface HandlerResolver
portInfo
- Contains information about the port being accessed.java.util.List<Handler>
chain