Generate Remote Object Proxies
Use IDL-to-Java compiler to generate client-side proxy class (stub)
- e.g., OrbixWeb IDL compiler
Proxy relays an invocation to the real remote object via ORB
public boolean get_attr ( int my_token,
String oid, MSO.AttrType attr)
throws MSO._cMSO.InvalidSOID,
IE.Iona.Orbix2.CORBA.SystemException
// compiler generated Java stub code here