Link Details

Link 280527 thumbnail
User 378389 avatar

By mironsadziak
via javablogging.com
Published: Nov 04 2009 / 20:24

Java Dynamic Proxies API is a way to create dynamically a class implementing a given interface. All the method calls on that interface will be passed to an instance of InvocationHandler which you must implement. Thanks to that you can have very general wrapping for any given interface. It is also a way to implement Aspect Oriented Programming.
  • 20
  • 0
  • 2030
  • 725

Add your comment


Html tags not supported. Reply is editable for 5 minutes. Use [code lang="java|ruby|sql|css|xml"][/code] to post code snippets.