Uses of Interface
org.apache.camel.model.dataformat.ContentTypeHeaderAware
Packages that use ContentTypeHeaderAware
Package
Description
The JAXB POJOs for the Data Formats used to marshal and
unmarshal objects to and from streams inside components
-
Uses of ContentTypeHeaderAware in org.apache.camel.model.dataformat
Classes in org.apache.camel.model.dataformat that implement ContentTypeHeaderAwareModifier and TypeClassDescriptionclassclassMarshall and unmarshall FHIR objects to/from JSON.classMarshall and unmarshall FHIR objects to/from XML.classUnmarshal an XML payloads to POJOs and back using XMLMapper extension of Jackson.classUnmarshal XML payloads to POJOs and back using JAXB2 XML marshalling standard.classMarshal POJOs to JSON and back.classSerialize and deserialize Java objects using Google's Protocol buffers.classSerialize and deserialize messages using Apache Thrift binary data format.