com.bankframe.ei.servlet
Class EABTransactionFieldTestServlet
java.lang.Object
  
javax.servlet.GenericServlet
      
javax.servlet.http.HttpServlet
          
com.bankframe.ei.servlet.EonServlet
              
com.bankframe.ei.servlet.EABTransactionFieldTestServlet
- All Implemented Interfaces: 
 - java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig
 
- public class EABTransactionFieldTestServlet
- extends EonServlet
  
This class is the Servlet for testing the EABTransactionField functionality
 of the Transaction Handler
- See Also:
 - Serialized Form
 
 
| 
Method Summary | 
 java.lang.String | 
getServletName()
 
          This method gets the servlets name | 
 void | 
service(javax.servlet.http.HttpServletRequest req,
        javax.servlet.http.HttpServletResponse res)
 
          This method handles 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 | 
 
EABTransactionFieldTestServlet
public EABTransactionFieldTestServlet()
getServletName
public java.lang.String getServletName()
- This method gets the servlets name
- Returns:
 - the Servlet name
 
 
 
service
public void service(javax.servlet.http.HttpServletRequest req,
                    javax.servlet.http.HttpServletResponse res)
             throws javax.servlet.ServletException,
                    java.io.IOException
- This method handles a HTTP request
- Overrides:
 service in class EonServlet
 
- Parameters:
 req - is the HttpServlet Requestres - is the HttpServlet Response
- Throws:
 javax.servlet.ServletException
java.io.IOException
 
 
Copyright © 2004 Siebel Systems, Inc. All rights reserved.