Uses of Interface
org.apache.camel.model.DataFormatDefinitionAware
-
Packages that use DataFormatDefinitionAware Package Description org.apache.camel.model The JAXB POJOs for the XML Configuration of the routing rules. -
-
Uses of DataFormatDefinitionAware in org.apache.camel.model
Classes in org.apache.camel.model that implement DataFormatDefinitionAware Modifier and Type Class Description class
MarshalDefinition
Marshals data into a specified format for transmission over a transport or componentclass
UnmarshalDefinition
Converts the message data received from the wire into a format that Apache Camel processors can consume
-