|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
T - the message type.public interface MessageHandler<T>
Interface for a message handler. A message handler has the same lifecycle as
the AppletServiceServlet dispatcher servlet.
AppletServiceServlet| Method Summary | |
|---|---|
Object |
handleMessage(T message,
Map<String,String> httpHeaders,
HttpServletRequest request,
HttpSession session)
Handles the given message. |
void |
init(ServletConfig config)
Initializes this message handler. |
| Method Detail |
|---|
Object handleMessage(T message,
Map<String,String> httpHeaders,
HttpServletRequest request,
HttpSession session)
throws ServletException
null.
message - httpHeaders - request - the request from which the body already may be consumed.session -
ServletException
void init(ServletConfig config)
throws ServletException
config -
ServletException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||