Apache CXF API

org.apache.cxf.transport.http.gzip
Class GZIPInInterceptor.GZIPInEndingInterceptor

java.lang.Object
  extended by org.apache.cxf.phase.AbstractPhaseInterceptor<Message>
      extended by org.apache.cxf.transport.http.gzip.GZIPInInterceptor.GZIPInEndingInterceptor
All Implemented Interfaces:
Interceptor<Message>, PhaseInterceptor<Message>
Enclosing class:
GZIPInInterceptor

public class GZIPInInterceptor.GZIPInEndingInterceptor
extends AbstractPhaseInterceptor<Message>

Ending interceptor to restore the original input stream after processing, so as not to interfere with streaming HTTP.


Constructor Summary
GZIPInInterceptor.GZIPInEndingInterceptor()
           
 
Method Summary
 void handleMessage(Message message)
          Restores the original input stream for the message.
 
Methods inherited from class org.apache.cxf.phase.AbstractPhaseInterceptor
addAfter, addAfter, addBefore, addBefore, getAfter, getBefore, getId, getPhase, handleFault, isGET, setAfter, setBefore
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GZIPInInterceptor.GZIPInEndingInterceptor

public GZIPInInterceptor.GZIPInEndingInterceptor()
Method Detail

handleMessage

public void handleMessage(Message message)
                   throws Fault
Restores the original input stream for the message.

Throws:
Fault

Apache CXF API

Apache CXF