Apache Camel和REST Web服务

时间:2015-09-29 18:33:50

标签: apache apache-camel

我正在开展涉及REST网络服务的项目。我需要从Apache Camel调用它们并在其文档中读取cxfrs是必需的组件,但没有详细解释如何这样做。我该怎么办?

1 个答案:

答案 0 :(得分:0)

如果您以前熟悉骆驼,那么通过驼峰休息网络服务是相当直接的。用于设置客户端呼叫的文档位于:http://camel.apache.org/cxfrs.html否则,如果您需要完整示例,我建议您查看:https://github.com/jeffmaher/jaxrs-cxf-camel-spring-example