- Type Parameters:
T - Type of Atom element, Feed or EntryE - Type of objects which will be deseriaized from feed or entry
public interface AtomElementReader<T extends Element,E>
A callback-style interface which can be used to deserialize an Atom Feed or Entry into a custom object
without having to introduce direct dependencies on Abdera API in the 'main' service code