:: com :: sun :: star :: script ::

service Invocation
Description
factory service that allows construction of Invocation objects.

Invoke createInstanceWithArguments() of XSingleServiceFactory to create an Invocation adapter for the passed object (Invoking createInstance() will fail).

The adapter has to support XInvocation . The adapter may also support XInvocation2 .

Developers Guide
6.2.3 Advanced UNO - Language Bindings - UNO Reflection API
6.2.4 Advanced UNO - Language Bindings - XInvocation Bridge - Scripting Existing UNO Objects

Exported Interfaces
::com::sun::star::lang::XSingleServiceFactory
Description
Interface to specify the object to be mapped by the invocation service.

 
Top of Page