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.1.24. Supported Result Types
Smooks can work with standard
JDK StreamResult and DOMResult result types, as well as these specialist ones:
JavaResult: use this result type to capture the contents of the Smooks Java Bean context.ValidationResult: use this result type to capture outputs.- Simple Result type: use this when writing tests. This is a
StreamResultextension wrapping aStringWriter.