users@jersey.java.net

Try to catch all invalid requests

From: Drew Daniel <gamer2k4eva_at_gmail.com>
Date: Tue, 12 May 2009 16:53:46 -0700

Hi Everyone,

I was hoping that someone has already tried this before. Is there a way that
jersey can catch all requests for which no paths are defined in the Java
class. Much like a switch statement where there is a 'default' case which
traps all requests which are not defined by the programmer. I hope I am able
to communicate clearly what I am looking for. If this is somewhat ambiguous
please let me know.

Thanks

Socal_Dev