Class JAXWSProviderMethodDispatcher

  • All Implemented Interfaces:
    org.apache.cxf.service.invoker.MethodDispatcher

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

      • JAXWSProviderMethodDispatcher

        public JAXWSProviderMethodDispatcher​(JaxWsImplementorInfo implInfo)
    • Method Detail

      • 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