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.28. Terminating the Filtering Process
- To terminate the Smooks filtering process before the end of the message is reached, add the <
core:terminate
> configuration to the Smooks settings. (This works for SAX and is not needed for DOM.)Here is an example configuration that terminates filtering at the end of the message's customer fragment:Copy to Clipboard Copied! Toggle word wrap Toggle overflow - To terminate at the beginning of a message (on the
visitBefore
event), use this code:Copy to Clipboard Copied! Toggle word wrap Toggle overflow