Package org.apache.camel.model.dataformat

The JAXB POJOs for the Data Formats used to marshal and unmarshal objects to and from streams inside components

See:
          Description

Class Summary
BindyDataFormat Represents the Bindy DataFormat
CastorDataFormat Represents a Castor DataFormat.
CryptoDataFormat  
CsvDataFormat Represents a CSV (Comma Separated Values) DataFormat
DataFormatsDefinition Represents the XML type for a collection of DataFormats.
FlatpackDataFormat Represents a Flatpack DataFormat.
GzipDataFormat Represents the GZip DataFormat
HL7DataFormat Represents a HL7 DataFormat.
JaxbDataFormat Represents the JAXB2 XML DataFormat
JsonDataFormat Represents the Json DataFormat
ProtobufDataFormat Represents a protobuf DataFormat DataFormat
RssDataFormat Represents the RSS DataFormat.
SerializationDataFormat Represents the Java Serialization DataFormat
SoapJaxbDataFormat  
StringDataFormat Represents the String (text based) DataFormat
TidyMarkupDataFormat Represents a wellformed HTML document (XML well Formed) DataFormat
XMLBeansDataFormat Represents the XMLBeans XML DataFormat
XMLSecurityDataFormat Represents as XML Security Encrypter/Decrypter DataFormat
XStreamDataFormat Represents the XStream XML DataFormat
XStreamDataFormat.AliasAdapter  
XStreamDataFormat.AliasEntry  
XStreamDataFormat.AliasList  
XStreamDataFormat.ConverterEntry  
XStreamDataFormat.ConverterList  
XStreamDataFormat.ConvertersAdapter  
XStreamDataFormat.ImplicitCollectionEntry  
XStreamDataFormat.ImplicitCollectionList  
XStreamDataFormat.ImplicitCollectionsAdapter  
XStreamDataFormat.OmitFieldEntry  
XStreamDataFormat.OmitFieldList  
XStreamDataFormat.OmitFieldsAdapter  
ZipDataFormat Represents the ZIP XML DataFormat
 

Enum Summary
BindyType Represents the different types of bindy data formats.
JsonLibrary Represents the concrete Json libraries Camel supports.
 

Package org.apache.camel.model.dataformat Description

The JAXB POJOs for the Data Formats used to marshal and unmarshal objects to and from streams inside components



Apache CAMEL