Uses of Interface
org.apache.olingo.odata2.api.client.batch.BatchSingleResponse

Packages that use BatchSingleResponse
org.apache.olingo.odata2.api.ep Entity Provider 
 

Uses of BatchSingleResponse in org.apache.olingo.odata2.api.ep
 

Methods in org.apache.olingo.odata2.api.ep that return types with arguments of type BatchSingleResponse
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
 



Copyright © 2013-2015 The Apache Software Foundation. All Rights Reserved.