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