@Metadata(label="dataformat,transformation",
title="Zip File")
public class ZipFileDataFormat
extends DataFormatDefinition
| Constructor and Description |
|---|
ZipFileDataFormat() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
configureDataFormat(DataFormat dataFormat,
CamelContext camelContext)
Allows derived classes to customize the data format
|
Boolean |
getUsingIterator() |
void |
setUsingIterator(Boolean usingIterator)
If the zip file has more then one entry, the setting this option to true, allows to work with the splitter EIP,
to split the data using an iterator in a streaming mode.
|
configureDataFormat, createDataFormat, getDataFormat, getDataFormat, getDataFormat, getDataFormatName, getShortName, setDataFormat, setDataFormatName, setProperty, setPropertygetId, setIdprotected void configureDataFormat(DataFormat dataFormat, CamelContext camelContext)
DataFormatDefinitionconfigureDataFormat in class DataFormatDefinitionpublic Boolean getUsingIterator()
public void setUsingIterator(Boolean usingIterator)
Apache Camel