
// Provide a default path to dwr.engine
if (dwr == null) var dwr = {};
if (dwr.engine == null) dwr.engine = {};
if (DWREngine == null) var DWREngine = dwr.engine;

if (InvitationValidator == null) var InvitationValidator = {};
InvitationValidator._path = '/dwr';
InvitationValidator.getMessage = function(p0, p1, callback) {
  dwr.engine._execute(InvitationValidator._path, 'InvitationValidator', 'getMessage', p0, p1, false, callback);
}

