| Package | Description |
|---|---|
| org.apache.olingo.odata2.api.ep |
Entity Provider
|
| org.apache.olingo.odata2.core.batch | |
| org.apache.olingo.odata2.core.batch.v2 | |
| org.apache.olingo.odata2.core.ep |
| Modifier and Type | Method and Description |
|---|---|
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 |
| Modifier and Type | Class and Description |
|---|---|
class |
BatchSingleResponseImpl |
| Modifier and Type | Method and Description |
|---|---|
List<BatchSingleResponse> |
BatchParser.parseBatchResponse(InputStream in) |
| Modifier and Type | Method and Description |
|---|---|
List<BatchSingleResponse> |
ProviderFacadeImpl.parseBatchResponse(String contentType,
InputStream content) |
Copyright © 2020. All rights reserved.