Apache CXF API

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

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

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