Package org.apache.camel.model
Interface DataFormatDefinitionAware
-
- All Known Implementing Classes:
MarshalDefinition,UnmarshalDefinition
public interface DataFormatDefinitionAwareMarker interface to mark aProcessorDefinitionthat supports data formats.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DataFormatDefinitiongetDataFormatType()The data format.voidsetDataFormatType(DataFormatDefinition dataFormatType)The data format to be used.
-
-
-
Method Detail
-
getDataFormatType
DataFormatDefinition getDataFormatType()
The data format.
-
setDataFormatType
void setDataFormatType(DataFormatDefinition dataFormatType)
The data format to be used.
-
-