Class SetterExtenderPoxy

java.lang.Object
de.tsl2.nano.util.SetterExtenderPoxy
All Implemented Interfaces:
Serializable, InvocationHandler

public class SetterExtenderPoxy extends Object implements InvocationHandler, Serializable
If you have an interface, providing only getters, but for full bean access, you need setter methods, you can provide the basic interface and a specific interface with the setter methods. these setter methods don't exist in your given basic interface implementation, but the members exist. So, this proxy will access the members directly on calling the specific interface setter methods.
Version:
$Revision$
Author:
Thomas Schneider
See Also:
  • Constructor Details

    • SetterExtenderPoxy

      protected SetterExtenderPoxy(Object delegator)
  • Method Details