Difference between using camel cxfrs and jaxrs server

Viewed 2388

xmlns:cxfrs="http://camel.apache.org/schema/cxf"

xmlns:jaxrs="http://cxf.apache.org/jaxrs"

I am trying to understand the cxfrs:server and JAXRS:Server in Apache Camel. How it is different?

1 Answers
Related