service MultiServiceFactory in module com::sun::star::lang:: |
service MultiServiceFactory;
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 |
uses a service name with this interface to instantiate a component which supports the specified service.
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.
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.