org.apache.camel.component.cxf.feature
Class RAWDataFormatFeature
java.lang.Object
org.apache.cxf.feature.AbstractFeature
org.apache.camel.component.cxf.feature.AbstractDataFormatFeature
org.apache.camel.component.cxf.feature.RAWDataFormatFeature
- All Implemented Interfaces:
- org.apache.cxf.feature.Feature
- Direct Known Subclasses:
- MessageDataFormatFeature
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}
|
Method Summary |
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)
|
| Methods inherited from class org.apache.cxf.feature.AbstractFeature |
getActive, initialize, initialize, initializeProvider |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RAWDataFormatFeature
public RAWDataFormatFeature()
initialize
public void initialize(org.apache.cxf.endpoint.Client client,
org.apache.cxf.Bus bus)
- Specified by:
initialize in interface org.apache.cxf.feature.Feature- Overrides:
initialize in class org.apache.cxf.feature.AbstractFeature
initialize
public void initialize(org.apache.cxf.endpoint.Server server,
org.apache.cxf.Bus bus)
- Specified by:
initialize in interface org.apache.cxf.feature.Feature- Overrides:
initialize in class org.apache.cxf.feature.AbstractFeature
getLogger
protected org.slf4j.Logger getLogger()
- Specified by:
getLogger in class AbstractDataFormatFeature
Apache CAMEL