org.apache.openejb.client
Class ClientHandlerResolverImpl

java.lang.Object
  extended by org.apache.openejb.client.ClientHandlerResolverImpl
All Implemented Interfaces:
HandlerResolver

public class ClientHandlerResolverImpl
extends Object
implements HandlerResolver


Constructor Summary
ClientHandlerResolverImpl(List<HandlerChainMetaData> handlerChains, List<Injection> injections, Context context)
           
 
Method Summary
 void destroyHandlers()
           
 List<Handler> getHandlerChain(PortInfo portInfo)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClientHandlerResolverImpl

public ClientHandlerResolverImpl(List<HandlerChainMetaData> handlerChains,
                                 List<Injection> injections,
                                 Context context)
Method Detail

destroyHandlers

public void destroyHandlers()

getHandlerChain

public List<Handler> getHandlerChain(PortInfo portInfo)
Specified by:
getHandlerChain in interface HandlerResolver


Copyright © 1999-2011 The Apache Software Foundation. All Rights Reserved.