com.sun.jersey.spi.dispatch
Interface RequestDispatcher

All Known Implementing Classes:
ResourceHttpOptionsMethod.OptionsRequestDispatcher, ResourceJavaMethodDispatcher, VoidVoidDispatchProvider.VoidVoidMethodInvoker

public interface RequestDispatcher

A resource method dispatcher.

Author:
Paul.Sandoz@Sun.Com

Method Summary
 void dispatch(Object resource, HttpContext context)
          Dispatch to the resource method of the resource class instance.
 

Method Detail

dispatch

void dispatch(Object resource,
              HttpContext context)
Dispatch to the resource method of the resource class instance.

Parameters:
resource - the resource class instance.
context - the HTTP context.


Copyright © 2013 Oracle Corporation. All Rights Reserved.