com.bankframe.ei.servlet
Class MetaDataServlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
com.bankframe.ei.servlet.EonServlet
com.bankframe.ei.servlet.MetaDataServlet
- All Implemented Interfaces:
- Serializable, Servlet, ServletConfig
public class MetaDataServlet
- extends EonServlet
This class is the Servlet for testing the Transaction Response meta data functionality
of the Transaction Handler
- See Also:
- Serialized Form
MetaDataServlet
public MetaDataServlet()
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.