:: 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 ::com::sun::star::script::XInvocation . The adapter may also support ::com::sun::star::script::XInvocation2 .

Developers Guide

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

 
Top of Page