public class

AtomEntryFormatWriter

extends XmlFormatWriter
implements FormatWriter<T>
java.lang.Object
   ↳ org.odata4j.format.xml.XmlFormatWriter
     ↳ org.odata4j.format.xml.AtomEntryFormatWriter

Summary

[Expand]
Inherited Constants
From class org.odata4j.format.xml.XmlFormatWriter
Fields
protected String baseUri
Public Constructors
AtomEntryFormatWriter()
Public Methods
String getContentType()
Recover the MIME content type for the stream
void write(UriInfo uriInfo, Writer w, EntityResponse target)
void writeRequestEntry(Writer w, Entry entry)
[Expand]
Inherited Methods
From class org.odata4j.format.xml.XmlFormatWriter
From class java.lang.Object
From interface org.odata4j.format.FormatWriter

Fields

protected String baseUri

Public Constructors

public AtomEntryFormatWriter ()

Public Methods

public String getContentType ()

Recover the MIME content type for the stream

Returns
  • the MIME content type to be used for the content of this stream

public void write (UriInfo uriInfo, Writer w, EntityResponse target)

Parameters
uriInfo
w
target

public void writeRequestEntry (Writer w, Entry entry)

Parameters
w
entry