|
Apache CXF API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
T
- Type of Atom element, Feed or EntryE
- Type of objects which will be deseriaized from feed or entrypublic 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
Method Summary | |
---|---|
E |
readFrom(T element)
|
Method Detail |
---|
E readFrom(T element)
element
- Feed or Entry instance
|
Apache CXF API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |