Uses of Class
org.apache.olingo.odata2.api.batch.BatchException
Packages that use BatchException
Package
Description
Entity Provider
-
Uses of BatchException in org.apache.olingo.odata2.api.ep
Methods in org.apache.olingo.odata2.api.ep that throw BatchExceptionModifier and TypeMethodDescriptionEntityProvider.EntityProviderInterface.parseBatchRequest(String contentType, InputStream content, EntityProviderBatchProperties properties) Parse Batch Request bodyinputStream(asInputStream) and provide a list of Batch Parts asBatchPartstatic List<BatchRequestPart>EntityProvider.parseBatchRequest(String contentType, InputStream content, EntityProviderBatchProperties properties) Parse Batch Request bodyinputStream(asInputStream) and provide a list of Batch Request parts asBatchRequestPartEntityProvider.EntityProviderInterface.parseBatchResponse(String contentType, InputStream content) Parse Batch Response body (asInputStream) and provide a list of single responses asBatchSingleResponsestatic List<BatchSingleResponse>EntityProvider.parseBatchResponse(InputStream content, String contentType) Parse Batch Response body (asInputStream) and provide a list of single responses asBatchSingleResponseEntityProvider.EntityProviderInterface.writeBatchResponse(List<BatchResponsePart> batchResponseParts) Write responses of Batch Response Parts in Batch Response asODataResponse.static ODataResponseEntityProvider.writeBatchResponse(List<BatchResponsePart> batchResponseParts) Write responses of Batch Response Parts in Batch Response asODataResponse. -
Uses of BatchException in org.apache.olingo.odata2.core.batch
Methods in org.apache.olingo.odata2.core.batch that throw BatchExceptionModifier and TypeMethodDescriptionAcceptParser.parseAcceptableLanguages()AcceptParser.parseAcceptHeaders()BatchResponseWriter.writeResponse(List<BatchResponsePart> batchResponseParts) -
Uses of BatchException in org.apache.olingo.odata2.core.batch.v2
Methods in org.apache.olingo.odata2.core.batch.v2 that throw BatchExceptionModifier and TypeMethodDescriptionstatic voidBatchParserCommon.consumeBlankLine(List<Line> remainingMessage, boolean isStrict) static HeaderBatchParserCommon.consumeHeaders(List<Line> remainingMessage) protected LineBatchQueryOperation.consumeHttpStatusLine(List<Line> message) static InputStreamBatchParserCommon.convertToInputStream(String contentType, BatchQueryOperation operation, int contentLength) Convert body in form of List of Line items into a InputStream.static StringBatchParserCommon.getBoundary(String contentType, int line) static intBatchTransformatorCommon.getContentLength(Header headers) BatchBodyPart.parse()BatchChangeSetPart.parse()BatchQueryOperation.parse()BatchParser.parseBatchRequest(InputStream in) BatchParser.parseBatchResponse(InputStream in) BatchRequestTransformator.transform(BatchBodyPart bodyPart, PathInfo pathInfo, String baseUri) BatchResponseTransformator.transform(BatchBodyPart bodyPart, PathInfo pathInfo, String baseUri) BatchTransformator.transform(BatchBodyPart bodyPart, PathInfo pathInfo, String baseUri) static voidBatchTransformatorCommon.validateContentTransferEncoding(Header headers, boolean isChangeRequest) static voidBatchTransformatorCommon.validateContentType(Header headers) static voidBatchTransformatorCommon.validateHost(Header headers, String baseUri) voidBatchTransformatorCommon.HttpRequestStatusLine.validateHttpMethod(boolean isChangeSet) Constructors in org.apache.olingo.odata2.core.batch.v2 that throw BatchExceptionModifierConstructorDescriptionBatchBodyPart(List<Line> bodyPartMessage, String boundary, boolean isStrict) BatchChangeSetPart(List<Line> message, boolean isStrict) HttpRequestStatusLine(Line httpStatusLine, String baseUri, PathInfo pathInfo) HttpResponsetStatusLine(Line httpStatusLine) -
Uses of BatchException in org.apache.olingo.odata2.core.ep
Methods in org.apache.olingo.odata2.core.ep that throw BatchExceptionModifier and TypeMethodDescriptionProviderFacadeImpl.parseBatchRequest(String contentType, InputStream content, EntityProviderBatchProperties properties) ProviderFacadeImpl.parseBatchResponse(String contentType, InputStream content) ProviderFacadeImpl.writeBatchResponse(List<BatchResponsePart> batchResponseParts)