Fuse 6 is no longer supported
As of February 2025, Red Hat Fuse 6 is no longer supported. If you are using Fuse 6, please upgrade to Red Hat build of Apache Camel.4.3. Javabean Cartridge Example
The following example is based on this XML:
The Javabean Cartridge is used via the http://www.milyn.org/xsd/smooks/javabean-1.4.xsd configuration namespace. (Install the schema in your IDE to avail yourself of the latter's auto-complete functionality.)
Here is an example configuration:
This configuration creates an instance of the
example.model.Order
class and binds it to the bean context under the BeanId called order
. The instance is created at the very start of the message on the #document
element (in other words, at the start of the root order element).
The configuration shown above creates the
example.model.Order
bean instance and binds it to the bean context.