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_INTERCEPTORS| 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, removeInterceptorWhichIsInThePhases, removeInterceptorWhichIsInThePhases, removeInterceptorWhichIsOutThePhases, removeInterceptorWhichIsOutThePhasespublic void initialize(org.apache.cxf.endpoint.Client client,
org.apache.cxf.Bus bus)
initialize in interface org.apache.cxf.feature.Featureinitialize in class org.apache.cxf.feature.AbstractFeaturepublic void initialize(org.apache.cxf.endpoint.Server server,
org.apache.cxf.Bus bus)
initialize in interface org.apache.cxf.feature.Featureinitialize in class org.apache.cxf.feature.AbstractFeatureprotected 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