public class JAXWSProviderMethodDispatcher extends Object implements MethodDispatcher
| Constructor and Description |
|---|
JAXWSProviderMethodDispatcher(JaxWsImplementorInfo implInfo) |
| Modifier and Type | Method and Description |
|---|---|
void |
bind(OperationInfo o,
Method... methods) |
BindingOperationInfo |
getBindingOperation(Method m,
Endpoint endpoint) |
Method |
getMethod(BindingOperationInfo op) |
public JAXWSProviderMethodDispatcher(JaxWsImplementorInfo implInfo)
public BindingOperationInfo getBindingOperation(Method m, Endpoint endpoint)
getBindingOperation in interface MethodDispatcherpublic Method getMethod(BindingOperationInfo op)
getMethod in interface MethodDispatcherpublic void bind(OperationInfo o, Method... methods)
bind in interface MethodDispatcherApache CXF