Class AInterface

java.lang.Object
   |
   +----javax.servlet.GenericServlet
           |
           +----javax.servlet.http.HttpServlet
                   |
                   +----AInterface

public class AInterface
extends HttpServlet
This Class Dynamically instantiates the class depending upon the opcode sent to it by the Application and returns false into the response if opcode is invalid, the invoked class then uses its methods to supply the relevant information.


Constructor Index

 o AInterface()

Method Index

 o doPost(HttpServletRequest, HttpServletResponse)

Constructors

 o AInterface
 public AInterface()

Methods

 o doPost
 public void doPost(HttpServletRequest request,
                    HttpServletResponse response) throws ServletException, IOException
Overrides:
doPost in class HttpServlet