第 109 章 FOP 组件
从 Camel 版本 2.10 开始提供
FOP 组件允许您使用 Apache FOP 将消息呈现为不同的输出格式。
Maven 用户需要将以下依赖项添加到这个组件的 pom.xml
中:
<dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-fop</artifactId> <version>x.x.x</version> <!-- use the same version as your Camel core version --> </dependency>
109.1. URI 格式
fop://outputFormat?[options]