org.apache.camel.component.atom
Class AtomConstants

java.lang.Object
  extended by org.apache.camel.component.atom.AtomConstants

public final class AtomConstants
extends Object

Atom constants


Field Summary
static String ATOM_FEED
          Header key for the Feed object is stored on the in message on the exchange.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ATOM_FEED

public static final String ATOM_FEED
Header key for the Feed object is stored on the in message on the exchange.

See Also:
Constant Field Values


Apache CAMEL