Versions Compared

Key

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

...

Camel can set the Feed object on the in header (see feedHeader option to disable this):

...

Message Headers

Camel atom uses these headers.

Header

Description

org.apache.camel.component.atom.feed

...

Camel 1.x: When consuming the org.apache.abdera.model.Feed object is set to this header.

CamelAtomFeed

Camel 2.0: When consuming the org.apache.abdera.model.Feed object is set to this header.

Samples

In this sample we poll James Strahams blog.

...