public class CXFMessageDataFormatFeature extends AbstractDataFormatFeature
MessageDataFormatFeature sets up the CXF endpoint interceptor for handling the Message in Message data format.
inInterceptorNames, outInterceptorNames, REMOVING_FAULT_IN_INTERCEPTORSenabled| Constructor and Description |
|---|
CXFMessageDataFormatFeature() |
| 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) |
protected void |
resetPartTypeClass(org.apache.cxf.service.model.BindingMessageInfo bmi) |
protected void |
resetPartTypeClass(org.apache.cxf.service.model.MessageInfo msgInfo) |
protected void |
setupEndpoint(org.apache.cxf.endpoint.Endpoint ep) |
addInIntercepters, addOutInterceptors, getInInterceptorNames, getOutInterceptorNames, removeFaultInInterceptorFromClient, removeInterceptor, removeInterceptors, 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 void setupEndpoint(org.apache.cxf.endpoint.Endpoint ep)
protected org.slf4j.Logger getLogger()
getLogger in class AbstractDataFormatFeatureprotected void resetPartTypeClass(org.apache.cxf.service.model.BindingMessageInfo bmi)
protected void resetPartTypeClass(org.apache.cxf.service.model.MessageInfo msgInfo)
Apache Camel