Uses of Class
org.apache.cxf.frontend.SimpleMethodDispatcher

Packages that use SimpleMethodDispatcher
org.apache.cxf.jaxws   
org.apache.cxf.jaxws.support   
org.apache.cxf.service.factory   
 

Uses of SimpleMethodDispatcher in org.apache.cxf.jaxws
 

Subclasses of SimpleMethodDispatcher in org.apache.cxf.jaxws
 class JAXWSMethodDispatcher
           
 

Uses of SimpleMethodDispatcher in org.apache.cxf.jaxws.support
 

Methods in org.apache.cxf.jaxws.support that return SimpleMethodDispatcher
protected  SimpleMethodDispatcher JaxWsServiceFactoryBean.getMethodDispatcher()
           
 

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

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



Apache CXF