|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProtocolMessage | |
---|---|
info.sswap.http.representation.json | |
info.sswap.http.rest |
Uses of ProtocolMessage in info.sswap.http.representation.json |
---|
Methods in info.sswap.http.representation.json that return ProtocolMessage | |
---|---|
static ProtocolMessage |
JsonMessageFactory.parseJsonProtocolMessage(java.lang.String jsonMessage,
java.util.Map<java.lang.String,java.lang.String> overridePrefixes,
boolean optionalMapping)
A public method to parse a string that contains an SSWAP Canonical Graph (a protocol message) encoded as JSON. |
Methods in info.sswap.http.representation.json with parameters of type ProtocolMessage | |
---|---|
private static void |
JsonMessageFactory.initRDGMessage(ProtocolMessage rdgMessage,
org.json.JSONObject jsonMessageObject,
java.util.Map<java.lang.String,java.lang.String> overridePrefixes,
boolean mappingOptional)
Initializes the fields in RDG message based on the data read from JSON. |
Uses of ProtocolMessage in info.sswap.http.rest |
---|
Methods in info.sswap.http.rest with parameters of type ProtocolMessage | |
---|---|
private void |
ProtocolFactory.createIndividuals(info.sswap.api.model.SSWAPDocument document,
ProtocolMessage message)
|
info.sswap.api.model.RDG |
ProtocolFactory.createRDG(ProtocolMessage message)
Creates an RDG |
info.sswap.api.model.RIG |
ProtocolFactory.createRIG(info.sswap.api.model.RDG rdg,
ProtocolMessage message)
Creates the RIG. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |