I have real difficulty finding commandline tool to convert WADL to java. No matter how much I try to google, follow blogs or java.net doc, there is no real download link. (l
Just to give an update with CXF version 3.2.1 it worked for me.
Steps are
wadl2java
to get the usagewadl2java -p com.x.y.z wadl-file.xml
to generate your classes in current directory.By the way I noticed that it created a class with a space in the name and also created classes with name starting with digits :)