Package com.storedobject.core
Class JSONGet
java.lang.Object
com.storedobject.core.JSONRetrieve
com.storedobject.core.JSONGet
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.storedobject.core.JSONService
JSONService.OpenAccess -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.storedobject.core.JSONRetrieve
execute
-
Constructor Details
-
JSONGet
public JSONGet()
-
-
Method Details
-
execute
Description copied from interface:JSONServiceThis method should be implemented to serve the connector API call. It carries out the execution logic of the call.- Parameters:
device- Device on which the call is made. For those logics for which authentication is not required, the device value will be null.json- JSON request object received from the device.result- A JSONMap where response data is inserted. To highlight an error, respond withJSONMap.error(String).
-