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

service InvocationAdapterFactory
Supported Interface
XInvocationAdapterFactory2
Description
Provides functionality to create an adapter that supports (a) special interface type(s) and maps calls to the interface's methods to an invocation interface.

An adapter like this allows generic dispatch interfaces to meet interface requirements, e.g. if a specific listener interface has to be passed to an add...Listener method.

The adapter has to support XInvocationAdapterFactory. The adapter may also support XInvocationAdapterFactory2.

Developers Guide
AdvUNO - UNO Reflection API



 Top of Page