public class RAWDataFormatFeature extends AbstractDataFormatFeature
MessageDataFormatFeature sets up the CXF endpoint interceptor for handling the Message in Message data format. Only the interceptors of these phases are preserved:
In phases: {Phase.RECEIVE , Phase.INVOKE, Phase.POST_INVOKE}
Out phases: {Phase.PREPARE_SEND, Phase.WRITE, Phase.SEND, Phase.PREPARE_SEND_ENDING}
inInterceptorNames, outInterceptorNames, REMOVING_FAULT_IN_INTERCEPTORS
enabled
Constructor and Description |
---|
RAWDataFormatFeature() |
Modifier and Type | Method and Description |
---|---|
protected org.slf4j.Logger |
getLogger() |
void |
initialize(org.apache.cxf.endpoint.Client client,
org.apache.cxf.Bus bus) |
void |
initialize(org.apache.cxf.endpoint.Server server,
org.apache.cxf.Bus bus) |
addInIntercepters, addOutInterceptors, getInInterceptorNames, getOutInterceptorNames, removeFaultInInterceptorFromClient, removeInterceptor, removeInterceptors, removeInterceptorWhichIsInThePhases, removeInterceptorWhichIsInThePhases, removeInterceptorWhichIsOutThePhases, removeInterceptorWhichIsOutThePhases
getActive, getID, initialize, initialize, initializeProvider
isEnabled
public void initialize(org.apache.cxf.endpoint.Client client, org.apache.cxf.Bus bus)
initialize
in interface org.apache.cxf.feature.Feature
initialize
in class org.apache.cxf.feature.AbstractFeature
public void initialize(org.apache.cxf.endpoint.Server server, org.apache.cxf.Bus bus)
initialize
in interface org.apache.cxf.feature.Feature
initialize
in class org.apache.cxf.feature.AbstractFeature
protected org.slf4j.Logger getLogger()
getLogger
in class AbstractDataFormatFeature
Apache Camel