users@jersey.java.net

[Jersey] Re: Registering an Inteface as a Rest Resource

From: Marek Potociar <marek.potociar_at_oracle.com>
Date: Fri, 04 Nov 2011 13:14:53 +0100

I don't think it's possible at the moment. Can you please file a RFE in Jersey Jira[1]?

Thanks,
Marek

[1] http://java.net/jira/browse/JERSEY

On 11/04/2011 08:43 AM, Scorpio wrote:
> I have a service interface which is implemented by many different
> implementations in OSGi. The implementations can be added dynamically in
> OSGi platform.My requirement is that I want to register the interface as a
> Rest Resource, and when ever it gets a hit, the Jersey should bind it to any
> one of the implementations.
>
> Is it possible for this binding to be taken care by Jersey?
>
> Regards
>
> --
> View this message in context: http://jersey.576304.n2.nabble.com/Registering-an-Inteface-as-a-Rest-Resource-tp6961906p6961906.html
> Sent from the Jersey mailing list archive at Nabble.com.