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.deserializer |
Olingo Server API - Deserializer
The deserializer package is used to condense all about the Olingo deserialization.
|
Modifier and Type | Method and Description |
---|---|
ODataResponsePart |
BatchFacade.handleBatchRequest(BatchRequestPart request)
Handles a BatchRequestPart.
|
Modifier and Type | Method and Description |
---|---|
List<BatchRequestPart> |
FixedFormatDeserializer.parseBatchRequest(InputStream content,
String boundary,
BatchOptions options)
Reads batch data from an InputStream.
|
Copyright © 2013–2019 The Apache Software Foundation. All rights reserved.