IDL Import Bridge

The IDL Import Bridge technology lets you use COM and Java objects in IDL applications. For a general overview of this technology, see Overview: COM and ActiveX in IDL.

COM and ActiveX

You have two options for incorporating a COM object into IDL:

Java

The IDL-Java bridge lets you access Java objects within IDL code. Java objects imported into IDL behave like normal IDL objects. The bridge also provides IDL with access to exceptions created by the underlying Java object. For more information, see Using Java Objects in IDL.