-
Jan 24th, 2008, 05:27 AM
#1
Proxing dinamically
Hi,
i have a class called ApplicationService i use it with a method getList() that returns a List of Foo object.
ApplicationService is proxied, but my returned object no...
I can intercept the method getList(), is there a method to create the proxy manually like:
ProxyClass proxy=new ProxyClass(Foo);
and ProxyClass extends FOO...
thanks
-
Feb 10th, 2008, 10:40 PM
#2
What is getList() doing? Why do you want Foo instances to be proxied?
And yes, it is possible. Have a look at ProxyFactoryBean and its super classes.
Joerg
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules