You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-guice
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
Alen Vrečko
unread,
Mar 28, 2012, 4:27:19 AM3/28/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-guice
Hi,
There are various ways to work around the issue. But you will need to
get your hands a little dirty in any case.