Top   Module   Use   Manual   Index 
 EXPORTING SERVICES | METHODS' SUMMARY | METHODS' DETAILS 

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

interface XInvocationAdapterFactory2

Base Interface
com::sun::star::uno::XInterface

Description
You can create adapter object of given types for an invocation interface by using this adapter factory interface.


Methods' Summary

createAdapter Creates an adapter object of given types for calling the given XInvocation interface.

Methods' Details

createAdapter
 
com::sun::star::uno::XInterface
createAdapter(
[ in ] com::sun::star::script::XInvocation Invocation,
[ in ] sequence< type > aTypes );

Description
Creates an adapter object of given types for calling the given XInvocation interface.
Parameter Invocation
invocation interface being called on incoming adapter calls
Parameter aTypes
types of adapter
Returns
adapter; this interface can be queried for given types

Top of Page