Top   Module   Use   Manual   Index 
 INCLUDED SERVICES | EXPORTED INTERFACES | PROPERTIES' SUMMARY | PROPERTIES' DETAILS 

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

service MultiServiceFactory

Description
provides a collection of implementations for services.

The factories for instantiating 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 instantiate 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