CORBA Components (3)
ORB Interface
- an abstract interface for an ORB
- de-couples applications from implementation details
- provides various helper functions such as converting object references to strings and vice versa, and creating argument lists for requests made through the dynamic invocation interface
CORBA IDL Stubs & Skeletons
- the static interface between client and server
- generated by an IDL compiler