:: com :: sun :: star ::

module bridge
Description
Interfaces for building bridges to other component models.

Nested Modules
oleautomation
Services
::com::sun::star::bridge::Bridge This meta service allows the bridgefactory service to instantiate an interprocess bridge using a certain transfer protocol.
::com::sun::star::bridge::BridgeFactory allows to create new or access existing interprocess bridges.
::com::sun::star::bridge::IiopBridge Concrete service of the meta service Bridge for iiop.
::com::sun::star::bridge::OleApplicationRegistration [ DEPRECATED ]
registers UNO objects as COM objects.
::com::sun::star::bridge::OleBridgeSupplier [ DEPRECATED ]
makes it possible to generate OLE bridges to UNO objects and vice versa.
::com::sun::star::bridge::OleBridgeSupplier2 [ DEPRECATED ]
maps UNO types to oleautomation types and vice versa.
::com::sun::star::bridge::OleBridgeSupplierVar1 [ DEPRECATED ]
maps UNO types to COM types and vice versa. It is optimized for use in a remote szenario.
::com::sun::star::bridge::OleObjectFactory [ DEPRECATED ]
makes it possible to create COM objects as UNO objects.
::com::sun::star::bridge::UnoUrlResolver provides the ability to access remote processes, resolving them by an UNO url.
::com::sun::star::bridge::UrpBridge Concrete service of the meta service Bridge for the urp protocol.
Interfaces
::com::sun::star::bridge::XBridge main interface for an interprocess bridge.
::com::sun::star::bridge::XBridgeFactory factory to create interprocess bridges.
::com::sun::star::bridge::XBridgeSupplier [ DEPRECATED ]
defines the interface for creating bridges to other object models.
::com::sun::star::bridge::XBridgeSupplier2 defines the interface for creating bridges to other object models.
::com::sun::star::bridge::XInstanceProvider allows to export UNO objects to other processes.
::com::sun::star::bridge::XProtocolProperties Bridge internal interface, that allows to change protocol settings of the remote counter part.
::com::sun::star::bridge::XUnoUrlResolver allows to resolve an object using the uno-url.
Structs
::com::sun::star::bridge::ProtocolProperty string/value pair
Exceptions
::com::sun::star::bridge::BridgeExistsException Indicates, that it was tried to create a remote bridge with a name, which already existed.
::com::sun::star::bridge::InvalidProtocolChangeException Indicates, that a requested property change could not be executed by the remote counterpart.
Constant Groups
::com::sun::star::bridge::ModelDependent These constants are used to specify model-dependant representations.
Top of Page