com.bankframe.ei.servlet
Class CustomerSearchServlet

java.lang.Object
  extended byjavax.servlet.GenericServlet
      extended byjavax.servlet.http.HttpServlet
          extended bycom.bankframe.ei.servlet.EonServlet
              extended bycom.bankframe.ei.servlet.CustomerSearchServlet
All Implemented Interfaces:
java.io.Serializable, javax.servlet.Servlet, javax.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.

Author:
ETU
See Also:
Serialized Form

Constructor Summary
CustomerSearchServlet()
           
 
Method Summary
 void log(java.lang.String message)
          This method logs a string to the log file.
 void service(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)
          This method handle a HTTP request.
 
Methods inherited from class com.bankframe.ei.servlet.EonServlet
init
 
Methods inherited from class javax.servlet.http.HttpServlet
service
 
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomerSearchServlet

public CustomerSearchServlet()
Method Detail

log

public void log(java.lang.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(javax.servlet.http.HttpServletRequest req,
                    javax.servlet.http.HttpServletResponse res)
             throws javax.servlet.ServletException,
                    java.io.IOException
This method handle a HTTP request.

Overrides:
service in class EonServlet
Parameters:
req - the Http request
res - the Http response
Throws:
javax.servlet.ServletException
java.io.IOException


Copyright © 2004 Siebel Systems, Inc. All rights reserved.