org.odata4j.format.xml
Class AtomEntryFormatWriter
java.lang.Object
org.odata4j.format.xml.XmlFormatWriter
org.odata4j.format.xml.AtomEntryFormatWriter
- All Implemented Interfaces:
- FormatWriter<EntityResponse>
public class AtomEntryFormatWriter
- extends XmlFormatWriter
- implements FormatWriter<EntityResponse>
AtomEntryFormatWriter
public AtomEntryFormatWriter()
getContentType
public String getContentType()
- Specified by:
getContentType
in interface FormatWriter<EntityResponse>
write
public void write(ExtendedUriInfo uriInfo,
Writer w,
EntityResponse target)
- Specified by:
write
in interface FormatWriter<EntityResponse>
writeAndReturnId
public String writeAndReturnId(ExtendedUriInfo uriInfo,
Writer w,
EntityResponse target)
writeRequestEntry
public void writeRequestEntry(Writer w,
AtomFeedFormatParser.DataServicesAtomEntry request)
http://odata4j.org