Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Rephrase note on resource classes in order to make it clearer that they only act as configuration containers.

...

And the corresponding resource class used to configure the endpoint...

Info
titlenote Note about the resource classclasses

Resource classes are only This class is used to configure the JAXRS JAX-RS properties ONLY. The methods Methods will NOT not be executed during the routing of messages to the endpoint, the route itself is responsible for ALL processing instead. Instead it is the responsibility of the route to do all processing.

Wiki Markup
{snippet:id=example|lang=java|url=camel/trunk/components/camel-cxf/src/test/java/org/apache/camel/component/cxf/jaxrs/testbean/CustomerServiceResource.java}

...