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
|
Method Summary |
protected abstract java.util.logging.Logger |
getLogger()
|
protected void |
removeInterceptors(java.util.List<org.apache.cxf.interceptor.Interceptor<? extends org.apache.cxf.message.Message>> interceptors,
java.util.Collection<java.lang.Class> toBeRemovedInterceptors)
|
protected void |
removeInterceptorWhichIsInThePhases(java.util.List<org.apache.cxf.interceptor.Interceptor<? extends org.apache.cxf.message.Message>> interceptors,
java.lang.String[] phaseNames)
|
protected void |
removeInterceptorWhichIsOutThePhases(java.util.List<org.apache.cxf.interceptor.Interceptor<? extends org.apache.cxf.message.Message>> interceptors,
java.lang.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 |
AbstractDataFormatFeature
public AbstractDataFormatFeature()
getLogger
protected abstract java.util.logging.Logger getLogger()
removeInterceptorWhichIsInThePhases
protected void removeInterceptorWhichIsInThePhases(java.util.List<org.apache.cxf.interceptor.Interceptor<? extends org.apache.cxf.message.Message>> interceptors,
java.lang.String[] phaseNames)
removeInterceptorWhichIsOutThePhases
protected void removeInterceptorWhichIsOutThePhases(java.util.List<org.apache.cxf.interceptor.Interceptor<? extends org.apache.cxf.message.Message>> interceptors,
java.lang.String[] phaseNames)
removeInterceptors
protected void removeInterceptors(java.util.List<org.apache.cxf.interceptor.Interceptor<? extends org.apache.cxf.message.Message>> interceptors,
java.util.Collection<java.lang.Class> toBeRemovedInterceptors)
Apache CAMEL