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