com.bankframe.ei.servlet
Class AccountSearchServlet

java.lang.Object
  |
  +--javax.servlet.GenericServlet
        |
        +--javax.servlet.http.HttpServlet
              |
              +--com.bankframe.ei.servlet.EonServlet
                    |
                    +--com.bankframe.ei.servlet.AccountSearchServlet
All Implemented Interfaces:
java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class AccountSearchServlet
extends EonServlet

This class is the servlet that is used for testing.

See Also:
Serialized Form

Constructor Summary
AccountSearchServlet()
           
 
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 handles incoming HTTP requests.
 
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

AccountSearchServlet

public AccountSearchServlet()
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 handles incoming HTTP requests.

Overrides:
service in class EonServlet
Parameters:
req - the request object
res - the repsone object
javax.servlet.ServletException
java.io.IOException


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