Definition at line 48 of file TestServletServlet.java.
Public Member Functions | |
TestServletServlet () | |
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. |
|
Call service from POST method.
Definition at line 78 of file TestServletServlet.java. |