Definition at line 59 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 |
void org.openmobileis.services.servlet.OpenMISServlet.doPost | ( | HttpServletRequest | req, | |
HttpServletResponse | res | |||
) | throws ServletException, IOException |
Call service from POST method.
req | the servlet request | |
res | the servlet response |
ServletException | when an exception has occurred |
Definition at line 213 of file OpenMISServlet.java.