|
Apache CXF API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.cxf.jaxrs.ext.atom.AbstractAtomElementBuilder<T>
org.apache.cxf.jaxrs.ext.atom.AbstractEntryBuilder<T>
T - Type of objects which will be mapped to entriespublic abstract class AbstractEntryBuilder<T>
A callback-style provider which can be used to map an object to Atom Entry without having to deal directly with types representing Atom entries
| Constructor Summary | |
|---|---|
AbstractEntryBuilder()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getPublished(T pojo)
|
java.lang.String |
getSummary(T pojo)
|
| Methods inherited from class org.apache.cxf.jaxrs.ext.atom.AbstractAtomElementBuilder |
|---|
getAuthor, getBaseUri, getCategories, getId, getLinks, getMessageContext, getTitle, getUpdated, setMessageContext |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractEntryBuilder()
| Method Detail |
|---|
public java.lang.String getPublished(T pojo)
pojo - Object which is being mapped
public java.lang.String getSummary(T pojo)
pojo - Object which is being mapped
|
Apache CXF API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||