users@jersey.java.net

switch providers based on URL

From: Ronak Patel <ronak2121_at_yahoo.com>
Date: Tue, 30 Nov 2010 07:26:28 -0800 (PST)

Hi All,

Does anyone know if we can switch which @Provider JAX-RS Jersey uses based on a
URI?

I have certain endpoints I want wrapped style JSON (for backward compatibility)
and certain endpoints I want natural style JSON (for everything going forward).

Thanks,

Ronak Patel