public class JAXWSProviderMethodDispatcher extends Object implements org.apache.cxf.service.invoker.MethodDispatcher, org.apache.cxf.frontend.MethodDispatcher
| Constructor and Description |
|---|
JAXWSProviderMethodDispatcher(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 m,
org.apache.cxf.endpoint.Endpoint endpoint) |
Method |
getMethod(org.apache.cxf.service.model.BindingOperationInfo op) |
public JAXWSProviderMethodDispatcher(JaxWsImplementorInfo implInfo)
public org.apache.cxf.service.model.BindingOperationInfo getBindingOperation(Method m, 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 void bind(org.apache.cxf.service.model.OperationInfo o,
Method... methods)
bind in interface org.apache.cxf.service.invoker.MethodDispatcherApache CXF