public class BatchParser extends Object
| Constructor and Description |
|---|
BatchParser(String contentType,
boolean isStrict) |
BatchParser(String contentType,
EntityProviderBatchProperties properties,
boolean isStrict) |
| Modifier and Type | Method and Description |
|---|---|
List<BatchRequestPart> |
parseBatchRequest(InputStream in) |
List<BatchSingleResponse> |
parseBatchResponse(InputStream in) |
public BatchParser(String contentType, boolean isStrict)
public BatchParser(String contentType, EntityProviderBatchProperties properties, boolean isStrict)
public List<BatchSingleResponse> parseBatchResponse(InputStream in) throws BatchException
BatchExceptionpublic List<BatchRequestPart> parseBatchRequest(InputStream in) throws BatchException
BatchExceptionCopyright © 2020. All rights reserved.