Interface BatchTransformator
-
- All Known Implementing Classes:
BatchRequestTransformator,BatchResponseTransformator
public interface BatchTransformator
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<BatchParserResult>transform(BatchBodyPart bodyPart, PathInfo pathInfo, String baseUri)
-
-
-
Method Detail
-
transform
List<BatchParserResult> transform(BatchBodyPart bodyPart, PathInfo pathInfo, String baseUri) throws BatchException
- Throws:
BatchException
-
-