aokell.lib.interf
Class DelegatorForBoundableInterface
java.lang.Object
aokell.lib.interf.Delegator
aokell.lib.interf.DelegatorForBoundableInterface
public class DelegatorForBoundableInterface
- extends Delegator
This class generates Interface implementations for components which
are bound to a target interface. This is typically the case of interfaces
associated to composite components, or of client interfaces associated to
primitive components.
- Author:
- Lionel Seinturier
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
get
public static DelegatorForBoundableInterface get()
generateDelegator
protected ClassDefinition generateDelegator(String targetClassname,
String delegateClassname)
- Generate a proxy that implements the same interface as a delegate and
that extends the InterfaceImpl class.
- Specified by:
generateDelegator
in class Delegator