service ProxyFactory in module com::sun::star::reflection::

(Global Index)

Syntax

service ProxyFactory;

Description

Specifies a factory object to create proxy objects.
These proxy object represent a given target object and can be be aggregated. The proxy objects act UNO conform and do NOT provide original target interfaces on queryInterface() calls.

Exported Interfaces


com::sun::star::reflection::XProxyFactory
Top of Page