Constructor AsyncCallparamcall this(call, null);
this(call, null);
Constructor AsyncCallparamcallparamcallback this.call = call; this.callback = callback;
this.call = call; this.callback = callback;
Method getCallreturn return call;
return call;
Method getCallbackreturn return callback;
return callback;
Method invokeparaminputParamsreturn return new AsyncResult(this, null, inputParams);
return new AsyncResult(this, null, inputParams);
Method invokeparamqNameparaminputParamsreturn return new AsyncResult(this, qName, inputParams);
return new AsyncResult(this, qName, inputParams);
Method setCallbackparamcallback this.callback = callback;
this.callback = callback;