Hi, Does anyone know how to set a default router (catch-all route) using jax-rs. In standard restlet I'd do this:
final Router myRouter = new Router(getContext());
myRouter.attachDefault(CatchAll.class);
Is there a way to get the same functionality using jax-rs?
Thanks,
T
------------------------------------------------------
http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=1319913

