com.bankframe.ei.txnhandler.dataformat.jdbc
Class JDBCConnectorTestServlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
com.bankframe.ei.servlet.EonServlet
com.bankframe.ei.txnhandler.dataformat.jdbc.JDBCConnectorTestServlet
- All Implemented Interfaces:
- java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig
- public class JDBCConnectorTestServlet
- extends EonServlet
- See Also:
- Serialized Form
Method Summary |
java.lang.String |
getServletName()
|
void |
service(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.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, init, log |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JDBCConnectorTestServlet
public JDBCConnectorTestServlet()
getServletName
public java.lang.String getServletName()
service
public void service(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
throws javax.servlet.ServletException,
java.io.IOException
- Description copied from class:
EonServlet
- This method is the entry point to the servlet
- Overrides:
service
in class EonServlet
- Throws:
javax.servlet.ServletException
java.io.IOException
Copyright © 2005, 2007, Oracle. All rights reserved.