org.apache.camel.component.cxf.feature
Class MessageDataFormatFeature

java.lang.Object
  extended by org.apache.cxf.feature.AbstractFeature
      extended by org.apache.camel.component.cxf.feature.AbstractDataFormatFeature
          extended by org.apache.camel.component.cxf.feature.RAWDataFormatFeature
              extended by org.apache.camel.component.cxf.feature.MessageDataFormatFeature
All Implemented Interfaces:
org.apache.cxf.feature.Feature

Deprecated.

@Deprecated
public class MessageDataFormatFeature
extends RAWDataFormatFeature

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
 
Constructor Summary
MessageDataFormatFeature()
          Deprecated.  
 
Method Summary
 
Methods inherited from class org.apache.camel.component.cxf.feature.RAWDataFormatFeature
getLogger, initialize, initialize
 
Methods inherited from class org.apache.camel.component.cxf.feature.AbstractDataFormatFeature
addInIntercepters, addOutInterceptors, getInInterceptorNames, getOutInterceptorNames, removeInterceptor, removeInterceptors, removeInterceptorWhichIsInThePhases, removeInterceptorWhichIsInThePhases, removeInterceptorWhichIsOutThePhases, removeInterceptorWhichIsOutThePhases
 
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
 

Constructor Detail

MessageDataFormatFeature

public MessageDataFormatFeature()
Deprecated. 


Apache CAMEL