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 Summary
Modifier and TypeMethodDescriptionvoid
bind
(OperationInfo o, Method... methods) getBindingOperation
(Method m, Endpoint endpoint)
-
Method Details
-
getMethod
-
getBindingOperation
-
bind
-