T
- the message type.public interface MessageHandler<T>
AppletServiceServlet
dispatcher servlet.AppletServiceServlet
Modifier and Type | Method and Description |
---|---|
Object |
handleMessage(T message,
Map<String,String> httpHeaders,
HttpServletRequest request,
HttpSession session)
Handles the given message.
|
void |
init(ServletConfig config)
Initializes this message handler.
|
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
Copyright © 2008-2016 FedICT. All Rights Reserved.