Call the service method, and notify all listeners. @param req The request object @param res The response object @exception Exception if an error happens during handling of the request. Common errors are: IOException if an input/output erro
(Request req, Response res)
| 42 | * exceptions ) |
| 43 | */ |
| 44 | void service(Request req, Response res) throws Exception; |
| 45 | |
| 46 | /** |
| 47 | * Prepare the given request/response for processing. This method requires that the request object has been |