Definition at line 46 of file TestServletServlet.java.
Public Member Functions | |
void | doPost (HttpServletRequest req, HttpServletResponse res) throws ServletException, IOException |
Call service from POST method. |
void org.openmobileis.embedded.webserver.test.services.servlet.TestServletServlet.doPost | ( | HttpServletRequest | req, | |
HttpServletResponse | res | |||
) | throws ServletException, IOException |
Call service from POST method.
req | the servlet request | |
req | the servlet response |
ServletException | when an exception has occurred |
Definition at line 75 of file TestServletServlet.java.