Definition at line 46 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. | |
Static Package Attributes | |
static final long | serialVersionUID = 5521257935120563452L |
|
Call service from POST method.
Definition at line 75 of file TestServletServlet.java. |