service InvocationAdapterFactory in module com::sun::star::script::

(Global Index)

Syntax

service InvocationAdapterFactory;

Description

allows you to create adapter interfaces of any given type for an invocation interface.

You can do this via an adapter factory instance.


Exported Interfaces

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

Description

creates adapter interfaces of any given type for an invocation interface by using this adapter factory interface.


Top of Page