E - Type of objects which will be deseriaized from feed or entry
public interface AtomElementReader<T extends org.apache.abdera.model.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