This is a feature of JBuilder Enterprise.
To use this wizard, select File|New. Select the Enterprise tab. Select CORBA Client Interface. To use this wizard, you must have an Interface Definition Language (IDL) file.
Use this wizard to produce a layer over idl2java-generated code such that a client application can easily invoke the interface methods of a running CORBA server. Fill in the following fields to define and create a new CORBA Interface Bean. You will be able to invoke methods in this bean which will be executed on a CORBA Server when you are connected to an Object Request Broker (ORB).
For more information on creating a CORBA application in JBuilder, see "Exploring CORBA-based distributed applications in JBuilder" in Distributed Application Developer's Guide.
A file will be created with this name and a JAVA extension to define the interface.