Class RAWDataFormatFeature
- java.lang.Object
-
- javax.xml.ws.WebServiceFeature
-
- 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.AbstractPortableFeature,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}
-
-
Field Summary
-
Fields inherited from class org.apache.camel.component.cxf.feature.AbstractDataFormatFeature
inInterceptorNames, outInterceptorNames, REMOVING_FAULT_IN_INTERCEPTORS
-
Fields inherited from class javax.xml.ws.WebServiceFeature
enabled
-
-
Constructor Summary
Constructors Constructor Description RAWDataFormatFeature()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.slf4j.LoggergetLogger()voidinitialize(org.apache.cxf.endpoint.Client client, org.apache.cxf.Bus bus)voidinitialize(org.apache.cxf.endpoint.Server server, org.apache.cxf.Bus bus)booleanisOneway()voidsetOneway(boolean oneway)-
Methods inherited from class org.apache.camel.component.cxf.feature.AbstractDataFormatFeature
addInIntercepters, addOutInterceptors, getInInterceptorNames, getOutInterceptorNames, removeFaultInInterceptorFromClient, removeInterceptor, removeInterceptors, removeInterceptorWhichIsOutThePhases
-
Methods inherited from class org.apache.cxf.feature.AbstractFeature
doInitializeProvider, getActive, getID, initializeProvider, isEnabled
-
-
-
-
Method Detail
-
initialize
public void initialize(org.apache.cxf.endpoint.Client client, org.apache.cxf.Bus bus)
-
initialize
public void initialize(org.apache.cxf.endpoint.Server server, org.apache.cxf.Bus bus)
-
getLogger
protected org.slf4j.Logger getLogger()
- Specified by:
getLoggerin classAbstractDataFormatFeature
-
isOneway
public boolean isOneway()
-
setOneway
public void setOneway(boolean oneway)
-
-