第 79 章 cxf-RS 组件
从 Camel 版本 2.0 开始提供
cxfrs: 组件提供与 Apache CXF 集成,以连接到 CXF 中托管的 JAX-RS 1.1 和 2.0 服务。
当使用 CXF 作为消费者时,F CXF Bean 组件 允许您明确从处理中接收消息有效负载作为 RESTful 或 SOAP web 服务。这可能会可能使用多方面的传输来使用 Web 服务。bean 组件的配置也更为简单,提供了使用 Camel 和 CXF 实施 Web 服务的最快方法。
Maven 用户需要将以下依赖项添加到此组件的 pom.xml 中:
<dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-cxf</artifactId> <version>x.x.x</version> <!-- use the same version as your Camel core version --> </dependency>
79.1. URI 格式
cxfrs://address?options
其中 address 代表 CXF 端点的地址
cxfrs:bean:rsEndpoint
其中 rsEndpoint 代表 spring bean 的名称,它显示了 CXFRS 客户端或服务器
对于以上任一样式,您可以按如下方式在 URI 中附加选项:
cxfrs:bean:cxfEndpoint?resourceClasses=org.apache.camel.rs.Example