org.apache.cxf.frontend
Interface MethodDispatcher
- All Known Implementing Classes:
- JAXWSMethodDispatcher, JAXWSProviderMethodDispatcher, SimpleMethodDispatcher
public interface MethodDispatcher
Provides functionality to map BindingOperations to Methods and
vis a versa.
getMethod
java.lang.reflect.Method getMethod(BindingOperationInfo op)
getBindingOperation
BindingOperationInfo getBindingOperation(java.lang.reflect.Method m,
Endpoint endpoint)
bind
void bind(OperationInfo o,
java.lang.reflect.Method... methods)
Apache CXF