标签: apache-camel
我有一个https连接的休息服务网址,如何使用apache camel作为端点连接到它?
答案 0 :(得分:1)
对于简单的http链接:http://camel.apache.org/http4.html
如果您想使用其余的dsl:http://camel.apache.org/rest-dsl.html
在Google上打字" apache camel'技术'"你肯定会有更深入的答案。