org.apache.cxf.jaxws
Class JAXWSProviderMethodDispatcher
java.lang.Object
org.apache.cxf.jaxws.JAXWSProviderMethodDispatcher
- All Implemented Interfaces:
- MethodDispatcher
public class JAXWSProviderMethodDispatcher
- extends Object
- implements MethodDispatcher
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JAXWSProviderMethodDispatcher
public JAXWSProviderMethodDispatcher(JaxWsImplementorInfo implInfo)
getBindingOperation
public BindingOperationInfo getBindingOperation(Method m,
Endpoint endpoint)
- Specified by:
getBindingOperation
in interface MethodDispatcher
getMethod
public Method getMethod(BindingOperationInfo op)
- Specified by:
getMethod
in interface MethodDispatcher
bind
public void bind(OperationInfo o,
Method... methods)
- Specified by:
bind
in interface MethodDispatcher
Apache CXF