Red Hat Training

A Red Hat training course is available for Red Hat Fuse

1.5. Supported Models

Simple API for XML (SAX)
The SAX event model is based on the hierarchical SAX events you can generate from an XML source. These include the startElement and endElement. Apply it to other structured and hierarchical data sources like EDI, CSV and Java files.
Document Object Model (DOM)
Use this object model to map the message source and its final result.
Note
The most important events have visitBefore and visitAfter in their titles.