|
|||||||||||
| 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
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 | |
java.util.Vector |
doGetDataPacket(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
Deprecated. use com.bankframe.ei.comms.EHTTPServletCommsManager and com.bankframe.ei.servlet.ServletDataPacketHandler instead. |
java.lang.String |
getServletInfo()
Deprecated. This method returns a short description of this servlet |
void |
init(javax.servlet.ServletConfig config)
Deprecated. This method is called during initialisation of the servlet by the servlet container. |
void |
log(java.lang.String message)
Deprecated. This method logs a string to the log file. |
void |
service(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.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 java.util.Vector doGetDataPacket(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
throws javax.servlet.ServletException
javax.servlet.ServletExceptionpublic java.lang.String getServletInfo()
public void init(javax.servlet.ServletConfig config)
throws javax.servlet.ServletException
init in interface javax.servlet.Servletinit in class EonServletjavax.servlet.ServletExceptionpublic void log(java.lang.String message)
log in class EonServletmessage - java.lang.String
public void service(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
throws javax.servlet.ServletException,
java.io.IOException
service in class EonServletjavax.servlet.ServletException
java.io.IOException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||