org.odata4j.format.xml
Class AtomServiceDocumentFormatWriter

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

public class AtomServiceDocumentFormatWriter
extends XmlFormatWriter
implements FormatWriter<EdmDataServices>


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

Constructor Detail

AtomServiceDocumentFormatWriter

public AtomServiceDocumentFormatWriter()
Method Detail

getContentType

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

write

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


http://odata4j.org