|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.bankframe.fe.jsp.BankframePage
public abstract class BankframePage
This class is used to communicate with the Bankframe Servlet
Constructor Summary | |
---|---|
BankframePage()
|
Method Summary | |
---|---|
String |
executeRequest(ServletConfig config,
HttpServletRequest request,
HttpServletResponse response)
This method passes on a request to the BankFrame MCA routing manager. |
String |
getErrorMessage()
This method returns the current error message if there is any. |
void |
handleResponse(Vector dataPackets)
This method handles the response DataPackets that came back from the request. |
boolean |
isError()
This method checks if an error has occurred while processing the request. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BankframePage()
Method Detail |
---|
public String executeRequest(ServletConfig config, HttpServletRequest request, HttpServletResponse response) throws ServletException
ServletException
public String getErrorMessage()
public void handleResponse(Vector dataPackets)
dataPackets
- a vector of DataPackets returned from the banking processpublic boolean isError()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |