com.bankframe.ei.servlet
Class RequestTransactionFieldServlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
com.bankframe.ei.servlet.EonServlet
com.bankframe.ei.servlet.RequestTransactionFieldServlet
- All Implemented Interfaces:
- Serializable, Servlet, ServletConfig
public class RequestTransactionFieldServlet
- extends EonServlet
This class is the Servlet for testing the Request Transaction
Field functionality of the Transaction Handler
- See Also:
- Serialized Form
RequestTransactionFieldServlet
public RequestTransactionFieldServlet()
getServletName
public String getServletName()
- This method gets the servlets name
- Specified by:
getServletName
in interface ServletConfig
- Overrides:
getServletName
in class GenericServlet
- Returns:
- the Servlet name
service
public void service(HttpServletRequest req,
HttpServletResponse res)
throws ServletException,
IOException
- This method handles a HTTP request
- Overrides:
service
in class EonServlet
- Parameters:
req
- is the HttpServlet Requestres
- is the HttpServlet Response
- Throws:
ServletException
IOException
Copyright © 2005, 2007, Oracle. All rights reserved.