Top   Module   Use   Manual   Index 
 INCLUDED SERVICES | EXPORTED INTERFACES | PROPERTIES' SUMMARY | PROPERTIES' DETAILS 

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

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::reflection::XProxyFactory
Description
You can create proxy interfaces via this interface.

Top of Page