Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info
titleImportant Note

The Atom Syndication Format data model can also be used to produce Atom Feeds and Atom Entries in HTML (text/html) and JSON (application/json) formats. For more details regarding HTML see section HTML (TBD). For JSON format see section (TBD)

 

Supported

Media Types

Data Model

Provider registration

Read

Yes

multipart/*

org.apache.wink.common.model.multipart.InMultiPart,
org.apache.wink.common.model.multipart.BufferedInMultiPart

Not required. Registered by default

Write

Yes

multipart/*

org.apache.wink.common.model.multipart.OutMultiPart, org.apache.wink.common.model.multipart.BufferedOutMultiPart

Not required. Registered by default

Atom Providers

Apache Wink provides a set of entity providers that are capable of mapping Atom Feed and Atom Entry XML documents to and from an Atom data model.

...