service IiopBridge in module com::sun::star::bridge::

(Global Index)

Syntax

service IiopBridge;

Description

Concrete service of the meta service Bridge for iiop.

This bridge works with the iiop protocol.

See also

com.sun.star.bridge.Bridg

Exported Interfaces


com::sun::star::lang::XInitialization

Description

This interface allows to initialize the bridge service with the necessary arguments. The sequence<any> must have 4 members.

  1. String: The unique name of the bridge or an empty string
  2. String: iiop
  3. XConnection: The bidirectional connection, the bridge should work on
  4. XInstanceProvider: The instance provider, that shall be called to access the initial object.

com::sun::star::bridge::XBridge

Description

The main interface of the service.


com::sun::star::lang::XComponent

Description

allows to terminate the interprocess bridge.

Top of Page