Class BatchParser
java.lang.Object
org.apache.olingo.server.core.deserializer.batch.BatchParser
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionparseBatchRequest(InputStream content, String boundary, BatchOptions options)
-
Constructor Details
-
BatchParser
public BatchParser()
-
-
Method Details
-
parseBatchRequest
public List<BatchRequestPart> parseBatchRequest(InputStream content, String boundary, BatchOptions options) throws BatchDeserializerException - Throws:
BatchDeserializerException
-