Copyright (c) Qusay H. Mahmoud
43
Step 5: implement the client….
lResolve the object reference in naming:
l
lNameComponent nc = new NameComponent("Hello", " ");
lNameComponent path[] = {nc};
lHello helloRef = HelloHelper.narrow(ncRef.resolve(path));
l