com.sun.jersey.spi.dispatch
Interface RequestDispatcher
public interface RequestDispatcher
A resource method dispatcher.
- Author:
- [email protected]
Method Summary |
void |
dispatch(java.lang.Object resource,
HttpContext context)
Dispatch to the resource method of the resource class instance. |
dispatch
void dispatch(java.lang.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 © 2009 Sun Microsystems, Inc. All Rights Reserved.