public class BatchHandlerImpl extends Object implements BatchHandler
| Constructor and Description |
|---|
BatchHandlerImpl(ODataServiceFactory factory,
ODataService service) |
| Modifier and Type | Method and Description |
|---|---|
BatchResponsePart |
handleBatchPart(BatchRequestPart batchPart)
Handles the
BatchRequestPart in a way that it results in a corresponding BatchResponsePart. |
ODataResponse |
handleRequest(ODataRequest suppliedRequest)
Delegates a handling of the request
ODataRequest to the request handler and provides ODataResponse
ODataResponse. |
public BatchHandlerImpl(ODataServiceFactory factory, ODataService service)
public BatchResponsePart handleBatchPart(BatchRequestPart batchPart) throws ODataException
BatchHandlerHandles the BatchRequestPart in a way that it results in a corresponding BatchResponsePart.
handleBatchPart in interface BatchHandlerbatchPart - the incoming MIME partODataExceptionpublic ODataResponse handleRequest(ODataRequest suppliedRequest) throws ODataException
BatchHandlerDelegates a handling of the request ODataRequest to the request handler and provides ODataResponse
ODataResponse.
handleRequest in interface BatchHandlersuppliedRequest - the incoming requestODataExceptionCopyright © 2020. All rights reserved.