info.sswap.api.http
Interface HTTPClient.RQGResponse

All Superinterfaces:
HTTPResponse
Enclosing interface:
HTTPClient

public static interface HTTPClient.RQGResponse
extends HTTPResponse

Access to get an RQG on success or a network response object (via the superinterface) on failure.

Author:
Damian Gessler

Method Summary
 RQG getRQG()
          Getter method to get the RQG from a successful conversion.
 
Methods inherited from interface info.sswap.api.http.HTTPResponse
close, getContent, getErrorStream, getException, getHeaders, getHeaderValue, getHeaderValues, getMessage, getResponseCode, getSSWAPExceptionHeader, getSSWAPExceptionValues, hasErrorCode
 

Method Detail

getRQG

RQG getRQG()
Getter method to get the RQG from a successful conversion.

Returns:
successful RQG or null on failure


Copyright (c) 2011, iPlant Collaborative, University of Arizona, Cold Spring Harbor Laboratories, University of Texas at Austin.