Package | Description |
---|---|
org.apache.olingo.odata2.api.ep |
Entity Provider
The org.apache.olingo.odata2.api.ep package contains all classes related and necessary to provide an
EntityProvider . |
org.apache.olingo.odata2.client.api.ep | |
org.apache.olingo.odata2.client.core.ep |
Modifier and Type | Method and Description |
---|---|
static List<BatchRequestPart> |
EntityProvider.parseBatchRequest(String contentType,
InputStream content,
EntityProviderBatchProperties properties)
Parse Batch Request body
inputStream (as InputStream ) and provide a list of Batch Request
parts as BatchRequestPart |
List<BatchRequestPart> |
EntityProvider.EntityProviderInterface.parseBatchRequest(String contentType,
InputStream content,
EntityProviderBatchProperties properties)
Parse Batch Request body
inputStream (as InputStream ) and provide a list of Batch Parts as
BatchPart |
static List<BatchSingleResponse> |
EntityProvider.parseBatchResponse(InputStream content,
String contentType)
Parse Batch Response body (as
InputStream ) and provide a list of single responses as
BatchSingleResponse |
List<BatchSingleResponse> |
EntityProvider.EntityProviderInterface.parseBatchResponse(String contentType,
InputStream content)
Parse Batch Response body (as
InputStream ) and provide a list of single responses as
BatchSingleResponse |
static ODataResponse |
EntityProvider.writeBatchResponse(List<BatchResponsePart> batchResponseParts)
Write responses of Batch Response Parts in Batch Response as
ODataResponse . |
ODataResponse |
EntityProvider.EntityProviderInterface.writeBatchResponse(List<BatchResponsePart> batchResponseParts)
Write responses of Batch Response Parts in Batch Response as
ODataResponse . |
Modifier and Type | Method and Description |
---|---|
ODataResponse |
ContentTypeBasedDeserializer.writeBatchResponse(List<BatchResponsePart> batchResponseParts)
Returns an ODataResponse
|
Modifier and Type | Method and Description |
---|---|
ODataResponse |
JsonSerializerDeserializer.writeBatchResponse(List<BatchResponsePart> batchResponseParts) |
ODataResponse |
AtomSerializerDeserializer.writeBatchResponse(List<BatchResponsePart> batchResponseParts) |
Copyright © 2013-2022 The Apache Software Foundation. All Rights Reserved.