Uses of Class
org.apache.olingo.odata2.api.batch.BatchException

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

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

Methods in org.apache.olingo.odata2.api.ep that throw BatchException
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.
 



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