Package org.apache.camel.model
Interface DataFormatDefinitionAware
- All Known Implementing Classes:
MarshalDefinition,UnmarshalDefinition
public interface DataFormatDefinitionAware
Marker interface to mark a
ProcessorDefinition that supports data formats.-
Method Summary
Modifier and TypeMethodDescriptionThe data format.voidsetDataFormatType(DataFormatDefinition dataFormatType) The data format to be used.
-
Method Details
-
getDataFormatType
DataFormatDefinition getDataFormatType()The data format. -
setDataFormatType
The data format to be used.
-