org.apache.camel.component.cxf.feature
Class AbstractDataFormatFeature
java.lang.Object
org.apache.cxf.feature.AbstractFeature
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
| 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 |
AbstractDataFormatFeature
public AbstractDataFormatFeature()
getLogger
protected abstract org.slf4j.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