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