|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.servlet.GenericServlet
javax.servlet.http.HttpServlet
com.bankframe.ei.servlet.EonServlet
com.bankframe.ei.servlet.BankframeServlet
public class BankframeServlet
This class is the servlet that handles all bankframe client requests. It deletgates the task of routing requests to the com.bankframe.ei.servlet.ServletDataPacketHandler class.
| Constructor Summary | |
|---|---|
BankframeServlet()
Deprecated. |
|
| Method Summary | |
|---|---|
Vector |
doGetDataPacket(HttpServletRequest req,
HttpServletResponse res)
Deprecated. use com.bankframe.ei.comms.EHTTPServletCommsManager and com.bankframe.ei.servlet.ServletDataPacketHandler instead. |
String |
getServletInfo()
Deprecated. This method returns a short description of this servlet |
void |
init(ServletConfig config)
Deprecated. This method is called during initialisation of the servlet by the servlet container. |
void |
log(String message)
Deprecated. This method logs a string to the log file. |
void |
service(HttpServletRequest req,
HttpServletResponse res)
Deprecated. Entry point to BankframeServlet. |
| Methods inherited from class javax.servlet.http.HttpServlet |
|---|
service |
| Methods inherited from class javax.servlet.GenericServlet |
|---|
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletName, init, log |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BankframeServlet()
| Method Detail |
|---|
public Vector doGetDataPacket(HttpServletRequest req,
HttpServletResponse res)
throws ServletException
ServletExceptionpublic String getServletInfo()
getServletInfo in interface ServletgetServletInfo in class GenericServlet
public void init(ServletConfig config)
throws ServletException
init in interface Servletinit in class EonServletServletExceptionpublic void log(String message)
log in class EonServletmessage - java.lang.String
public void service(HttpServletRequest req,
HttpServletResponse res)
throws ServletException,
IOException
service in class EonServletServletException
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||