org.apache.cxf.jaxws
Class JAXWSMethodDispatcher
java.lang.Object
org.apache.cxf.service.factory.SimpleMethodDispatcher
org.apache.cxf.jaxws.JAXWSMethodDispatcher
- All Implemented Interfaces:
- MethodDispatcher
public class JAXWSMethodDispatcher
- extends SimpleMethodDispatcher
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(OperationInfo o,
Method... methods)
- Specified by:
bind
in interface MethodDispatcher
- Overrides:
bind
in class SimpleMethodDispatcher
getBindingOperation
public BindingOperationInfo getBindingOperation(Method method,
Endpoint endpoint)
- Specified by:
getBindingOperation
in interface MethodDispatcher
- Overrides:
getBindingOperation
in class SimpleMethodDispatcher
getImplementationMethod
public Method getImplementationMethod(Method method)
throws NoSuchMethodException
- Throws:
NoSuchMethodException
Apache CXF