第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]