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