|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--uk.org.ogsadai.client.databrowser.DBResponse
Wrapper class to the OGSADAI client toolkit response document
Field Summary | |
private static java.lang.String |
COPYRIGHT_NOTICE
Copyright statement |
private Response |
mResponse
|
Constructor Summary | |
DBResponse(Response response)
Constructs the wrapper to the response document. |
Method Summary | |
java.lang.String |
getAsString()
Gets the response docuemnt. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static final java.lang.String COPYRIGHT_NOTICE
private Response mResponse
Constructor Detail |
public DBResponse(Response response)
response
- The response from a queryMethod Detail |
public java.lang.String getAsString()
String
.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |