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

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 your object; invoking createInstance() will fail.



Exported Interfaces

com::sun::star::lang::XSingleServiceFactory
Description
A factory supports this interface if the component which is created by this factory implements the service specification defined by the factory.

Top of Page