Apache CXF API

Uses of Class
org.apache.cxf.jaxrs.model.MethodDispatcher

Packages that use MethodDispatcher
org.apache.cxf.jaxrs   
org.apache.cxf.jaxrs.model   
 

Uses of MethodDispatcher in org.apache.cxf.jaxrs
 

Methods in org.apache.cxf.jaxrs that return MethodDispatcher
protected  MethodDispatcher JAXRSServiceFactoryBean.createOperation(ClassResourceInfo cri)
           
 

Uses of MethodDispatcher in org.apache.cxf.jaxrs.model
 

Methods in org.apache.cxf.jaxrs.model that return MethodDispatcher
 MethodDispatcher ClassResourceInfo.getMethodDispatcher()
           
 

Methods in org.apache.cxf.jaxrs.model with parameters of type MethodDispatcher
 void ClassResourceInfo.setMethodDispatcher(MethodDispatcher md)
           
 


Apache CXF API

Apache CXF