service MultiServiceFactory in module com::sun::star::lang::

(Global Index)

Syntax

service MultiServiceFactory;

Description

provides a collection of implementations for services.

The factories for instanciating objects from the implemetations are accessed with a service name.

The XContentEnumerationAccess interface can be supported optionally. If it is suported, it is possible to enumerate all implementations that support the service specified with the argument of XContentEnumerationAccess::createContentEnumeration . The enumerator returns interfaces. The type of the interface is not specified. Normally these are XSingleServiceFactory .

Exported Interfaces


com::sun::star::lang::XMultiServiceFactory

Description

uses a service name with this interface to instanciate a component which supports the specified service.


com::sun::star::lang::XServiceInfo

Description

A factory, as well as all other services, should always support this interface. At minimum the service "com.sun.star.lang.MultiServiceFactory" must be supported.

Top of Page