Since we're on a major migration process of this website, some component documents here are out of sync right now. In the meantime you may want to look at the early version of the new website
https://camel.apache.org/staging/
We would very much like to receive any feedback on the new site, please join the discussion on the Camel user mailing list.
Hessian Data Format provides marshalling an unmarshialling using Hessian protocol developed by Caucho. Hessian is a platform and language independent, binary serialization protocol. Available since Camel 2.17 Using Hessian Data FormatMaven setupInclude following dependency in your <dependency> replacing Java DSLMarshallingfrom("direct:in") Unmarshallingfrom("direct:back") Spring DSLMarshalling<camelContext id="camel" xmlns="http://camel.apache.org/schema/spring"> Unmarshalling<camelContext id="camel" xmlns="http://camel.apache.org/schema/spring"> DependenciesHessian Data Format internally relies on Hessian library provided by Caucho <dependency> |