com.bankframe.ei.servlet
Class CustomerSearchServlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
com.bankframe.ei.servlet.EonServlet
com.bankframe.ei.servlet.CustomerSearchServlet
- All Implemented Interfaces:
- Serializable, Servlet, ServletConfig
public class CustomerSearchServlet
- extends EonServlet
This class is the servlet that is used for testing. It accepts DataPacket
requests to search for customers and to ammend customer details.
- See Also:
- Serialized Form
CustomerSearchServlet
public CustomerSearchServlet()
log
public void log(String message)
- This method logs a string to the log file.
- Overrides:
log
in class EonServlet
- Parameters:
message
- the message to log
service
public void service(HttpServletRequest req,
HttpServletResponse res)
throws ServletException,
IOException
- This method handle a HTTP request.
- Overrides:
service
in class EonServlet
- Parameters:
req
- the Http requestres
- the Http response
- Throws:
ServletException
IOException
Copyright © 2005, 2007, Oracle. All rights reserved.