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