info.sswap.api.http
Interface HTTPProvider.RRGResponse

All Superinterfaces:
HTTPResponse
Enclosing interface:
HTTPProvider

public static interface HTTPProvider.RRGResponse
extends HTTPResponse

Exposes access to both a ready-to-use Resource Response Graph (RRG) on success or a network response object on failure.

Author:
Damian Gessler

Method Summary
 RRG getRRG()
          Getter method to get the Resource Response Graph (RRG) 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

getRRG

RRG getRRG()
Getter method to get the Resource Response Graph (RRG) from a successful conversion.

Returns:
successful RRG or null on failure.
See Also:
RRG


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