:: com :: sun :: star :: reflection ::

service ProxyFactory
Description
Service to create proxy objects acting on behalf of a given target object.
A proxy delegates calls to a given target object. In addition, it is aggregatable, thus it is possible to intercept calls on the proxy's interfaces. @attention A proxy object is UNO conform, but does NOT provide original target interfaces on queryInterface() calls. This may lead to problems regarding object identity, e.g. when dealing with listener proxies.

Exported Interfaces
XProxyFactory
Description
Factory interface to produce proxies

 
Top of Page