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