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
StreamResult
extension wrapping aStringWriter
.