public class JAXWSMethodDispatcher
extends org.apache.cxf.service.factory.SimpleMethodDispatcher
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) |
public JAXWSMethodDispatcher(JaxWsImplementorInfo implInfo)
public void bind(org.apache.cxf.service.model.OperationInfo o, Method... methods)
bind
in interface org.apache.cxf.service.invoker.MethodDispatcher
bind
in class org.apache.cxf.service.factory.SimpleMethodDispatcher
public org.apache.cxf.service.model.BindingOperationInfo getBindingOperation(Method method, org.apache.cxf.endpoint.Endpoint endpoint)
getBindingOperation
in interface org.apache.cxf.service.invoker.MethodDispatcher
getBindingOperation
in class org.apache.cxf.service.factory.SimpleMethodDispatcher
public Method getImplementationMethod(Method method) throws NoSuchMethodException
NoSuchMethodException
Apache CXF