| Package | Description | 
|---|---|
| org.apache.olingo.server.api.batch | Olingo Server API - Batch
 
 The batch package is used to condense common parts about the OData batch processing. | 
| org.apache.olingo.server.api.processor | Olingo Processors
 Processors are used to handle OData requests and send back the OData reponse. | 
| org.apache.olingo.server.api.serializer | Olingo Server API - Serializer
 
 The serializer package is used to condense all about the Olingo serialization. | 
| Modifier and Type | Method and Description | 
|---|---|
| ODataResponsePart | BatchFacade. handleBatchRequest(BatchRequestPart request)Handles a BatchRequestPart. | 
| Modifier and Type | Method and Description | 
|---|---|
| ODataResponsePart | BatchProcessor. processChangeSet(BatchFacade facade,
                List<ODataRequest> requests)Process a batch change set (containing several batch requests)
 and puts serialized content and status into the response. | 
| Modifier and Type | Method and Description | 
|---|---|
| InputStream | FixedFormatSerializer. batchResponse(List<ODataResponsePart> batchResponses,
             String boundary)Serializes a batch response. | 
Copyright © 2013–2023 The Apache Software Foundation. All rights reserved.