info.sswap.api.http
Interface HTTPProvider.PDGResponse

All Superinterfaces:
HTTPResponse
All Known Implementing Classes:
HTTPAPIImpl.PDGResponse
Enclosing interface:
HTTPProvider

public static interface HTTPProvider.PDGResponse
extends HTTPResponse

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

Author:
Damian Gessler

Method Summary
 PDG getPDG()
          Getter method to get the Provider Description Graph (PDG) 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

getPDG

PDG getPDG()
Getter method to get the Provider Description Graph (PDG) from a successful conversion.

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


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