public class JAXWSMethodDispatcher extends SimpleMethodDispatcher
| Constructor and Description |
|---|
JAXWSMethodDispatcher(JaxWsImplementorInfo implInfo) |
| Modifier and Type | Method and Description |
|---|---|
void |
bind(OperationInfo o,
Method... methods) |
BindingOperationInfo |
getBindingOperation(Method method,
Endpoint endpoint) |
Method |
getImplementationMethod(Method method) |
getMethod, getPrimaryMethodpublic JAXWSMethodDispatcher(JaxWsImplementorInfo implInfo)
public void bind(OperationInfo o, Method... methods)
bind in interface MethodDispatcherbind in class SimpleMethodDispatcherpublic BindingOperationInfo getBindingOperation(Method method, Endpoint endpoint)
getBindingOperation in interface MethodDispatchergetBindingOperation in class SimpleMethodDispatcherpublic Method getImplementationMethod(Method method) throws NoSuchMethodException
NoSuchMethodExceptionApache CXF