Uses of Class
org.apache.camel.model.UnmarshalDefinition
Packages that use UnmarshalDefinition
-
Uses of UnmarshalDefinition in org.apache.camel.model
Methods in org.apache.camel.model that return UnmarshalDefinitionModifier and TypeMethodDescriptionUnmarshalDefinition.allowNullBody(boolean allowNullBody) Indicates whethernullis allowed as value of a body to unmarshall.UnmarshalDefinition.copyDefinition()UnmarshalDefinition.variableReceive(String variableReceive) To use a variable to store the received message body (only body, not headers).UnmarshalDefinition.variableSend(String variableSend) To use a variable to store the received message body (only body, not headers).Constructors in org.apache.camel.model with parameters of type UnmarshalDefinition