Type.registerNamespace('Compellent.Web.Webservices');
Compellent.Web.Webservices.MediaRegistrationProcessor=function() {
Compellent.Web.Webservices.MediaRegistrationProcessor.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
Compellent.Web.Webservices.MediaRegistrationProcessor.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return Compellent.Web.Webservices.MediaRegistrationProcessor._staticInstance.get_path();},
Process:function(succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'Process',false,{},succeededCallback,failedCallback,userContext); }}
Compellent.Web.Webservices.MediaRegistrationProcessor.registerClass('Compellent.Web.Webservices.MediaRegistrationProcessor',Sys.Net.WebServiceProxy);
Compellent.Web.Webservices.MediaRegistrationProcessor._staticInstance = new Compellent.Web.Webservices.MediaRegistrationProcessor();
Compellent.Web.Webservices.MediaRegistrationProcessor.set_path = function(value) { Compellent.Web.Webservices.MediaRegistrationProcessor._staticInstance.set_path(value); }
Compellent.Web.Webservices.MediaRegistrationProcessor.get_path = function() { return Compellent.Web.Webservices.MediaRegistrationProcessor._staticInstance.get_path(); }
Compellent.Web.Webservices.MediaRegistrationProcessor.set_timeout = function(value) { Compellent.Web.Webservices.MediaRegistrationProcessor._staticInstance.set_timeout(value); }
Compellent.Web.Webservices.MediaRegistrationProcessor.get_timeout = function() { return Compellent.Web.Webservices.MediaRegistrationProcessor._staticInstance.get_timeout(); }
Compellent.Web.Webservices.MediaRegistrationProcessor.set_defaultUserContext = function(value) { Compellent.Web.Webservices.MediaRegistrationProcessor._staticInstance.set_defaultUserContext(value); }
Compellent.Web.Webservices.MediaRegistrationProcessor.get_defaultUserContext = function() { return Compellent.Web.Webservices.MediaRegistrationProcessor._staticInstance.get_defaultUserContext(); }
Compellent.Web.Webservices.MediaRegistrationProcessor.set_defaultSucceededCallback = function(value) { Compellent.Web.Webservices.MediaRegistrationProcessor._staticInstance.set_defaultSucceededCallback(value); }
Compellent.Web.Webservices.MediaRegistrationProcessor.get_defaultSucceededCallback = function() { return Compellent.Web.Webservices.MediaRegistrationProcessor._staticInstance.get_defaultSucceededCallback(); }
Compellent.Web.Webservices.MediaRegistrationProcessor.set_defaultFailedCallback = function(value) { Compellent.Web.Webservices.MediaRegistrationProcessor._staticInstance.set_defaultFailedCallback(value); }
Compellent.Web.Webservices.MediaRegistrationProcessor.get_defaultFailedCallback = function() { return Compellent.Web.Webservices.MediaRegistrationProcessor._staticInstance.get_defaultFailedCallback(); }
Compellent.Web.Webservices.MediaRegistrationProcessor.set_path("/webservices/mediaregistrationprocessor.asmx");
Compellent.Web.Webservices.MediaRegistrationProcessor.Process= function(onSuccess,onFailed,userContext) {Compellent.Web.Webservices.MediaRegistrationProcessor._staticInstance.Process(onSuccess,onFailed,userContext); }
