76.10. Spring で宛先とコンジットの設定
76.10.1. Namespace
Camel トランスポートエンドポイントを設定するために使用される要素は、名前空間 http://cxf.apache.org/transports/camel
で定義されます。通常、接頭辞 camel
の使用が参照されます。Camel トランスポート設定要素を使用するには、以下を示す行をエンドポイントの設定ファイルの beans 要素に追加する必要があります。さらに、設定要素の namespace を xsi:schemaLocation
属性に追加する必要があります。
設定名前空間の追加
<beans ... xmlns:camel="http://cxf.apache.org/transports/camel ... xsi:schemaLocation="... http://cxf.apache.org/transports/camel http://cxf.apache.org/transports/camel.xsd ...>