org.apache.openejb.core.webservices
Class HandlerResolverImpl

java.lang.Object
  extended by org.apache.openejb.core.webservices.HandlerResolverImpl
All Implemented Interfaces:
HandlerResolver

public class HandlerResolverImpl
extends Object
implements HandlerResolver


Constructor Summary
HandlerResolverImpl(List<HandlerChainData> handlerChains, Collection<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

HandlerResolverImpl

public HandlerResolverImpl(List<HandlerChainData> handlerChains,
                           Collection<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.