public class JAXWSMethodDispatcher
extends org.apache.cxf.service.factory.SimpleMethodDispatcher
implements org.apache.cxf.frontend.MethodDispatcher
| Constructor and Description |
|---|
JAXWSMethodDispatcher(JaxWsImplementorInfo implInfo) |
| 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 |
getImplementationMethod(Method method) |
getMethod, getPrimaryMethodpublic JAXWSMethodDispatcher(JaxWsImplementorInfo implInfo)
public void bind(org.apache.cxf.service.model.OperationInfo o,
Method... methods)
bind in interface org.apache.cxf.service.invoker.MethodDispatcherbind in class org.apache.cxf.service.factory.SimpleMethodDispatcherpublic org.apache.cxf.service.model.BindingOperationInfo getBindingOperation(Method method, org.apache.cxf.endpoint.Endpoint endpoint)
getBindingOperation in interface org.apache.cxf.service.invoker.MethodDispatchergetBindingOperation in class org.apache.cxf.service.factory.SimpleMethodDispatcherpublic Method getImplementationMethod(Method method) throws NoSuchMethodException
NoSuchMethodExceptionApache CXF