Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

Creating a proxy object using cglib

Tags: object proxy

In the previous post I was talking about the standard Java based Proxy objects. These can be used when you want to have a method invocation handler on an Object that implements an interface. The Java reflection proxy creation demands that you have an object that implements the interface. The object we want to proxy ...



This post first appeared on Java Code Geeks, please read the originial post: here

Share the post

Creating a proxy object using cglib

×

Subscribe to Java Code Geeks

Get updates delivered right to your inbox!

Thank you for your subscription

×