uk.org.ogsadai.client.databrowser
Class DBResponse

java.lang.Object
  |
  +--uk.org.ogsadai.client.databrowser.DBResponse

public class DBResponse
extends java.lang.Object

Wrapper class to the OGSADAI client toolkit response document

Version:
$Revision: 1.3 $
Author:
Paul J Graham, EPCC

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

COPYRIGHT_NOTICE

private static final java.lang.String COPYRIGHT_NOTICE
Copyright statement

See Also:
Constant Field Values

mResponse

private Response mResponse
Constructor Detail

DBResponse

public DBResponse(Response?response)
Constructs the wrapper to the response document.

Parameters:
response - The response from a query
Method Detail

getAsString

public java.lang.String getAsString()
Gets the response docuemnt.

Returns:
The response document as a String.