Apache CXF API

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

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

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
           
 

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

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

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


Apache CXF API

Apache CXF