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_INTERCEPTORSenabled| 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) |
boolean |
isOneway() |
void |
setOneway(boolean oneway) |
addInIntercepters, addOutInterceptors, getInInterceptorNames, getOutInterceptorNames, removeFaultInInterceptorFromClient, removeInterceptor, removeInterceptors, removeInterceptorWhichIsInThePhases, removeInterceptorWhichIsInThePhases, removeInterceptorWhichIsOutThePhases, removeInterceptorWhichIsOutThePhasesdoInitializeProvider, getActive, getID, initializeProvider, isEnabledpublic void initialize(org.apache.cxf.endpoint.Client client,
org.apache.cxf.Bus bus)
public void initialize(org.apache.cxf.endpoint.Server server,
org.apache.cxf.Bus bus)
protected org.slf4j.Logger getLogger()
getLogger in class AbstractDataFormatFeaturepublic boolean isOneway()
public void setOneway(boolean oneway)
Apache Camel