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
enabled
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, 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 void setupEndpoint(org.apache.cxf.endpoint.Endpoint ep)
protected org.slf4j.Logger getLogger()
getLogger
in class AbstractDataFormatFeature
protected void resetPartTypeClass(org.apache.cxf.service.model.BindingMessageInfo bmi)
protected void resetPartTypeClass(org.apache.cxf.service.model.MessageInfo msgInfo)
Apache Camel