@Component
public class ApplicationDetailsRest
extends java.lang.Object
| Constructor and Description |
|---|
ApplicationDetailsRest() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAppDetails()
This Restful Web Service takes no parameters
This is used to get version and status of the phone app service
RestFul End Point URI: http://host:port/PhoneAppService/rest/ApplicationDetails/getAppDetails
REQUEST TYPE: GET
|
public java.lang.String getAppDetails()
This Restful Web Service takes no parameters This is used to get version and status of the phone app service RestFul End Point URI: http://host:port/PhoneAppService/rest/ApplicationDetails/getAppDetails REQUEST TYPE: GET
no - parameters
-onSuccess - returns version and status of the PhoneAppService (jsonResult=(version,status),code=200,message="ok")
- If any exception occurs- returns json object with fields (code=500, message="error")