Class BatchResponseTransformator
java.lang.Object
org.apache.olingo.odata2.core.batch.v2.BatchResponseTransformator
- All Implemented Interfaces:
BatchTransformator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiontransform(BatchBodyPart bodyPart, PathInfo pathInfo, String baseUri)
-
Constructor Details
-
BatchResponseTransformator
public BatchResponseTransformator()
-
-
Method Details
-
transform
public List<BatchParserResult> transform(BatchBodyPart bodyPart, PathInfo pathInfo, String baseUri) throws BatchException - Specified by:
transformin interfaceBatchTransformator- Throws:
BatchException
-