Versions Compared

Key

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

Atom Publishing Protocol (

...

AtomPub)

...

Apache Wink provides a set of providers that are capable of mapping APP Service Document and APP Categories data models to their xml representations. The following tables list these providers.

AppServiceProvider

TBD

 

Supported

Media Types

Entity

Read

No

N/A

N/A

Write

Yes

application/atomsvc+xml

AppService>>

AppCategoriesProvider

TBD

 

Supported

Media Types

Entity

Read

No

N/A

N/A

Write

Yes

application/atomcat+xml

AppCategories>>

CategoriesProvider

TBD

 

Supported

Media Types

Entity

Read

No

N/A

N/A

Write

Yes

application/atomcat+xml

Categories>>

Overview

The Atom Publishing Protocol (AtomPub) is an application-level protocol for publishing and editing Web resources. The protocol is based on HTTP transport of Atom-formatted representations. The Atom format is documented in the Atom Syndication Format.

Data Model

...

Apache Wink provides an Atom Publishing Protocol data model for producing Service Documents (application/atomsvc+xml) and Categories Documents (application/atomcat+xml). All of the model classes are located under the org.apache.wink.common.model.app package.

Info
titleImportant Note

The APP data model can also be used to produce Service and Categories documents in HTML (text/html) and JSON (application/json) formats.

...

For more details regarding HTML see section HTML (TBD). For JSON format see section (TBD)