info.sswap.api.http
Interface HTTPClient.RIGResponse

All Superinterfaces:
HTTPResponse
All Known Implementing Classes:
HTTPAPIImpl.RIGResponse
Enclosing interface:
HTTPClient

public static interface HTTPClient.RIGResponse
extends HTTPResponse

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

Author:
Damian Gessler

Method Summary
 RIG getRIG()
          Getter method to get the RIG 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

getRIG

RIG getRIG()
Getter method to get the RIG from a successful conversion.

Returns:
successful RIG or null on failure


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