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

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

