Class BatchResponseBodyBuilder

java.lang.Object
de.hybris.platform.outboundservices.util.BatchResponseBodyBuilder

public class BatchResponseBodyBuilder extends Object
This builder is used to mock a body of a batch response body. A batch response body can be composed of multiple batch parts which can be composed of multiple single responses and changesets. A changeset may consist of multiple responses. To mock a batch response body easily and flexibly BatchResponseBodyBuilder is introduced.