Class | Description |
---|---|
GzipDataFormatAutoConfiguration |
Generated by camel-package-maven-plugin - do not edit this file!
|
GzipDataFormatConfiguration |
The GZip data format is a message compression and de-compression format
(which works with the popular gzip/gunzip tools).
|
SerializationDataFormatAutoConfiguration |
Generated by camel-package-maven-plugin - do not edit this file!
|
SerializationDataFormatConfiguration |
Serialization is a data format which uses the standard Java Serialization
mechanism to unmarshal a binary payload into Java objects or to marshal Java
objects into a binary blob.
|
StringDataFormatAutoConfiguration |
Generated by camel-package-maven-plugin - do not edit this file!
|
StringDataFormatConfiguration |
String data format is a textual based format that supports character
encoding.
|
ZipDataFormatAutoConfiguration |
Generated by camel-package-maven-plugin - do not edit this file!
|
ZipDataFormatConfiguration |
Zip Deflate Compression data format is a message compression and
de-compression format (not zip files).
|
Apache Camel