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) {
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
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() { 
/// <value type="String" mayBeNull="true">The service url.</value>
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() { 
/// <value type="Number">The service timeout.</value>
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() { 
/// <value mayBeNull="true">The service default user context.</value>
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() { 
/// <value type="Function" mayBeNull="true">The service default succeeded callback.</value>
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() { 
/// <value type="Function" mayBeNull="true">The service default failed callback.</value>
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) {
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
Compellent.Web.Webservices.MediaRegistrationProcessor._staticInstance.Process(onSuccess,onFailed,userContext); }

