module com::sun::star::bridge

(Global Index)

submodules

services

interfaces

structs

exceptions

enums

typedefs

constant groups

Description

Interfaces for building bridges to other component models.


submodules


services

Bridge This meta service allows the bridgefactory service to instantiate an interprocess bridge using a certain transfer protocol.
BridgeFactory allows to create new or access existing interprocess bridges.
IiopBridge Concrete service of the meta service Bridge for iiop.
OleApplicationRegistration registers standard UNO objects to OLE Automation.
OleBridgeSupplier makes it possible to generate OLE bridges to UNO objects and vice versa.
OleBridgeSupplier2 maps UNO types to COM types and vice versa.
OleObjectFactory makes it possible to create OLE objects as UNO objects.
UnoUrlResolver provides the ability to access remote processes, resolving them by an UNO url.
UrpBridge Concrete service of the meta service Bridge for the urp protocol.

interfaces

XBridge main interface for an interprocess bridge.
XBridgeFactory factory to create interprocess bridges.
XBridgeSupplier defines the interface for creating bridges to other object models.
XBridgeSupplier2 defines the interface for creating bridges to other object models.
XInstanceProvider allows to export UNO objects to other processes.
XProtocolProperties Bridge internal interface, that allows to change protocol settings of the remote counter part.
XUnoUrlResolver allows to resolve an object using the uno-url.

structs

ProtocolProperty string/value pair

exceptions

BridgeExistsException Indicates, that it was tried to create a remote bridge with a name, which already existed.
InvalidProtocolChangeException Indicates, that a requested property change could not be executed by the remote counterpart.

enums


typedefs


constant groups

ModelDependent These constants are used to specify model-dependant representations.
Top of Page