Apache CXF API

org.apache.cxf.jaxws
Class JAXWSMethodDispatcher

java.lang.Object
  extended by org.apache.cxf.frontend.SimpleMethodDispatcher
      extended by org.apache.cxf.jaxws.JAXWSMethodDispatcher
All Implemented Interfaces:
MethodDispatcher

public class JAXWSMethodDispatcher
extends SimpleMethodDispatcher


Constructor Summary
JAXWSMethodDispatcher(JaxWsImplementorInfo implInfo)
           
 
Method Summary
 void bind(OperationInfo o, Method... methods)
           
 BindingOperationInfo getBindingOperation(Method method, Endpoint endpoint)
           
 Method getImplementationMethod(Method method)
           
 
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
 

Constructor Detail

JAXWSMethodDispatcher

public JAXWSMethodDispatcher(JaxWsImplementorInfo implInfo)
Method Detail

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 API

Apache CXF