com.bankframe.ei.servlet
Class ServiceServlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
com.bankframe.ei.servlet.EonServlet
com.bankframe.ei.servlet.ServiceServlet
- All Implemented Interfaces:
- Serializable, Servlet, ServletConfig
public class ServiceServlet
- extends EonServlet
This class is the servlet that provides links to the individual servlets used
to administer BankFrame MCA
- See Also:
- Serialized Form
ServiceServlet
public ServiceServlet()
getServletInfo
public String getServletInfo()
- This method returns a string that describes this servlet.
- Specified by:
getServletInfo
in interface Servlet
- Overrides:
getServletInfo
in class GenericServlet
service
public void service(HttpServletRequest req,
HttpServletResponse res)
throws ServletException,
IOException
- This method is the entry point to the servlet
- Overrides:
service
in class EonServlet
- Throws:
ServletException
IOException
Copyright © 2005, 2007, Oracle. All rights reserved.