Type.registerNamespace('FAF.BWKLive.miniMAX.Web');
FAF.BWKLive.miniMAX.Web.ExportService=function() {
FAF.BWKLive.miniMAX.Web.ExportService.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
FAF.BWKLive.miniMAX.Web.ExportService.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return FAF.BWKLive.miniMAX.Web.ExportService._staticInstance.get_path();},
CreateExport:function(content,succeededCallback, failedCallback, userContext) {
/// <param name="content" type="String">System.String</param>
/// <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(), 'CreateExport',false,{content:content},succeededCallback,failedCallback,userContext); }}
FAF.BWKLive.miniMAX.Web.ExportService.registerClass('FAF.BWKLive.miniMAX.Web.ExportService',Sys.Net.WebServiceProxy);
FAF.BWKLive.miniMAX.Web.ExportService._staticInstance = new FAF.BWKLive.miniMAX.Web.ExportService();
FAF.BWKLive.miniMAX.Web.ExportService.set_path = function(value) {
FAF.BWKLive.miniMAX.Web.ExportService._staticInstance.set_path(value); }
FAF.BWKLive.miniMAX.Web.ExportService.get_path = function() { 
/// <value type="String" mayBeNull="true">The service url.</value>
return FAF.BWKLive.miniMAX.Web.ExportService._staticInstance.get_path();}
FAF.BWKLive.miniMAX.Web.ExportService.set_timeout = function(value) {
FAF.BWKLive.miniMAX.Web.ExportService._staticInstance.set_timeout(value); }
FAF.BWKLive.miniMAX.Web.ExportService.get_timeout = function() { 
/// <value type="Number">The service timeout.</value>
return FAF.BWKLive.miniMAX.Web.ExportService._staticInstance.get_timeout(); }
FAF.BWKLive.miniMAX.Web.ExportService.set_defaultUserContext = function(value) { 
FAF.BWKLive.miniMAX.Web.ExportService._staticInstance.set_defaultUserContext(value); }
FAF.BWKLive.miniMAX.Web.ExportService.get_defaultUserContext = function() { 
/// <value mayBeNull="true">The service default user context.</value>
return FAF.BWKLive.miniMAX.Web.ExportService._staticInstance.get_defaultUserContext(); }
FAF.BWKLive.miniMAX.Web.ExportService.set_defaultSucceededCallback = function(value) { 
 FAF.BWKLive.miniMAX.Web.ExportService._staticInstance.set_defaultSucceededCallback(value); }
FAF.BWKLive.miniMAX.Web.ExportService.get_defaultSucceededCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default succeeded callback.</value>
return FAF.BWKLive.miniMAX.Web.ExportService._staticInstance.get_defaultSucceededCallback(); }
FAF.BWKLive.miniMAX.Web.ExportService.set_defaultFailedCallback = function(value) { 
FAF.BWKLive.miniMAX.Web.ExportService._staticInstance.set_defaultFailedCallback(value); }
FAF.BWKLive.miniMAX.Web.ExportService.get_defaultFailedCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default failed callback.</value>
return FAF.BWKLive.miniMAX.Web.ExportService._staticInstance.get_defaultFailedCallback(); }
FAF.BWKLive.miniMAX.Web.ExportService.set_path("/miniMAX/WebServices/ExportService.asmx");
FAF.BWKLive.miniMAX.Web.ExportService.CreateExport= function(content,onSuccess,onFailed,userContext) {
/// <param name="content" type="String">System.String</param>
/// <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>
FAF.BWKLive.miniMAX.Web.ExportService._staticInstance.CreateExport(content,onSuccess,onFailed,userContext); }

