Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: CAMEL-1909

...

Code Block
cxf:bean:cxfEndpoint?ResourceClassresourceClass=org.apache.camel.rs.Example

...

Name

Description

Example

Required?

default value

ResourcesClass resourcesClass

The resource classes which you want to export as REST service

resourcesClass=org.apache.camel.rs.Example1,org.apache.camel.rs.Exchange2

No

None

HttpClientAPI httpClientAPI

new to Camel 2.1 If it is true, the CxfRsProducer will use the HttpClientAPI to invoke the service
If it is false, the CxfRsProducer will use the ProxyClientAPI to invoke the service

httpClientAPI=true

No

true

...