Class ServiceOpenApi
java.lang.Object
de.fraunhofer.iosb.ilt.frostserver.plugin.openapi.ServiceOpenApi
Handles the service requests for the DataArray plugin. This is the request to
/api.
- Author:
- scf
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecuteRequest(ServiceRequest request, ServiceResponse response) static booleanparamValueAsBool(ServiceRequest request, String name, boolean dflt) static intparamValueAsInt(ServiceRequest request, String name, int dflt)
-
Field Details
-
PATH_GET_OPENAPI_SPEC
The path for the OpenApi specification.- See Also:
-
REQUEST_TYPE_GET_OPENAPI_SPEC
The RequestType definition for the CreateObservations request type.- See Also:
-
-
Constructor Details
-
ServiceOpenApi
-
-
Method Details
-
executeRequest
-
paramValueAsBool
-
paramValueAsInt
-