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 MethodDispatcherpublic BindingOperationInfo getBindingOperation(Method method, Endpoint endpoint)
getBindingOperation in interface MethodDispatcherpublic Method getMethod(BindingOperationInfo op)
getMethod in interface MethodDispatcherpublic Method getPrimaryMethod(OperationInfo op)
Copyright © 2018 JBoss by Red Hat. All rights reserved.