org.odata4j.format
Class FormatWriterFactory.AtomWriters

java.lang.Object
  extended by org.odata4j.format.FormatWriterFactory.AtomWriters
Enclosing class:
FormatWriterFactory

public static class FormatWriterFactory.AtomWriters
extends Object


Constructor Summary
FormatWriterFactory.AtomWriters()
           
 
Method Summary
 FormatWriter<CollectionResponse<?>> getCollectionFormatWriter()
           
 FormatWriter<ComplexObjectResponse> getComplexObjectFormatWriter()
           
 FormatWriter<EntityResponse> getEntryFormatWriter()
           
 FormatWriter<ErrorResponse> getErrorFormatWriter()
           
 FormatWriter<EntitiesResponse> getFeedFormatWriter()
           
 FormatWriter<PropertyResponse> getPropertyFormatWriter()
           
 FormatWriter<Entry> getRequestEntryFormatWriter()
           
 FormatWriter<EdmDataServices> getServiceDocumentFormatWriter()
           
 FormatWriter<SimpleResponse> getSimpleFormatWriter()
           
 FormatWriter<SingleLink> getSingleLinkFormatWriter()
           
 FormatWriter<SingleLinks> getSingleLinksFormatWriter()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FormatWriterFactory.AtomWriters

public FormatWriterFactory.AtomWriters()
Method Detail

getCollectionFormatWriter

public FormatWriter<CollectionResponse<?>> getCollectionFormatWriter()

getComplexObjectFormatWriter

public FormatWriter<ComplexObjectResponse> getComplexObjectFormatWriter()

getEntryFormatWriter

public FormatWriter<EntityResponse> getEntryFormatWriter()

getErrorFormatWriter

public FormatWriter<ErrorResponse> getErrorFormatWriter()

getFeedFormatWriter

public FormatWriter<EntitiesResponse> getFeedFormatWriter()

getPropertyFormatWriter

public FormatWriter<PropertyResponse> getPropertyFormatWriter()

getRequestEntryFormatWriter

public FormatWriter<Entry> getRequestEntryFormatWriter()

getServiceDocumentFormatWriter

public FormatWriter<EdmDataServices> getServiceDocumentFormatWriter()

getSimpleFormatWriter

public FormatWriter<SimpleResponse> getSimpleFormatWriter()

getSingleLinkFormatWriter

public FormatWriter<SingleLink> getSingleLinkFormatWriter()

getSingleLinksFormatWriter

public FormatWriter<SingleLinks> getSingleLinksFormatWriter()


http://odata4j.org