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.Este conteúdo não está disponível no idioma selecionado.
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
startElementandendElement. Apply it to other structured and hierarchical data sources likeEDI,CSVand 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.