org.odata4j.format
Interface FormatWriter<T>

All Known Implementing Classes:
AtomEntryFormatWriter, AtomFeedFormatWriter, AtomServiceDocumentFormatWriter, JsonEntryFormatWriter, JsonFeedFormatWriter, JsonFormatWriter, JsonServiceDocumentFormatWriter

public interface FormatWriter<T>


Method Summary
 String getContentType()
           
 void write(ExtendedUriInfo uriInfo, Writer w, T target)
           
 

Method Detail

getContentType

String getContentType()

write

void write(ExtendedUriInfo uriInfo,
           Writer w,
           T target)


http://odata4j.org