Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
(Java) V4 4.2.0
-
None
-
Windows
Description
I have my own HTTP transporter and I execute batch request by getting the BATCH request stream from ODataBatchRequest.
But however, I don't have any way to initialize the batch response instance from input stream I receive from other way.
In Olingo 2.0 there was an API to do so.
List<BatchSingleResponse> responses = EntityProvider.parseBatchResponse(responseBody, contentType);
I could pass the respondeBody stream with content type and get a list of batch response.
Can we have the same thing in 4.x Olingo too? That would be more helpful.