var Spooler=function() {
Spooler.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
Spooler.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return Spooler._staticInstance.get_path();},
GetSpoolerInfo:function(strPDFSpooler_ID,UpdateClientID,btnDLClientID,btnPDFClientID,strOrdnerID,strISBNID,strUserID,SpracheID,succeededCallback, failedCallback, userContext) {
/// <param name="strPDFSpooler_ID" type="String">System.String</param>
/// <param name="UpdateClientID" type="String">System.String</param>
/// <param name="btnDLClientID" type="String">System.String</param>
/// <param name="btnPDFClientID" type="String">System.String</param>
/// <param name="strOrdnerID" type="String">System.String</param>
/// <param name="strISBNID" type="String">System.String</param>
/// <param name="strUserID" type="String">System.String</param>
/// <param name="SpracheID" type="Number">System.Int32</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(), 'GetSpoolerInfo',false,{strPDFSpooler_ID:strPDFSpooler_ID,UpdateClientID:UpdateClientID,btnDLClientID:btnDLClientID,btnPDFClientID:btnPDFClientID,strOrdnerID:strOrdnerID,strISBNID:strISBNID,strUserID:strUserID,SpracheID:SpracheID},succeededCallback,failedCallback,userContext); }}
Spooler.registerClass('Spooler',Sys.Net.WebServiceProxy);
Spooler._staticInstance = new Spooler();
Spooler.set_path = function(value) {
Spooler._staticInstance.set_path(value); }
Spooler.get_path = function() { 
/// <value type="String" mayBeNull="true">The service url.</value>
return Spooler._staticInstance.get_path();}
Spooler.set_timeout = function(value) {
Spooler._staticInstance.set_timeout(value); }
Spooler.get_timeout = function() { 
/// <value type="Number">The service timeout.</value>
return Spooler._staticInstance.get_timeout(); }
Spooler.set_defaultUserContext = function(value) { 
Spooler._staticInstance.set_defaultUserContext(value); }
Spooler.get_defaultUserContext = function() { 
/// <value mayBeNull="true">The service default user context.</value>
return Spooler._staticInstance.get_defaultUserContext(); }
Spooler.set_defaultSucceededCallback = function(value) { 
 Spooler._staticInstance.set_defaultSucceededCallback(value); }
Spooler.get_defaultSucceededCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default succeeded callback.</value>
return Spooler._staticInstance.get_defaultSucceededCallback(); }
Spooler.set_defaultFailedCallback = function(value) { 
Spooler._staticInstance.set_defaultFailedCallback(value); }
Spooler.get_defaultFailedCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default failed callback.</value>
return Spooler._staticInstance.get_defaultFailedCallback(); }
Spooler.set_path("/Spooler.asmx");
Spooler.GetSpoolerInfo= function(strPDFSpooler_ID,UpdateClientID,btnDLClientID,btnPDFClientID,strOrdnerID,strISBNID,strUserID,SpracheID,onSuccess,onFailed,userContext) {
/// <param name="strPDFSpooler_ID" type="String">System.String</param>
/// <param name="UpdateClientID" type="String">System.String</param>
/// <param name="btnDLClientID" type="String">System.String</param>
/// <param name="btnPDFClientID" type="String">System.String</param>
/// <param name="strOrdnerID" type="String">System.String</param>
/// <param name="strISBNID" type="String">System.String</param>
/// <param name="strUserID" type="String">System.String</param>
/// <param name="SpracheID" type="Number">System.Int32</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>
Spooler._staticInstance.GetSpoolerInfo(strPDFSpooler_ID,UpdateClientID,btnDLClientID,btnPDFClientID,strOrdnerID,strISBNID,strUserID,SpracheID,onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
if (typeof(SpoolerInfos) === 'undefined') {
var SpoolerInfos=gtc("SpoolerInfos");
SpoolerInfos.registerClass('SpoolerInfos');
}
