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,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpSession session)
Handles the given message.
|
void |
init(javax.servlet.ServletConfig config)
Initializes this message handler.
|
Object handleMessage(T message, Map<String,String> httpHeaders, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpSession session) throws javax.servlet.ServletException
null
.message
- httpHeaders
- request
- the request from which the body already may be consumed.session
- javax.servlet.ServletException
void init(javax.servlet.ServletConfig config) throws javax.servlet.ServletException
config
- javax.servlet.ServletException
Copyright © 2008-2018 FedICT. All Rights Reserved.