org.apache.cxf.jaxws
Class JAXWSMethodDispatcher
java.lang.Object
org.apache.cxf.frontend.SimpleMethodDispatcher
org.apache.cxf.jaxws.JAXWSMethodDispatcher
- All Implemented Interfaces:
- org.apache.cxf.frontend.MethodDispatcher
public class JAXWSMethodDispatcher
- extends org.apache.cxf.frontend.SimpleMethodDispatcher
| Methods inherited from class org.apache.cxf.frontend.SimpleMethodDispatcher |
getMethod, getPrimaryMethod |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JAXWSMethodDispatcher
public JAXWSMethodDispatcher(JaxWsImplementorInfo implInfo)
bind
public void bind(org.apache.cxf.service.model.OperationInfo o,
Method... methods)
- Specified by:
bind in interface org.apache.cxf.frontend.MethodDispatcher- Overrides:
bind in class org.apache.cxf.frontend.SimpleMethodDispatcher
getBindingOperation
public org.apache.cxf.service.model.BindingOperationInfo getBindingOperation(Method method,
org.apache.cxf.endpoint.Endpoint endpoint)
- Specified by:
getBindingOperation in interface org.apache.cxf.frontend.MethodDispatcher- Overrides:
getBindingOperation in class org.apache.cxf.frontend.SimpleMethodDispatcher
getImplementationMethod
public Method getImplementationMethod(Method method)
throws NoSuchMethodException
- Throws:
NoSuchMethodException
Apache CXF