Package jadex.extension.rs.publish
Interface IRequestHandler
- 
- All Known Subinterfaces:
- IPathHandler
 - All Known Implementing Classes:
- PathHandler,- PathHandler2
 
 public interface IRequestHandlerInterface for handling http requests.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidhandleRequest(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, java.lang.Object args)Handle the request.
 
- 
- 
- 
Method Detail- 
handleRequestvoid handleRequest(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, java.lang.Object args) throws java.lang.ExceptionHandle the request.- Parameters:
- request- The request.
- response- The response.
- args- Container specific args.
- Throws:
- java.lang.Exception
 
 
- 
 
-