com.bankframe.ei.servlet
Class EonServlet

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by com.bankframe.ei.servlet.EonServlet
All Implemented Interfaces:
Serializable, Servlet, ServletConfig
Direct Known Subclasses:
AccountSearchServlet, AuditServlet, BankFrameResourceServlet, BankframeServlet, BankFrameSessionServlet, CacheProfileServlet, CustomerSearchServlet, DestinationTestServlet, EABTransactionFieldTestServlet, GroupAdministrationServlet, HttpServer, JDBCConnectorTestServlet, MetaDataServlet, MonitorServlet, RequestTransactionFieldServlet, ResponseTransactionFieldServlet, RouteServlet, ServiceServlet, SessionAffinityTest, StartupServlet, StoreAndForwardServlet, StoreQueueServlet, TestJDBCConnectorServlet, TierFieldTestServlet, TimingPointServlet, TransactionErrorConditionServlet, TransactionHandlerHomePage, TransactionHandlerTestServlet, TransactionRouteTestServlet, UserAdministrationServlet, UserGroupServlet, WebServiceCustomerSearchServlet, XMLServlet

public abstract class EonServlet
extends HttpServlet

This class is the superclass to all the servlets used in BankFrame MCA.

See Also:
Serialized Form

Constructor Summary
EonServlet()
           
 
Method Summary
 void init(ServletConfig config)
          This method is called during initialisation of the Servlet by the Servlet Container.
 void log(String msg)
          This method logs a message to the BankFrame Logging service.
 void service(HttpServletRequest req, HttpServletResponse res)
          This method is the entry point to the servlet
 
Methods inherited from class javax.servlet.http.HttpServlet
service
 
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EonServlet

public EonServlet()
Method Detail

init

public void init(ServletConfig config)
          throws ServletException
This method is called during initialisation of the Servlet by the Servlet Container.

Specified by:
init in interface Servlet
Overrides:
init in class GenericServlet
Throws:
ServletException

log

public void log(String msg)
This method logs a message to the BankFrame Logging service.

Overrides:
log in class GenericServlet
Parameters:
msg - The message to log

service

public void service(HttpServletRequest req,
                    HttpServletResponse res)
             throws ServletException,
                    IOException
This method is the entry point to the servlet

Overrides:
service in class HttpServlet
Throws:
ServletException
IOException


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