|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EntityProvider
An EntityProvider is used to serialize entities using the StreamWriter interface. The EntityProvider interface can be implemented by applications to provide an efficient means of serializing non-FOM objects to Atom/XML.
Method Summary | |
---|---|
String |
getContentType()
Return the mime content type of the serialized entity |
org.apache.abdera.util.EntityTag |
getEntityTag()
Return the EntityTag of the entity, |
Date |
getLastModified()
Return the Last-Modified date of the entity |
boolean |
isRepeatable()
True if the serialization is repeatable. |
void |
writeTo(StreamWriter sw)
Write to the specified StreamWriter |
Method Detail |
---|
void writeTo(StreamWriter sw)
boolean isRepeatable()
String getContentType()
org.apache.abdera.util.EntityTag getEntityTag()
Date getLastModified()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |