public class SimpleMethodDispatcher extends Object implements MethodDispatcher
Constructor and Description |
---|
SimpleMethodDispatcher() |
Modifier and Type | Method and Description |
---|---|
void |
bind(OperationInfo o,
Method... methods) |
BindingOperationInfo |
getBindingOperation(Method method,
Endpoint endpoint) |
Method |
getMethod(BindingOperationInfo op) |
Method |
getPrimaryMethod(OperationInfo op) |
public void bind(OperationInfo o, Method... methods)
bind
in interface MethodDispatcher
public BindingOperationInfo getBindingOperation(Method method, Endpoint endpoint)
getBindingOperation
in interface MethodDispatcher
public Method getMethod(BindingOperationInfo op)
getMethod
in interface MethodDispatcher
public Method getPrimaryMethod(OperationInfo op)
Apache CXF