org.apache.cxf.jaxws
Class JAXWSMethodDispatcher

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

public class JAXWSMethodDispatcher
extends org.apache.cxf.service.factory.SimpleMethodDispatcher


Constructor Summary
JAXWSMethodDispatcher(JaxWsImplementorInfo implInfo)
           
 
Method Summary
 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)
           
 
Methods inherited from class org.apache.cxf.service.factory.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(org.apache.cxf.service.model.OperationInfo o,
                 Method... methods)
Specified by:
bind in interface org.apache.cxf.service.invoker.MethodDispatcher
Overrides:
bind in class org.apache.cxf.service.factory.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.service.invoker.MethodDispatcher
Overrides:
getBindingOperation in class org.apache.cxf.service.factory.SimpleMethodDispatcher

getImplementationMethod

public Method getImplementationMethod(Method method)
                               throws NoSuchMethodException
Throws:
NoSuchMethodException


Apache CXF