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 MethodDispatcher
public Method getMethod(BindingOperationInfo op)
getMethod
in interface MethodDispatcher
public void bind(OperationInfo o, Method... methods)
bind
in interface MethodDispatcher
Apache CXF