users@jersey.java.net

Reading a unknown number of parameters

From: Jason Ragsdale <jrags_at_jasrags.net>
Date: Tue, 19 Jan 2010 09:24:31 -0600

All,
 I am looking to be able to have a specific jersey instance receive an set
number of params as well as a unknown number of parameters after that. So
for instance i may have matrix params a,b,c,d,e but i also need to accept
_j,_x_z without knowing which of these if any are coming. Is there a way for
me to do this?
-Jason