Uses of Class
org.apache.camel.builder.DataFormatClause
-
Packages that use DataFormatClause Package Description 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 Modifier and Type Method Description DataFormatClause<ProcessorDefinition<Type>>
ProcessorDefinition. marshal()
DataFormat: Marshals the in body using aDataFormat
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 aDataFormat
expression to define the format of the input message and the output will be set on the out message body.
-