org.mule.module.cxf.support
Class AbstractProxyGZIPInterceptor

java.lang.Object
  extended by org.apache.cxf.phase.AbstractPhaseInterceptor<org.apache.cxf.message.Message>
      extended by org.mule.module.cxf.support.AbstractProxyGZIPInterceptor
All Implemented Interfaces:
org.apache.cxf.interceptor.Interceptor<org.apache.cxf.message.Message>, org.apache.cxf.phase.PhaseInterceptor<org.apache.cxf.message.Message>
Direct Known Subclasses:
ProxyGZIPInInterceptor, ProxyGZIPOutInterceptor

public abstract class AbstractProxyGZIPInterceptor
extends org.apache.cxf.phase.AbstractPhaseInterceptor<org.apache.cxf.message.Message>


Constructor Summary
AbstractProxyGZIPInterceptor(String phase)
           
 
Method Summary
protected  boolean isEncoded(MuleMessage message)
           
 
Methods inherited from class org.apache.cxf.phase.AbstractPhaseInterceptor
addAfter, addAfter, addBefore, addBefore, getAdditionalInterceptors, getAfter, getBefore, getId, getPhase, handleFault, isGET, isRequestor, setAfter, setBefore
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.cxf.interceptor.Interceptor
handleMessage
 

Constructor Detail

AbstractProxyGZIPInterceptor

public AbstractProxyGZIPInterceptor(String phase)
Method Detail

isEncoded

protected boolean isEncoded(MuleMessage message)


Copyright © 2003-2014 MuleSoft, Inc.. All Rights Reserved.