【发布时间】:2013-02-01 06:27:35
【问题描述】:
我想使用 apache camel 调用休息服务。目前我正在使用 cxfrs 组件来配置我的端点。我的路线如下所示:
from("cxfrs://http://127.0.0.1:8080/RestServiceApp/?resourceClasses="com.sample.Server.HelloWorld").log("Route Started");
我的问题是我想调用服务器类中存在的方法(在我的例子中是 HelloWorld)。你能告诉我如何调用一个特定的方法吗?
【问题讨论】:
-
该用户在 Camel 邮件列表上报告了同样的问题 - camel.465427.n5.nabble.com/…
标签: rest apache-camel cxfrs