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

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

