:: 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
AdvUNO - UNO Reflection API
AdvUNO - XInvocation Bridge - Scripting Existing UNO Objects

Exported Interfaces - Summary
::com::sun::star::lang::XSingleServiceFactory

Interface to specify the object to be mapped by the invocation service.

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

 
Top of Page