Package org.apache.cxf.service.invoker
Interface MethodDispatcher
- All Known Implementing Classes:
- SimpleMethodDispatcher
public interface MethodDispatcher
Provides functionality to map BindingOperations to Methods and
 vis a versa.
- 
Method SummaryModifier and TypeMethodDescriptionvoidbind(OperationInfo o, Method... methods) getBindingOperation(Method m, Endpoint endpoint) 
- 
Method Details- 
getMethod
- 
getBindingOperation
- 
bind
 
-