// JavaScript code generated by the EH IDL compiler
// for the IDL file in the Java stub code example.
function MyClient(eh) {
this.eh = eh;
eh.addInterface(this,'MyClient');
};
MyClient.prototype.doSomething=function(myStrings, myInt) {
// ADD CODE HERE
};