标签: java apache rest
例如,我在Apache Camel SEDA中创建了一个rest终结点,并且在我想要获取调用该REST终结点的服务的cookie值的方法中。如何在Apache Camel Java DSL中实现这一目标?
rest("/customers") .get().to("bean:customerService?method=listCustomers")