The WADL2JAVA tool generates a Java client based on the provided WADL definition. It uses the Jersey 1.x and JAX-RS 2.0 client APIs.
For more information, see https://wadl.java.net/wadl2java.html.
You can download the WADL2JAVA tool from the subversion repository.
Basic Tab
On the Basic tab, you can configure the export parameters.
Option | Description |
---|---|
Output Directory |
The full path to the output folder. |
Package |
The name of the generated Java package. |
Automatic Package Names |
Select to generate starting point code. |
JAXB Customization File(s) |
The full path to the customization settings file(s). |
Custom Args Tab
On the Custom Args tab, you can specify tool arguments you cannot configure using the dialog options. Use the Java Args edit box to specify command-line arguments for a Java VM, and the Tool Args edit box to specify command-line arguments for the tool.
See Also
Code Generation in ReadyAPI
Running REST Code Generation Tools