Uses of Class
org.apache.camel.builder.DataFormatClause
-
Packages that use DataFormatClause Package Description org.apache.camel.builder org.apache.camel.model The JAXB POJOs for the XML Configuration of the routing rules. -
-
Uses of DataFormatClause in org.apache.camel.builder
Methods in org.apache.camel.builder that return DataFormatClause Modifier and Type Method Description DataFormatClause<T>DataFormatClause. allowNullBody()Allowsnullas value of a body to unmarshall.DataFormatClause<T>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 DataFormatClause Modifier and Type Method Description DataFormatClause<ProcessorDefinition<Type>>ProcessorDefinition. marshal()DataFormat: Marshals the in body using aDataFormatexpression 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 aDataFormatexpression to define the format of the input message and the output will be set on the out message body.
-