org.odata4j.format.xml
Class AtomFeedFormatWriter

java.lang.Object
  extended by org.odata4j.format.xml.XmlFormatWriter
      extended by org.odata4j.format.xml.AtomFeedFormatWriter
All Implemented Interfaces:
FormatWriter<EntitiesResponse>

public class AtomFeedFormatWriter
extends XmlFormatWriter
implements FormatWriter<EntitiesResponse>


Field Summary
 
Fields inherited from class org.odata4j.format.xml.XmlFormatWriter
atom_entry_content_type, atom_feed_content_type, related
 
Constructor Summary
AtomFeedFormatWriter()
           
 
Method Summary
 String getContentType()
           
 void write(ExtendedUriInfo uriInfo, Writer w, EntitiesResponse response)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AtomFeedFormatWriter

public AtomFeedFormatWriter()
Method Detail

getContentType

public String getContentType()
Specified by:
getContentType in interface FormatWriter<EntitiesResponse>

write

public void write(ExtendedUriInfo uriInfo,
                  Writer w,
                  EntitiesResponse response)
Specified by:
write in interface FormatWriter<EntitiesResponse>


http://odata4j.org