info.sswap.api.http
Interface HTTPProvider.RDGResponse

All Superinterfaces:
HTTPResponse
Enclosing interface:
HTTPProvider

public static interface HTTPProvider.RDGResponse
extends HTTPResponse

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

Author:
Damian Gessler

Method Summary
 RDG getRDG()
          Getter method to get the Resource Description Graph (RDG) 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

getRDG

RDG getRDG()
Getter method to get the Resource Description Graph (RDG) from a successful conversion.

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


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