public class GZIPInInterceptor extends AbstractPhaseInterceptor<Message>
org.apache.cxf.transports.http.configuration.HTTPClientPolicy#setAcceptEncoding
 to let the server know you can handle compressed responses. To compress
 outgoing messages, see GZIPOutInterceptor. This class was originally
 based on one of the CXF samples (configuration_interceptor).| Constructor and Description | 
|---|
| GZIPInInterceptor() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | handleMessage(Message message)Intercepts a message. | 
addAfter, addAfter, addBefore, addBefore, getAdditionalInterceptors, getAfter, getBefore, getId, getPhase, handleFault, isGET, isRequestor, setAfter, setBeforepublic void handleMessage(Message message)
InterceptorApache CXF