:: com :: sun :: star :: ucb ::

interface XRemoteContentProviderSupplier
Base Hierarchy
::com::sun::star::uno::XInterface
 |
 +-XRemoteContentProviderSupplier
Description
Provide access to a collection of remote content providers.
See also
XRemoteContentProviderAcceptor

Methods' Summary
queryRemoteContentProvider Get a factory through which a remote content provider's UniversalContentBroker service can be instantiated.
Methods' Details
queryRemoteContentProvider
::com::sun::star::lang::XMultiServiceFactory
queryRemoteContentProvider(
 
[in] string
 
Identifier );

Description
Get a factory through which a remote content provider's UniversalContentBroker service can be instantiated.
Parameter Identifier
An arbitrary identifier uniquely identifying a remote content provider.
Returns
the appropriate factory, or null if none is available.
Top of Page