Class JAXWSMethodDispatcher

java.lang.Object
org.apache.cxf.service.factory.SimpleMethodDispatcher
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 Details

  • Method Details

    • 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