Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Camel will set the in body on the returned Exchange with the entriesa ROME SyndFeed. Depending on the splitEntries flag Camel will either return a SyndFeed with one SyndEntry or a List ( of SyndEntrys).

Option

Value

Behavior

splitEntries

true

Only a single entry from the currently being processed feed is set : exchange.in.body(SyndEntry) in the new exchange feed.

splitEntries

false

The entires list of entries from the feed is set : in the new exchange feed. in.body(List)

Camel will also set the entire SyndFeed object on the in header:

...