Package com.storedobject.core
Class JSONMenu
java.lang.Object
com.storedobject.core.JSONMenu
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
JSONMenu
public JSONMenu()
-
-
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.- Specified by:
executein interfaceJSONService- Parameters:
device- Device on which the call is made.json- JSON request object received from the device.result- A JSONMap where response data is inserted. To highlight an error, respond withJSONMap.error(String).
-