Dynamic Method Invocation -- A Step by Step Guide
Dynamic Method Invocation -- A Step by Step Guide
- Obtain the method description from the repository
- using CORBA calls locate and describe objects within the repository. Issue describe call to obtain IDL definition
- Create the argument list
- data structure for passing parameters (NamedValue list)
- Create the request
- specifies the object reference, method name, argument list
- Invoke the request