See: Description
| Interface | Description |
|---|---|
| AbstractWadlGeneratorGrammarGenerator.HasType | |
| AbstractWadlGeneratorGrammarGenerator.WantsName<T> |
| Class | Description |
|---|---|
| AbstractWadlGeneratorGrammarGenerator<T> |
This
WadlGenerator generates a grammar based on the referenced
elements. |
| ApplicationDocs |
The wrapper root document for multiple
Doc elements. |
| ObjectFactory |
The object factory for application docs jaxb bindings.
Created on: Jun 17, 2008 |
| WadlGeneratorApplicationDoc |
This
WadlGenerator adds all doc elements provided by ApplicationDocs.getDocs()
to the generated wadl-file. |
| WadlGeneratorGrammarsSupport |
This
WadlGenerator adds the provided Grammars element to the
generated wadl-file. |
| WadlGeneratorJAXBGrammarGenerator |
This
WadlGenerator generates a XML Schema content model based on
referenced java beans. |
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.