public class JAXWSMethodDispatcher extends SimpleMethodDispatcher implements MethodDispatcher
| 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, getPrimaryMethodclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetMethodpublic 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