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

service RemoteAccessContentProvider
Description
A RemoteAccessContentProvider is a ContentProvider that provides access to contents available at other (remote) UCBs.

Included Services
ContentProvider
Description
A RemoteAccessContentProvider is a specialized ContentProvider .
Exported Interfaces
XParameterizedContentProvider
Description
allows configuration of the RemoteAccessContentProvider , to specify that certain XContentIdentifier s map to XContent s from a certain remote UCB. The Arguments string in the XParameterizedContentProvider::registerInstance call must contain the UNO URL of the remote UCB. @descr The XContentProvider s obtained through this interface implement the service ContentProvider and, if appropriate, also the interface XFileIdentifierConverter .

 
Top of Page