org.odata4j.format.xml
Class AtomEntryFormatWriter

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

public class AtomEntryFormatWriter
extends XmlFormatWriter
implements FormatWriter<EntityResponse>


Field Summary
 
Fields inherited from class org.odata4j.format.xml.XmlFormatWriter
atom_entry_content_type, atom_feed_content_type, related
 
Constructor Summary
AtomEntryFormatWriter()
           
 
Method Summary
 String getContentType()
           
 void write(ExtendedUriInfo uriInfo, Writer w, EntityResponse target)
           
 String writeAndReturnId(ExtendedUriInfo uriInfo, Writer w, EntityResponse target)
           
 void writeRequestEntry(Writer w, AtomFeedFormatParser.DataServicesAtomEntry request)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AtomEntryFormatWriter

public AtomEntryFormatWriter()
Method Detail

getContentType

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

write

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

writeAndReturnId

public String writeAndReturnId(ExtendedUriInfo uriInfo,
                               Writer w,
                               EntityResponse target)

writeRequestEntry

public void writeRequestEntry(Writer w,
                              AtomFeedFormatParser.DataServicesAtomEntry request)


http://odata4j.org