A callback-style provider which can be used to map an object to Atom Feed or Entry
without having to deal directly with types representing Atom feeds or entries
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
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
Serializes an XMLBean data object to an XML stream Note: uses an intermediate file created by
File.createTempFile(String, String) as I couldn't work out how to fit a normal stream into an event driven
XML stream.