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.此内容没有您所选择的语言版本。
Chapter 4. Producing Output Data
4.1. The Smooks Javabean Cartridge 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
You can use the Smooks Javabean Cartridge to create and populate Java objects from your message data. It can be used purely as a Java binding framework for XML, EDI, CSV and so forth. However, Smooks' Java binding capabilities are also the cornerstone of many other capabilities. This is because Smooks makes the Java objects it creates (and to which it binds data) available through the
BeanContext
class. This class is essentially a Java bean context that is made available to any Smooks visitor implementation via the Smooks ExecutionContext
.