com.bankframe.ei.servlet
Class ResponseTransactionFieldServlet

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by com.bankframe.ei.servlet.EonServlet
              extended by com.bankframe.ei.servlet.ResponseTransactionFieldServlet
All Implemented Interfaces:
Serializable, Servlet, ServletConfig

public class ResponseTransactionFieldServlet
extends EonServlet

This class is the Servlet for testing the Response Transaction Field functionality of the Transaction Handler

See Also:
Serialized Form

Constructor Summary
ResponseTransactionFieldServlet()
           
 
Method Summary
 String getServletName()
          This method gets the servlets name
 void service(HttpServletRequest req, HttpServletResponse res)
          This method handles a HTTP request
 
Methods inherited from class com.bankframe.ei.servlet.EonServlet
init, log
 
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
 

Constructor Detail

ResponseTransactionFieldServlet

public ResponseTransactionFieldServlet()
Method Detail

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 Request
res - is the HttpServlet Response
Throws:
ServletException
IOException


Copyright © 2005, 2007, Oracle. All rights reserved.