| Modifier and Type | Method and Description |
|---|---|
void |
processBatch(BatchFacade facade,
ODataRequest request,
ODataResponse response)
Process a complete batch request and puts serialized content and status into the response.
|
ODataResponsePart |
processChangeSet(BatchFacade facade,
List<ODataRequest> requests)
Process a batch change set (containing several batch requests)
and puts serialized content and status into the response.
|
void processBatch(BatchFacade facade, ODataRequest request, ODataResponse response) throws BatchSerializerException, BatchDeserializerException
facade - BatchFacade which should be used for further batch part handlingrequest - OData request object containing raw HTTP informationresponse - OData response object for collecting response dataBatchException - if the service implementation encounters a failureBatchDeserializerException - if de-serialization failedBatchSerializerExceptionODataResponsePart processChangeSet(BatchFacade facade, List<ODataRequest> requests) throws BatchDeserializerException
facade - BatchFacade which should be used for further batch part handlingrequests - List of ODataRequests which are included in the to be processed change setBatchDeserializerException - if de-serialization failedCopyright © 2013–2015 The Apache Software Foundation. All rights reserved.