Class BatchParser
- java.lang.Object
-
- org.apache.olingo.odata2.core.batch.v2.BatchParser
-
public class BatchParser extends Object
-
-
Constructor Summary
Constructors Constructor Description BatchParser(String contentType, boolean isStrict)BatchParser(String contentType, EntityProviderBatchProperties properties, boolean isStrict)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<BatchRequestPart>parseBatchRequest(InputStream in)List<BatchSingleResponse>parseBatchResponse(InputStream in)
-
-
-
Constructor Detail
-
BatchParser
public BatchParser(String contentType, boolean isStrict)
-
BatchParser
public BatchParser(String contentType, EntityProviderBatchProperties properties, boolean isStrict)
-
-
Method Detail
-
parseBatchResponse
public List<BatchSingleResponse> parseBatchResponse(InputStream in) throws BatchException
- Throws:
BatchException
-
parseBatchRequest
public List<BatchRequestPart> parseBatchRequest(InputStream in) throws BatchException
- Throws:
BatchException
-
-