Definition at line 53 of file OpenMISServlet.java.
Public Member Functions | |
OpenMISServlet () | |
void | init () throws ServletException |
void | doGet (HttpServletRequest req, HttpServletResponse res) throws ServletException, IOException |
void | doPost (HttpServletRequest req, HttpServletResponse res) throws ServletException, IOException |
Call service from POST method. | |
Protected Member Functions | |
SessionContext | getValideSessionContext (String contextID) |
validate or init the context for this session Only one session per server. | |
Static Package Attributes | |
static final long | serialVersionUID = 5521257935120563452L |
|
Call service from POST method.
Definition at line 204 of file OpenMISServlet.java. |