Hi, There are various ways to work around the issue. But you will need to get your hands a little dirty in any case.
Take a look at 2nd post from http://groups.google.com/group/google-guice/browse_thread/thread/e502571a662d7310. Feel free to search the mailing list for more. This came up a couple of times in the past. Cheers Alen On Mar 26, 10:15 pm, Marko Modsching <[email protected]> wrote: > Hi, > > is there a way to bind an interceptor to instances that are provided > by a self written provider? In my use-case I have a > HessianClientProxyProvider that instanciates a hessian client-proxy. > But the instance should be wrapped by an interceptor (e.g. a caching- > interceptor). > > If this is not possible with "standard" guice - can anybody provide an > alternative? I like to use the same interceptor for both guice- > provided instances and self-provided instances. > > Thanks in advance, > Marko -- You received this message because you are subscribed to the Google Groups "google-guice" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-guice?hl=en.
