Uses of Interface
info.sswap.api.http.HTTPClient.RIGResponse

Packages that use HTTPClient.RIGResponse
info.sswap.api.http Java API access to HTTP API 
info.sswap.impl.http   
 

Uses of HTTPClient.RIGResponse in info.sswap.api.http
 

Methods in info.sswap.api.http that return HTTPClient.RIGResponse
 HTTPClient.RIGResponse HTTPClient.makeRIG(java.io.InputStream jsonStream)
          Make a Response Invocation Graph (RIG) from a JSON (JavaScript Object Notation) specification.
 HTTPClient.RIGResponse HTTPClient.makeRIG(java.lang.String jsonString)
          Convenience method to makeRIG(InputStream) with input as single JSON string.
 

Uses of HTTPClient.RIGResponse in info.sswap.impl.http
 

Classes in info.sswap.impl.http that implement HTTPClient.RIGResponse
 class HTTPAPIImpl.RIGResponse
          Exposes access to both a ready-to-use RIG on success or a network response object on failure.
 



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