Is it possible to list all exposed/available endpoints of RestEasy service in a simple way?
In case anyone is still looking hit "/resteasy/registry" on your app and it
provides XML output of all registered endpoints, associated classes/methods etc
FYI resteasy-jaxb-provider provides this functionality