Interface ProxyObject

  • All Superinterfaces:
    Proxy

    public interface ProxyObject
    extends Proxy
    The interface implemented by proxy classes. This interface is available only if the super class of the proxy object does not have a getHandler() method. If the super class has getHandler, then Proxy interface is available.
    See Also:
    ProxyFactory, Proxy