Uses of Interface
info.sswap.api.model.RIG

Packages that use RIG
info.sswap.api.http Java API access to HTTP API 
info.sswap.api.model Main package for SSWAP API 
info.sswap.api.servlet Servlet support to engage automatic semantic mappings and reasoning 
info.sswap.api.spi Run-time API provider for interface implementation 
 

Uses of RIG in info.sswap.api.http
 

Methods in info.sswap.api.http that return RIG
 RIG HTTPClient.RIGResponse.getRIG()
          Getter method to get the RIG from a successful conversion.
 

Uses of RIG in info.sswap.api.model
 

Methods in info.sswap.api.model that return RIG
 RIG RRG.createRIG(RDG rdg)
          Returns a new Resource Invocation Graph (RIG) based on the contents of this Resource Response Graph (RRG) suitable for the service represented by the Resource Description Graph (RRG).
 RIG RDG.getRIG()
          Gets the RIG that can be used to invoke the service described in this RDG (after setting the values for the properties).
 RIG RDG.getRIG(java.io.InputStream is)
          Creates a RIG object based on the serialized RIG (e.g., sent by a client of a service).
 

Uses of RIG in info.sswap.api.servlet
 

Fields in info.sswap.api.servlet declared as RIG
protected  RIG MapsTo.rig
           
 

Methods in info.sswap.api.servlet with parameters of type RIG
protected abstract  void AbstractSSWAPServlet.handleRequest(RIG rig)
          Override this method to convert an incoming Resource Invocation Graph RIG into an outgoing Resource Response Graph RRG.
protected  void LegacyServiceWrapperServlet.handleRequest(RIG rig)
           
protected  void SimpleSSWAPServlet.handleRequest(RIG rig)
          This method is marked protected solely for package access purposes.
protected  void MapsTo.initializeRequest(RIG rig)
          This method is called once, at the beginning of the request.
 void MapsTo.setRIG(RIG rig)
          The RIG for this mapping; this should be set at the first opportunity (e.g. in initializeRequest.
 

Uses of RIG in info.sswap.api.spi
 

Methods in info.sswap.api.spi that return RIG
 RIG APIProvider.getAsyncRIG(java.net.URI serviceURI, java.net.URI upstreamRRG)
           
static RIG ExtensionAPI.getAsyncRIG(java.net.URI serviceURI, java.net.URI upstreamRRG)
           
 



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