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

interface XInvocationAdapterFactory2
Base Interfaces
::com::sun::star::uno::XInterface
  |  
  +--XInvocationAdapterFactory2
::com::sun::star::uno::XInterface
(referenced interface's summary:)
base interface of all UNO interfaces
Description
Interface to create adapter objects giving types to be supported and a an invocation interface incoming calls are delegated to.

Methods' Summary
createAdapter Creates an adapter interface of given types for calling the given ::com::sun::star::script::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 interface of given types for calling the given ::com::sun::star::script::XInvocation interface.
Parameter Invocation
invocation interface being called on incoming adapter calls
Parameter aType
supported types of adapter
Returns
adapter interface; this interface can be queried for XInterface and given types
Top of Page