Interface BaseProxy

All Known Subinterfaces:
EntityProxy, ValueProxy

public interface BaseProxy
The root type from which all client-side proxy objects are derived. Users should not extend the BaseProxy type directly, but use either EntityProxy or ValueProxy.
See Also: