args[index] = this.gson.fromJson(json[index], dataType.getPhysical());
index++;
}
// invoke the service operation
final Object response = wire.invoke(operation, args);
return new Broadcastable(callbackMethod + "($.secureEvalJSON('" + this.gson.toJson(response) + "'))", "",
this.broadcaster);
}