Uses of Interface
com.sun.jersey.spi.container.ResourceMethodCustomInvokerDispatchProvider

Packages that use ResourceMethodCustomInvokerDispatchProvider
com.sun.jersey.server.impl.model.method.dispatch   
 

Uses of ResourceMethodCustomInvokerDispatchProvider in com.sun.jersey.server.impl.model.method.dispatch
 

Classes in com.sun.jersey.server.impl.model.method.dispatch that implement ResourceMethodCustomInvokerDispatchProvider
 class AbstractResourceMethodDispatchProvider
          A partial implementation of ResourceMethodDispatchProvider that creates instances of RequestDispatcher.
 class EntityParamDispatchProvider
           
 class FormDispatchProvider
           
 class HttpReqResDispatchProvider
          A dispatch provider implementation that answers to methods with a return definition of void, receiving only HttpRequestContext and HttpResponseContext (a service alike method).
 class MultipartFormDispatchProvider
           
 class VoidVoidDispatchProvider
          A provider for methods that are marked as void and receiving no args.
 



Copyright © 2014 Oracle Corporation. All Rights Reserved.