Interface BatchHandler
- All Known Implementing Classes:
BatchHandlerImpl
public interface BatchHandler
-
Method Summary
Modifier and TypeMethodDescriptionhandleBatchPart(BatchRequestPart batchRequestPart) Handles theBatchRequestPartin a way that it results in a correspondingBatchResponsePart.handleRequest(ODataRequest request) Delegates a handling of the requestODataRequestto the request handler and provides ODataResponseODataResponse.
-
Method Details
-
handleBatchPart
Handles the
BatchRequestPartin a way that it results in a correspondingBatchResponsePart.- Parameters:
batchRequestPart- the incoming MIME part- Returns:
- the corresponding result
- Throws:
ODataException
-
handleRequest
Delegates a handling of the request
ODataRequestto the request handler and provides ODataResponseODataResponse.- Parameters:
request- the incoming request- Returns:
- the corresponding result
- Throws:
ODataException
-