Seam.Remoting.type.webContext = function() {
  this.__callback = new Object();
  Seam.Remoting.type.webContext.prototype.log = function(p0, callback, exceptionHandler) {
    return Seam.Remoting.execute(this, "log", [p0], callback, exceptionHandler);
  }
  Seam.Remoting.type.webContext.prototype.setTimeZone = function(p0, callback, exceptionHandler) {
    return Seam.Remoting.execute(this, "setTimeZone", [p0], callback, exceptionHandler);
  }
}
Seam.Remoting.type.webContext.__name = "webContext";

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

