|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectxflow.protocol.Response
| Field Summary | |
static int |
FAILURE
|
java.lang.String |
message
|
int |
responseCode
|
static int |
SUCCESS
|
| Constructor Summary | |
Response()
|
|
Response(int statusCode)
|
|
Response(int statusCode,
java.lang.String statusMsg)
|
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final int SUCCESS
public static final int FAILURE
public int responseCode
public java.lang.String message
| Constructor Detail |
public Response()
public Response(int statusCode,
java.lang.String statusMsg)
public Response(int statusCode)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||