Top   Module   Use   Manual   Index 
 EXPORTING SERVICES | METHODS' SUMMARY | METHODS' DETAILS 

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

interface XRemoteContentProviderSupplier

Base Interface
com::sun::star::uno::XInterface

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