Uses of Class
org.apache.olingo.server.api.deserializer.batch.BatchDeserializerException
Packages that use BatchDeserializerException
Package
Description
Olingo Server API - Deserializer
-
Uses of BatchDeserializerException in org.apache.olingo.server.api.deserializer
Methods in org.apache.olingo.server.api.deserializer that throw BatchDeserializerExceptionModifier and TypeMethodDescriptionFixedFormatDeserializer.parseBatchRequest(InputStream content, String boundary, BatchOptions options) Reads batch data from an InputStream. -
Uses of BatchDeserializerException in org.apache.olingo.server.core.batchhandler
Methods in org.apache.olingo.server.core.batchhandler that throw BatchDeserializerExceptionModifier and TypeMethodDescriptionBatchFacadeImpl.extractBoundaryFromContentType(String contentType) BatchPartHandler.handle(ODataRequest request, boolean isChangeSet) BatchPartHandler.handleODataRequest(ODataRequest request) -
Uses of BatchDeserializerException in org.apache.olingo.server.core.batchhandler.referenceRewriting
Methods in org.apache.olingo.server.core.batchhandler.referenceRewriting that throw BatchDeserializerExceptionModifier and TypeMethodDescriptionvoidBatchReferenceRewriter.addMapping(ODataRequest request, ODataResponse response) -
Uses of BatchDeserializerException in org.apache.olingo.server.core.deserializer
Methods in org.apache.olingo.server.core.deserializer that throw BatchDeserializerExceptionModifier and TypeMethodDescriptionFixedFormatDeserializerImpl.parseBatchRequest(InputStream content, String boundary, BatchOptions options) -
Uses of BatchDeserializerException in org.apache.olingo.server.core.deserializer.batch
Methods in org.apache.olingo.server.core.deserializer.batch that throw BatchDeserializerExceptionModifier and TypeMethodDescriptionstatic voidBatchParserCommon.consumeBlankLine(List<Line> remainingMessage, boolean isStrict) protected LineBatchQueryOperation.consumeHttpStatusLine(List<Line> message) static StringBatchParserCommon.getBoundary(String contentType, int line) static intBatchTransformatorCommon.getContentLength(Header headers) BatchBodyPart.parse()BatchChangeSetPart.parse()BatchQueryOperation.parse()BatchParser.parseBatchRequest(InputStream content, String boundary, BatchOptions options) static ContentTypeBatchParserCommon.parseContentType(String contentType, ContentType expected, int line) Get the content type based oncontentTypeparameter.BatchParserCommon.splitMessageByBoundary(List<Line> message, String boundary) BatchRequestTransformator.transform(BatchBodyPart bodyPart) static voidBatchTransformatorCommon.validateContentTransferEncoding(Header headers) static voidBatchTransformatorCommon.validateContentType(Header headers, ContentType expected) static voidBatchTransformatorCommon.validateHost(Header headers, String baseUri) voidHttpRequestStatusLine.validateHttpMethod(boolean isChangeSet) Constructors in org.apache.olingo.server.core.deserializer.batch that throw BatchDeserializerExceptionModifierConstructorDescriptionBatchChangeSetPart(List<Line> message, boolean isStrict) HttpRequestStatusLine(Line httpStatusLine, String baseUri, String serviceResolutionUri)