You
can also build your own WADL document by using the org.apache.wink.common.model.wadl.WADLGenerator.
WADLGenerator builds a Java Architecture
for XML Binding (JAXB) annotated object model so you can easily return
it as an entity response in an @OPTIONS resource
method as the response entity.