Package com.sun.jersey.server.wadl.generators

Provides support for JAXB WADL generation.

See: Description

Package com.sun.jersey.server.wadl.generators Description

Provides support for JAXB WADL generation.

The different WadlGenerator implementations provide the possibility to add some content stored in a file to the generated wadl.

The content can either be provided via a File reference, or via a resource that will be read as an InputStream.

The File reference is appropriate when generating wadl offline, e.g. with the help of the maven-wadl-plugin (see the generate-wadl sample).
The InputStream is appropriate, when the wadl is generated from a jersey application running in some servlet container or application server.

Copyright © 2016 Oracle Corporation. All Rights Reserved.