Class ZipPostProcessor

All Implemented Interfaces:
MessagePostProcessor, Ordered

public class ZipPostProcessor extends AbstractDeflaterPostProcessor
A post processor that uses a ZipOutputStream to compress the message body. Sets MessageProperties.SPRING_AUTO_DECOMPRESS to true by default.
Since:
1.4.2
Author:
Gary Russell