Type.registerNamespace('Spraywise');
Spraywise.WeatherSlides=function() {
Spraywise.WeatherSlides.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
Spraywise.WeatherSlides.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return Spraywise.WeatherSlides._staticInstance.get_path();},
GetPreviewSlides:function(category,forecast,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetPreviewSlides',false,{category:category,forecast:forecast},succeededCallback,failedCallback,userContext); },
PopulateWeatherForecast:function(context,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'PopulateWeatherForecast',false,{context:context},succeededCallback,failedCallback,userContext); }}
Spraywise.WeatherSlides.registerClass('Spraywise.WeatherSlides',Sys.Net.WebServiceProxy);
Spraywise.WeatherSlides._staticInstance = new Spraywise.WeatherSlides();
Spraywise.WeatherSlides.set_path = function(value) { Spraywise.WeatherSlides._staticInstance.set_path(value); }
Spraywise.WeatherSlides.get_path = function() { return Spraywise.WeatherSlides._staticInstance.get_path(); }
Spraywise.WeatherSlides.set_timeout = function(value) { Spraywise.WeatherSlides._staticInstance.set_timeout(value); }
Spraywise.WeatherSlides.get_timeout = function() { return Spraywise.WeatherSlides._staticInstance.get_timeout(); }
Spraywise.WeatherSlides.set_defaultUserContext = function(value) { Spraywise.WeatherSlides._staticInstance.set_defaultUserContext(value); }
Spraywise.WeatherSlides.get_defaultUserContext = function() { return Spraywise.WeatherSlides._staticInstance.get_defaultUserContext(); }
Spraywise.WeatherSlides.set_defaultSucceededCallback = function(value) { Spraywise.WeatherSlides._staticInstance.set_defaultSucceededCallback(value); }
Spraywise.WeatherSlides.get_defaultSucceededCallback = function() { return Spraywise.WeatherSlides._staticInstance.get_defaultSucceededCallback(); }
Spraywise.WeatherSlides.set_defaultFailedCallback = function(value) { Spraywise.WeatherSlides._staticInstance.set_defaultFailedCallback(value); }
Spraywise.WeatherSlides.get_defaultFailedCallback = function() { return Spraywise.WeatherSlides._staticInstance.get_defaultFailedCallback(); }
Spraywise.WeatherSlides.set_enableJsonp = function(value) { Spraywise.WeatherSlides._staticInstance.set_enableJsonp(value); }
Spraywise.WeatherSlides.get_enableJsonp = function() { return Spraywise.WeatherSlides._staticInstance.get_enableJsonp(); }
Spraywise.WeatherSlides.set_jsonpCallbackParameter = function(value) { Spraywise.WeatherSlides._staticInstance.set_jsonpCallbackParameter(value); }
Spraywise.WeatherSlides.get_jsonpCallbackParameter = function() { return Spraywise.WeatherSlides._staticInstance.get_jsonpCallbackParameter(); }
Spraywise.WeatherSlides.set_path("/Services/WeatherSlides.asmx");
Spraywise.WeatherSlides.GetPreviewSlides= function(category,forecast,onSuccess,onFailed,userContext) {Spraywise.WeatherSlides._staticInstance.GetPreviewSlides(category,forecast,onSuccess,onFailed,userContext); }
Spraywise.WeatherSlides.PopulateWeatherForecast= function(context,onSuccess,onFailed,userContext) {Spraywise.WeatherSlides._staticInstance.PopulateWeatherForecast(context,onSuccess,onFailed,userContext); }

