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

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

interface XContentProviderFactory

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

Description
a factory for a XContentProvider .
See also
XContentProvider


Known Services which Export this Interface

com::sun::star::ucb::ContentProviderProxyFactory is a factory for ContentProviderProxy implementations.

Methods' Summary

createContentProvider creates a XContentProvider implementation object.

Methods' Details

createContentProvider
 
com::sun::star::ucb::XContentProvider
createContentProvider(
[ in ] string Service );

Description
creates a XContentProvider implementation object.
Parameter Service
the name of the UNO service to be used to create the implementation of the content provider.
Returns
a content provider.

Top of Page