org.apache.camel.component.cxf.feature
Class AbstractDataFormatFeature

java.lang.Object
  extended by org.apache.cxf.feature.AbstractFeature
      extended by org.apache.camel.component.cxf.feature.AbstractDataFormatFeature
Direct Known Subclasses:
MessageDataFormatFeature, PayLoadDataFormatFeature

public abstract class AbstractDataFormatFeature
extends org.apache.cxf.feature.AbstractFeature

The abstract class for the data format feature


Constructor Summary
AbstractDataFormatFeature()
           
 
Method Summary
protected abstract  Logger getLogger()
           
protected  void removeInterceptors(List<org.apache.cxf.interceptor.Interceptor<? extends org.apache.cxf.message.Message>> interceptors, Collection<Class> toBeRemovedInterceptors)
           
protected  void removeInterceptorWhichIsInThePhases(List<org.apache.cxf.interceptor.Interceptor<? extends org.apache.cxf.message.Message>> interceptors, String[] phaseNames)
           
protected  void removeInterceptorWhichIsOutThePhases(List<org.apache.cxf.interceptor.Interceptor<? extends org.apache.cxf.message.Message>> interceptors, String[] phaseNames)
           
 
Methods inherited from class org.apache.cxf.feature.AbstractFeature
getActive, initialize, initialize, initialize, initialize, initializeProvider
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractDataFormatFeature

public AbstractDataFormatFeature()
Method Detail

getLogger

protected abstract Logger getLogger()

removeInterceptorWhichIsInThePhases

protected void removeInterceptorWhichIsInThePhases(List<org.apache.cxf.interceptor.Interceptor<? extends org.apache.cxf.message.Message>> interceptors,
                                                   String[] phaseNames)

removeInterceptorWhichIsOutThePhases

protected void removeInterceptorWhichIsOutThePhases(List<org.apache.cxf.interceptor.Interceptor<? extends org.apache.cxf.message.Message>> interceptors,
                                                    String[] phaseNames)

removeInterceptors

protected void removeInterceptors(List<org.apache.cxf.interceptor.Interceptor<? extends org.apache.cxf.message.Message>> interceptors,
                                  Collection<Class> toBeRemovedInterceptors)


Apache CAMEL