Class AbstractDataFormatFeature
java.lang.Object
jakarta.xml.ws.WebServiceFeature
org.apache.cxf.feature.AbstractFeature
org.apache.camel.component.cxf.feature.AbstractDataFormatFeature
- All Implemented Interfaces:
org.apache.cxf.feature.AbstractPortableFeature,org.apache.cxf.feature.Feature
- Direct Known Subclasses:
CXFMessageDataFormatFeature,PayLoadDataFormatFeature,RAWDataFormatFeature
public abstract class AbstractDataFormatFeature
extends org.apache.cxf.feature.AbstractFeature
The abstract class for the data format feature
-
Field Summary
FieldsFields inherited from class jakarta.xml.ws.WebServiceFeature
enabled -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddInIntercepters(List<org.apache.cxf.interceptor.Interceptor<? extends org.apache.cxf.message.Message>> interceptors) voidaddOutInterceptors(List<org.apache.cxf.interceptor.Interceptor<? extends org.apache.cxf.message.Message>> interceptors) protected abstract org.slf4j.Loggerprotected voidremoveFaultInInterceptorFromClient(org.apache.cxf.endpoint.Client client) protected voidremoveInterceptor(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 voidremoveInterceptors(List<org.apache.cxf.interceptor.Interceptor<? extends org.apache.cxf.message.Message>> interceptors, Collection<Class<?>> toBeRemovedInterceptors) protected voidremoveInterceptorWhichIsOutThePhases(List<org.apache.cxf.interceptor.Interceptor<? extends org.apache.cxf.message.Message>> interceptors, String[] phaseNames, Set<String> needToBeKept) Methods inherited from class org.apache.cxf.feature.AbstractFeature
doInitializeProvider, getActive, getID, initializeProvider, isEnabledMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.cxf.feature.AbstractPortableFeature
initialize, initialize, initialize, initialize
-
Field Details
-
REMOVING_FAULT_IN_INTERCEPTORS
-
inInterceptorNames
-
outInterceptorNames
-
-
Constructor Details
-
AbstractDataFormatFeature
public AbstractDataFormatFeature()
-
-
Method Details
-
getLogger
protected abstract org.slf4j.Logger getLogger() -
removeInterceptorWhichIsOutThePhases
-
removeInterceptors
protected void removeInterceptors(List<org.apache.cxf.interceptor.Interceptor<? extends org.apache.cxf.message.Message>> interceptors, Collection<Class<?>> toBeRemovedInterceptors) -
removeInterceptor
-
removeFaultInInterceptorFromClient
protected void removeFaultInInterceptorFromClient(org.apache.cxf.endpoint.Client client) -
addInIntercepters
public void addInIntercepters(List<org.apache.cxf.interceptor.Interceptor<? extends org.apache.cxf.message.Message>> interceptors) -
addOutInterceptors
public void addOutInterceptors(List<org.apache.cxf.interceptor.Interceptor<? extends org.apache.cxf.message.Message>> interceptors) -
getInInterceptorNames
-
getOutInterceptorNames
-