|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--org.openmms.relay.MM1_RelayResponse
Title: MM1_RelayResponse
Description:
Copyright: Copyright (c) 2003 OpenMMS.org
| Constructor Summary | |
MM1_RelayResponse()
|
|
| Method Summary | |
void |
returnBadRequest(javax.servlet.http.HttpServletResponse res)
Sets the http-status, bad request, if applicable |
void |
returnMM1_m_retrieve_conf(javax.servlet.http.HttpServletResponse res,
MM_Data mm,
int nStatusFlag)
Processes the retrieval of an MM |
void |
returnMM1_m_send_conf(javax.servlet.http.HttpServletResponse res,
MM_Data mm,
int nStatusFlag)
Builds and sends a response to m_send_req (MM in) |
void |
returnServerError(javax.servlet.http.HttpServletResponse res,
int nStatusFlag)
Sets and returns a server error message, as a header in the response object |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public MM1_RelayResponse()
| Method Detail |
public void returnMM1_m_retrieve_conf(javax.servlet.http.HttpServletResponse res,
MM_Data mm,
int nStatusFlag)
throws OpenMMSException
res - mm - nStatusFlag -
OpenMMSException
public void returnMM1_m_send_conf(javax.servlet.http.HttpServletResponse res,
MM_Data mm,
int nStatusFlag)
throws OpenMMSException
res - mm - nStatusFlag -
OpenMMSException
public void returnBadRequest(javax.servlet.http.HttpServletResponse res)
throws OpenMMSException
res -
OpenMMSException
public void returnServerError(javax.servlet.http.HttpServletResponse res,
int nStatusFlag)
throws OpenMMSException
res - nStatusFlag -
OpenMMSException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||