第 79 章 CXF-RS Component
从 Camel 版本 2.0 开始提供
cxfrs: 组件提供与 Apache CXF 集成,以连接到 CXF 中托管的 JAX-RS 1.1 和 2.0 服务。
当使用 CXF 作为消费者时,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