此内容没有您所选择的语言版本。
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.