Seam.Remoting.type.basketAction = function() {
  this.__callback = new Object();
  Seam.Remoting.type.basketAction.prototype.addProductRemote = function(p0, p1, callback) {
    return Seam.Remoting.execute(this, "addProductRemote", [p0, p1], callback);
  }
}
Seam.Remoting.type.basketAction.__name = "basketAction";

Seam.Component.register(Seam.Remoting.type.basketAction);

