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

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

interface XInvocationAdapterFactory

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

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


Known Services which Export this Interface

com::sun::star::script::InvocationAdapterFactory allows you to create adapter interfaces of any given type for an invocation interface.
com::sun::star::script::InvocationAdapterFactory allows you to create adapter interfaces of any given type for an invocation interface.

Methods' Summary

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

Methods' Details

createAdapter
 
com::sun::star::uno::XInterface
createAdapter(
[ in ] com::sun::star::script::XInvocation Invocation,
[ in ] type aType );

Description
Creates an adapter interface of given type for calling the given XInvocation interface.
Parameter Invocation
invocation interface being called on incoming adapter calls
Parameter aType
type of adapter interface given back
Returns
adapter interface; this interface can be queried for XInterface and given type

Top of Page