+

Search Tips   |   Advanced Search

Use WADL to generate service documentation.

Configure the JAX-RS application.

Parent

Use WADL to generate service documentation

We can also build our own WADL document using the org.apache.wink.common.model.wadl.WADLGenerator. WADLGenerator builds a JAXB annotated object model so we can return it as an entity response in an @OPTIONS resource method as the response entity.


What to do next

Assemble JAX-RS web applications.


Subtopics


Related tasks

  • Serving a WADL document for the resources
  • Disable generation of WADL documents for HTTP OPTIONS requests