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

(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 are UNO conforming, and do NOT provide original target interfaces on queryInterface() calls.

Exported Interfaces

com::sun::star::util::XProxyFactory

Description

You can create proxy interfaces via this interface.


Top of Page