com.bankframe.ei.txnhandler.dataformat.jdbc
Class JDBCConnectorTestServlet

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.txnhandler.dataformat.jdbc.JDBCConnectorTestServlet
All Implemented Interfaces:
Serializable, Servlet, ServletConfig

public class JDBCConnectorTestServlet
extends EonServlet

See Also:
Serialized Form

Constructor Summary
JDBCConnectorTestServlet()
           
 
Method Summary
 String getServletName()
           
 void service(HttpServletRequest req, HttpServletResponse res)
          This method is the entry point to the servlet
 
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

JDBCConnectorTestServlet

public JDBCConnectorTestServlet()
Method Detail

getServletName

public String getServletName()
Specified by:
getServletName in interface ServletConfig
Overrides:
getServletName in class GenericServlet

service

public void service(HttpServletRequest req,
                    HttpServletResponse res)
             throws ServletException,
                    IOException
Description copied from class: EonServlet
This method is the entry point to the servlet

Overrides:
service in class EonServlet
Throws:
ServletException
IOException


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