@Descriptions({
        @Description(value = "Accepts the configuration of the service
as a set of multipart fields.", target = DocTarget.METHOD),
        @Description(value = "Nothing, or an error message", target =
DocTarget.RETURN),
        @Description(value = "btRoot: the location of the bt root
dirtectory", target = DocTarget.PARAM),
        @Description(value = "btArch: for multi-architecture bt root
directories, the current architecture", target = DocTarget.PARAM),
        @Description(value = "license: The XML License content",
target = DocTarget.PARAM),
     })
public Response configure(MultipartBody multipart) { ... }

 none of the PARAMs make it into the WADL. Should I just write a very
long string for REQUEST? How does RESPONSE differ from RETURN?

Reply via email to