Class BatchRequestTransformator
- java.lang.Object
-
- org.apache.olingo.odata2.core.batch.v2.BatchRequestTransformator
-
- All Implemented Interfaces:
BatchTransformator
public class BatchRequestTransformator extends Object implements BatchTransformator
-
-
Constructor Summary
Constructors Constructor Description BatchRequestTransformator()
-
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
-
-