interface XUnoUrlResolver in module com::sun::star::bridge::

(Global Index)

Syntax

interface XUnoUrlResolver : com::sun::star::uno::XInterface ;

Description

allows to resolve an object using the uno-url.

Method Summary

resolve resolves an object using the given uno-url.

Known Services Which Export this Interface

com::sun::star::bridge::UnoUrlResolver

com::sun::star::bridge::UnoUrlResolver

Method Details



resolve

Syntax

com::sun::star::uno::XInterface resolve (
string sUnoUrl )
raises ( com::sun::star::connection::NoConnectException , com::sun::star::connection::ConnectionSetupException , com::sun::star::lang::IllegalArgumentException );

Description

resolves an object using the given uno-url.

Parameter sUnoUrl

the uno-url. The uno-url is specified here .

Returns

the resolved object, in general a proxy for a remote object. You can use it the same way as you use local references.
Top of Page