Copyright (c) Qusay H. Mahmoud
33
Step 3: implement the interface
l
Implement the servant:
l
import HelloApp.*;
l
class HelloServant extends _HelloImplBase {
l
public String sayHello() {
l
return “\nHello There\n”;
l
}
l
}