interface XMultiServiceFactory in module com::sun::star::lang:: |
interface XMultiServiceFactory : com::sun::star::uno::XInterface ;
Factory objects support this interface for creating components by a specifying string, for example, the service name.
This specifying string is not necessarily a service name.
start( URL )
at the newly created component.Method Summary |
|
createInstance | creates an instance of a component which supports the services specified by the factory. |
createInstanceWithArguments | creates an instance of a component which supports the services specified by the factory, and initializes the new object with given arguments. |
getAvailableServiceNames | |
Method Details |
||||
|
Copyright 2001 OpenOffice.org Foundation. All Rights Reserved.