com.bankframe.ei.servlet
Class StoreQueueServlet
java.lang.Object
  
javax.servlet.GenericServlet
      
javax.servlet.http.HttpServlet
          
com.bankframe.ei.servlet.EonServlet
              
com.bankframe.ei.servlet.StoreQueueServlet
- All Implemented Interfaces: 
 - java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig
 
- public class StoreQueueServlet
- 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:
 
  - Engineering
 
- See Also:
 - Serialized Form
 
 
| 
Method Summary | 
 java.lang.String | 
getServletName()
 
          This method gets the name of this servlet | 
 void | 
service(javax.servlet.http.HttpServletRequest req,
        javax.servlet.http.HttpServletResponse res)
 
          This method handle a HTTP request. | 
 
 
| Methods inherited from class javax.servlet.http.HttpServlet | 
service | 
 
| Methods inherited from class javax.servlet.GenericServlet | 
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, init, log | 
 
| Methods inherited from class java.lang.Object | 
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
StoreQueueServlet
public StoreQueueServlet()
getServletName
public java.lang.String getServletName()
- This method gets the name of this servlet
 
 
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 requestres - the Http response
- Throws:
 javax.servlet.ServletException
java.io.IOException
 
 
Copyright © 2004 Siebel Systems, Inc. All rights reserved.