Uses of Class
org.apache.camel.builder.DataFormatClause

Packages that use DataFormatClause
org.apache.camel.model The JAXB POJOs for the XML Configuration of the routing rules. 
 

Uses of DataFormatClause in org.apache.camel.model
 

Methods in org.apache.camel.model that return DataFormatClause
 DataFormatClause<ProcessorDefinition<Type>> ProcessorDefinition.marshal()
          DataFormat: Marshals the in body using a DataFormat expression to define the format of the output which will be added to the out body.
 DataFormatClause<ProcessorDefinition<Type>> ProcessorDefinition.unmarshal()
          DataFormat: Unmarshals the in body using a DataFormat expression to define the format of the input message and the output will be set on the out message body.
 



Apache CAMEL