Class ServiceBatchProcessing
java.lang.Object
de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.ServiceBatchProcessing
Handles the service requests for the DataArray plugin. This is the request to
/$batch.
- Author:
- scf
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecuteBatchOperation(Service service, ServiceRequest request, ServiceResponse response)
-
Field Details
-
PATH_POST_BATCH
The path for the CreateObservations request type..- See Also:
-
REQUEST_TYPE_BATCH
The RequestType definition for the CreateObservations request type.- See Also:
-
-
Constructor Details
-
ServiceBatchProcessing
-
-
Method Details
-
executeBatchOperation
public ServiceResponse executeBatchOperation(Service service, ServiceRequest request, ServiceResponse response)
-