- All Implemented Interfaces:
- org.apache.camel.Consumer, org.apache.camel.EndpointAware, org.apache.camel.RouteAware, org.apache.camel.Service, org.apache.camel.ShutdownableService, org.apache.camel.StatefulService, org.apache.camel.SuspendableService
public class CxfRsConsumer
extends org.apache.camel.impl.DefaultConsumer
A Consumer of exchanges for a JAXRS service in CXF. CxfRsConsumer acts a CXF
service to receive REST requests, convert them to a normal java object invocation,
and forward them to Camel route for processing.
It is also responsible for converting and sending back responses to CXF client.