Apache CXF API

Uses of Interface
org.apache.cxf.service.invoker.MethodDispatcher

Packages that use MethodDispatcher
org.apache.cxf.frontend   
org.apache.cxf.jaxws   
org.apache.cxf.service.factory   
 

Uses of MethodDispatcher in org.apache.cxf.frontend
 

Subinterfaces of MethodDispatcher in org.apache.cxf.frontend
 interface MethodDispatcher
          Deprecated. - use org.apache.cxf.service.invoker.MethodDispatcher. Will be removed in the future.
 

Uses of MethodDispatcher in org.apache.cxf.jaxws
 

Classes in org.apache.cxf.jaxws that implement MethodDispatcher
 class JAXWSMethodDispatcher
           
 class JAXWSProviderMethodDispatcher
           
 

Uses of MethodDispatcher in org.apache.cxf.service.factory
 

Classes in org.apache.cxf.service.factory that implement MethodDispatcher
 class SimpleMethodDispatcher
           
 

Methods in org.apache.cxf.service.factory that return MethodDispatcher
protected  MethodDispatcher ReflectionServiceFactoryBean.getMethodDispatcher()
           
 

Methods in org.apache.cxf.service.factory with parameters of type MethodDispatcher
protected  void ReflectionServiceFactoryBean.setMethodDispatcher(MethodDispatcher m)
           
 


Apache CXF API

Apache CXF