第 108 章 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>108.1. URI 格式
fop://outputFormat?[options]