public class

AtomRequestEntryFormatWriter

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

Summary

Public Constructors
AtomRequestEntryFormatWriter()
Public Methods
String getContentType()
Recover the MIME content type for the stream
void write(UriInfo uriInfo, Writer w, Entry target)
[Expand]
Inherited Methods
From class java.lang.Object
From interface org.odata4j.format.FormatWriter

Public Constructors

public AtomRequestEntryFormatWriter ()

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, Entry target)

Parameters
uriInfo
w
target