Uses of Class
info.sswap.http.representation.EntityMessage

Packages that use EntityMessage
info.sswap.http.representation   
info.sswap.http.representation.json   
 

Uses of EntityMessage in info.sswap.http.representation
 

Subclasses of EntityMessage in info.sswap.http.representation
 class PDGMessage
          Intermediate representation for the input describing a PDG.
 class ProtocolMessage
          Intermediate representation of the input describing an RDG
 

Uses of EntityMessage in info.sswap.http.representation.json
 

Methods in info.sswap.http.representation.json that return EntityMessage
static EntityMessage JsonMessageFactory.parseJsonEntityMessage(java.lang.String jsonMessage, java.util.Map<java.lang.String,java.lang.String> overridePrefixes)
          A public method to parse a string that contains an EntityMessage encoded as JSON.
 

Methods in info.sswap.http.representation.json with parameters of type EntityMessage
private static void JsonMessageFactory.initEntityMessage(EntityMessage entityMessage, org.json.JSONObject jsonMessageObject, java.util.Map<java.lang.String,java.lang.String> overridePrefixes)
          Initializes the fields in Entity message based on the data read from JSON.
 



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