Class BatchHandlerImpl
java.lang.Object
org.apache.olingo.odata2.core.batch.BatchHandlerImpl
- All Implemented Interfaces:
BatchHandler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionhandleBatchPart(BatchRequestPart batchPart) Handles theBatchRequestPartin a way that it results in a correspondingBatchResponsePart.handleRequest(ODataRequest suppliedRequest) Delegates a handling of the requestODataRequestto the request handler and provides ODataResponseODataResponse.
-
Constructor Details
-
BatchHandlerImpl
-
-
Method Details
-
handleBatchPart
Description copied from interface:BatchHandlerHandles the
BatchRequestPartin a way that it results in a correspondingBatchResponsePart.- Specified by:
handleBatchPartin interfaceBatchHandler- Parameters:
batchPart- the incoming MIME part- Returns:
- the corresponding result
- Throws:
ODataException
-
handleRequest
Description copied from interface:BatchHandlerDelegates a handling of the request
ODataRequestto the request handler and provides ODataResponseODataResponse.- Specified by:
handleRequestin interfaceBatchHandler- Parameters:
suppliedRequest- the incoming request- Returns:
- the corresponding result
- Throws:
ODataException
-