Class JAXWSProviderMethodDispatcher

java.lang.Object
org.apache.cxf.jaxws.JAXWSProviderMethodDispatcher
All Implemented Interfaces:
org.apache.cxf.service.invoker.MethodDispatcher

public class JAXWSProviderMethodDispatcher extends Object implements org.apache.cxf.service.invoker.MethodDispatcher
  • Constructor Details

    • JAXWSProviderMethodDispatcher

      public JAXWSProviderMethodDispatcher(JaxWsImplementorInfo implInfo)
  • Method Details

    • getBindingOperation

      public org.apache.cxf.service.model.BindingOperationInfo getBindingOperation(Method m, org.apache.cxf.endpoint.Endpoint endpoint)
      Specified by:
      getBindingOperation in interface org.apache.cxf.service.invoker.MethodDispatcher
    • getMethod

      public Method getMethod(org.apache.cxf.service.model.BindingOperationInfo op)
      Specified by:
      getMethod in interface org.apache.cxf.service.invoker.MethodDispatcher
    • bind

      public void bind(org.apache.cxf.service.model.OperationInfo o, Method... methods)
      Specified by:
      bind in interface org.apache.cxf.service.invoker.MethodDispatcher