Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
C
D
E
G
H
I
O
P
S
T
U
A
AtomComponent
- Class in
org.apache.camel.component.atom
An
Atom Component
.
AtomComponent()
- Constructor for class org.apache.camel.component.atom.
AtomComponent
AtomConsumerSupport
- Class in
org.apache.camel.component.atom
Base class for consuming Atom feeds.
AtomConsumerSupport(AtomEndpoint, Processor)
- Constructor for class org.apache.camel.component.atom.
AtomConsumerSupport
AtomConverter
- Class in
org.apache.camel.component.atom
Date converters.
AtomEndpoint
- Class in
org.apache.camel.component.atom
An
Atom Endpoint
.
AtomEndpoint(String, AtomComponent, String)
- Constructor for class org.apache.camel.component.atom.
AtomEndpoint
AtomEndpoint(String, String)
- Constructor for class org.apache.camel.component.atom.
AtomEndpoint
AtomEndpoint(String)
- Constructor for class org.apache.camel.component.atom.
AtomEndpoint
AtomEntryPollingConsumer
- Class in
org.apache.camel.component.atom
Consumer to poll atom feeds and return each entry from the feed step by step.
AtomEntryPollingConsumer(AtomEndpoint, Processor, boolean, Date)
- Constructor for class org.apache.camel.component.atom.
AtomEntryPollingConsumer
AtomPollingConsumer
- Class in
org.apache.camel.component.atom
Consumer to poll atom feeds and return the full feed.
AtomPollingConsumer(AtomEndpoint, Processor)
- Constructor for class org.apache.camel.component.atom.
AtomPollingConsumer
AtomProducer
- Class in
org.apache.camel.component.atom
AtomProducer is currently not implemented
AtomProducer(AtomEndpoint)
- Constructor for class org.apache.camel.component.atom.
AtomProducer
AtomUtils
- Class in
org.apache.camel.component.atom
Atom utilities.
C
createConsumer(Processor)
- Method in class org.apache.camel.component.atom.
AtomEndpoint
createEndpoint(String, String, Map)
- Method in class org.apache.camel.component.atom.
AtomComponent
createExchange(Feed)
- Method in class org.apache.camel.component.atom.
AtomEndpoint
Creates an Exchange with the entries as the in body.
createExchange(Feed, Entry)
- Method in class org.apache.camel.component.atom.
AtomEndpoint
Creates an Exchange with the given entry as the in body.
createProducer()
- Method in class org.apache.camel.component.atom.
AtomEndpoint
D
DATE_PATTERN_NO_TIMEZONE
- Static variable in class org.apache.camel.component.atom.
AtomConverter
DEFAULT_CONSUMER_DELAY
- Static variable in class org.apache.camel.component.atom.
AtomConsumerSupport
E
endpoint
- Variable in class org.apache.camel.component.atom.
AtomConsumerSupport
EntryFilter
- Interface in
org.apache.camel.component.atom
Filter used by the
AtomEntryPollingConsumer
to filter entries from the feed.
G
getAtomParser()
- Static method in class org.apache.camel.component.atom.
AtomUtils
Gets the Atom parser.
getAtomUri()
- Method in class org.apache.camel.component.atom.
AtomEndpoint
getLastUpdate()
- Method in class org.apache.camel.component.atom.
AtomEndpoint
H
HEADER_ATOM_FEED
- Static variable in class org.apache.camel.component.atom.
AtomEndpoint
Header key for the
Feed
object is stored on the in message on the exchange.
I
isFilter()
- Method in class org.apache.camel.component.atom.
AtomEndpoint
isSingleton()
- Method in class org.apache.camel.component.atom.
AtomEndpoint
isSplitEntries()
- Method in class org.apache.camel.component.atom.
AtomEndpoint
isValidEntry(AtomEndpoint, Document<Feed>, Entry)
- Method in interface org.apache.camel.component.atom.
EntryFilter
Tests to be used as filtering the feed for only entries of interest, such as only new entries, etc.
isValidEntry(AtomEndpoint, Document<Feed>, Entry)
- Method in class org.apache.camel.component.atom.
UpdatedDateFilter
O
org.apache.camel.component.atom
- package org.apache.camel.component.atom
P
parseDocument(String)
- Static method in class org.apache.camel.component.atom.
AtomUtils
Parses the given uri and returns the response as a atom feed document.
poll()
- Method in class org.apache.camel.component.atom.
AtomEntryPollingConsumer
poll()
- Method in class org.apache.camel.component.atom.
AtomPollingConsumer
process(Exchange)
- Method in class org.apache.camel.component.atom.
AtomProducer
S
setAtomUri(String)
- Method in class org.apache.camel.component.atom.
AtomEndpoint
setFilter(boolean)
- Method in class org.apache.camel.component.atom.
AtomEndpoint
Sets wether to use filtering or not of the entries.
setLastUpdate(Date)
- Method in class org.apache.camel.component.atom.
AtomEndpoint
Sets the timestamp to be used for filtering entries from the atom feeds.
setSplitEntries(boolean)
- Method in class org.apache.camel.component.atom.
AtomEndpoint
Sets whether or not entries should be sent individually or whether the entire feed should be sent as a single message
T
toDate(String)
- Static method in class org.apache.camel.component.atom.
AtomConverter
U
UpdatedDateFilter
- Class in
org.apache.camel.component.atom
Filters out all entries which occur before the last time of the entry we saw (assuming entries arrive sorted in order).
UpdatedDateFilter(Date)
- Constructor for class org.apache.camel.component.atom.
UpdatedDateFilter
A
C
D
E
G
H
I
O
P
S
T
U
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2009
Apache Software Foundation
. All Rights Reserved.