Stubs and Skeletons
- The IDL compiler generates client-side stubs and
server-side skeletons.
- They are built into the application and have a priori
knowledge of the IDL interfaces being invoked.
- Using stubs and skeletons to access CORBA object functions
(dispatch) is often called static invocation.
- The stub works with the ORB to marshal the
request. The receiving ORB unmarshals it.
José M. Vidal
.
15 of 21