public abstract class AbstractDataFormatFeature
extends org.apache.cxf.feature.AbstractFeature
Modifier and Type | Field and Description |
---|---|
protected Set<String> |
inInterceptorNames |
protected Set<String> |
outInterceptorNames |
protected static Collection<Class<?>> |
REMOVING_FAULT_IN_INTERCEPTORS |
enabled
Constructor and Description |
---|
AbstractDataFormatFeature() |
Modifier and Type | Method and Description |
---|---|
void |
addInIntercepters(List<org.apache.cxf.interceptor.Interceptor<? extends org.apache.cxf.message.Message>> interceptors) |
void |
addOutInterceptors(List<org.apache.cxf.interceptor.Interceptor<? extends org.apache.cxf.message.Message>> interceptors) |
Set<String> |
getInInterceptorNames() |
protected abstract org.slf4j.Logger |
getLogger() |
Set<String> |
getOutInterceptorNames() |
protected void |
removeFaultInInterceptorFromClient(org.apache.cxf.endpoint.Client client) |
protected void |
removeInterceptor(List<org.apache.cxf.interceptor.Interceptor<? extends org.apache.cxf.message.Message>> interceptors,
Class<? extends org.apache.cxf.interceptor.Interceptor<? extends org.apache.cxf.message.Message>> cls) |
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)
Deprecated.
|
protected void |
removeInterceptorWhichIsInThePhases(List<org.apache.cxf.interceptor.Interceptor<? extends org.apache.cxf.message.Message>> interceptors,
String[] phaseNames,
Set<String> needToBeKept) |
protected void |
removeInterceptorWhichIsOutThePhases(List<org.apache.cxf.interceptor.Interceptor<? extends org.apache.cxf.message.Message>> interceptors,
String[] phaseNames)
Deprecated.
|
protected void |
removeInterceptorWhichIsOutThePhases(List<org.apache.cxf.interceptor.Interceptor<? extends org.apache.cxf.message.Message>> interceptors,
String[] phaseNames,
Set<String> needToBeKept) |
getActive, getID, initialize, initialize, initialize, initialize, initializeProvider
isEnabled
protected static final Collection<Class<?>> REMOVING_FAULT_IN_INTERCEPTORS
protected abstract org.slf4j.Logger getLogger()
@Deprecated protected void removeInterceptorWhichIsInThePhases(List<org.apache.cxf.interceptor.Interceptor<? extends org.apache.cxf.message.Message>> interceptors, String[] phaseNames)
protected void removeInterceptorWhichIsInThePhases(List<org.apache.cxf.interceptor.Interceptor<? extends org.apache.cxf.message.Message>> interceptors, String[] phaseNames, Set<String> needToBeKept)
@Deprecated protected void removeInterceptorWhichIsOutThePhases(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, Set<String> needToBeKept)
protected void removeInterceptors(List<org.apache.cxf.interceptor.Interceptor<? extends org.apache.cxf.message.Message>> interceptors, Collection<Class<?>> toBeRemovedInterceptors)
protected void removeInterceptor(List<org.apache.cxf.interceptor.Interceptor<? extends org.apache.cxf.message.Message>> interceptors, Class<? extends org.apache.cxf.interceptor.Interceptor<? extends org.apache.cxf.message.Message>> cls)
protected void removeFaultInInterceptorFromClient(org.apache.cxf.endpoint.Client client)
public void addInIntercepters(List<org.apache.cxf.interceptor.Interceptor<? extends org.apache.cxf.message.Message>> interceptors)
public void addOutInterceptors(List<org.apache.cxf.interceptor.Interceptor<? extends org.apache.cxf.message.Message>> interceptors)
Apache Camel