Uses of Class
org.apache.camel.builder.DataFormatClause
Packages that use DataFormatClause
-
Uses of DataFormatClause in org.apache.camel.builder
Methods in org.apache.camel.builder that return DataFormatClauseModifier and TypeMethodDescriptionDataFormatClause.allowNullBody()Allowsnullas value of a body to unmarshall.DataFormatClause.allowNullBody(boolean allowNullBody) Indicates whethernullis allowed as value of a body to unmarshall. -
Uses of DataFormatClause in org.apache.camel.model
Methods in org.apache.camel.model that return DataFormatClauseModifier and TypeMethodDescriptionProcessorDefinition.marshal()DataFormat: Marshals the in body using aDataFormatexpression to define the format of the output which will be added to the out body.ProcessorDefinition.unmarshal()DataFormat: Unmarshals the in body using aDataFormatexpression to define the format of the input message and the output will be set on the out message body.