|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.signalsoftcorp.lst.meri.MERIResponse | +--com.signalsoftcorp.lst.meri.MERI10Response
A simple base class used as the basis for all MERI interface response objects
Constructor Summary | |
MERI10Response()
Default constructor. |
|
MERI10Response(int responseCode)
Construct with a status code. |
|
MERI10Response(int responseCode,
java.lang.String detail)
Construct with a status and detail message. |
Methods inherited from class com.signalsoftcorp.lst.meri.MERIResponse |
getResponseCode, getResponseDetail, isOk, setResponseCode, setResponseDetail, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public MERI10Response()
public MERI10Response(int responseCode)
responseCode
- Status code.public MERI10Response(int responseCode, java.lang.String detail)
responseCode
- The response code from MERIConstantsdetail
- A detail or description why the status code was returned.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |