如何在Apache Camel SEDA REST端点中获得cookie值?

时间:2018-12-10 18:36:36

标签: java apache rest

例如,我在Apache Camel SEDA中创建了一个rest终结点,并且在我想要获取调用该REST终结点的服务的cookie值的方法中。如何在Apache Camel Java DSL中实现这一目标?

rest("/customers")
 .get().to("bean:customerService?method=listCustomers")

0 个答案:

没有答案