Apache CXF API

Uses of Class
org.apache.cxf.jaxws.handler.HandlerChainInvoker

Packages that use HandlerChainInvoker
org.apache.cxf.jaxws.handler   
 

Uses of HandlerChainInvoker in org.apache.cxf.jaxws.handler
 

Methods in org.apache.cxf.jaxws.handler that return HandlerChainInvoker
protected  HandlerChainInvoker AbstractJAXWSHandlerInterceptor.getInvoker(T message)
           
 

Methods in org.apache.cxf.jaxws.handler with parameters of type HandlerChainInvoker
 void HandlerChainInvoker.adoptLogicalHandlers(HandlerChainInvoker invoker)
          Allows an the logical handler chain for one invoker to be used as an alternate chain for another.
 


Apache CXF API

Apache CXF