- All Implemented Interfaces:
- org.apache.cxf.feature.Feature
public class ProxyGZIPFeature
extends org.apache.cxf.feature.AbstractFeature
This class is used to control GZIP compression of messages when proxying
a web service call.
If the invoking web service returns a compressed response
the proxy client will decompress it to work with the raw envelope or body in the flow
and the proxy service will compress it again before sending it back to the client.
If the client invokes the service with a compressed request, the proxy service is
responsible for decompressing it to work with the raw request and the client
will compress it back before invoking the end service.
In each case the property being verified is the Content-Encoding of the request
and the response.