AJAXHandler_class = function() {};
Object.extend(AJAXHandler_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	RenderComponent: function(tcm_uri, html_id, loader_id) {
		return this.invoke("RenderComponent", {"tcm_uri":tcm_uri, "html_id":html_id, "loader_id":loader_id}, this.RenderComponent.getArguments().slice(3));
	},
	RenderHyloResult: function(tcm_uri, html_id, loader_id, question) {
		return this.invoke("RenderHyloResult", {"tcm_uri":tcm_uri, "html_id":html_id, "loader_id":loader_id, "question":question}, this.RenderHyloResult.getArguments().slice(4));
	},
	getHyloResult: function(tcm_uri, html_id, loader_id, vars) {
		return this.invoke("getHyloResult", {"tcm_uri":tcm_uri, "html_id":html_id, "loader_id":loader_id, "vars":vars}, this.getHyloResult.getArguments().slice(4));
	},
	RenderPostalCode: function(tcm_uri, PostalCode, Streetname, Number, City, html_id, loader_id) {
		return this.invoke("RenderPostalCode", {"tcm_uri":tcm_uri, "PostalCode":PostalCode, "Streetname":Streetname, "Number":Number, "City":City, "html_id":html_id, "loader_id":loader_id}, this.RenderPostalCode.getArguments().slice(7));
	},
	RenderTrackTrace: function(tcm_uri, TrackTraceCode, PostalCode, html_id, loader_id) {
		return this.invoke("RenderTrackTrace", {"tcm_uri":tcm_uri, "TrackTraceCode":TrackTraceCode, "PostalCode":PostalCode, "html_id":html_id, "loader_id":loader_id}, this.RenderTrackTrace.getArguments().slice(5));
	},
	RenderOffice: function(tcm_uri, PostalCode, html_id, loader_id) {
		return this.invoke("RenderOffice", {"tcm_uri":tcm_uri, "PostalCode":PostalCode, "html_id":html_id, "loader_id":loader_id}, this.RenderOffice.getArguments().slice(4));
	},
	RenderPriceWatch: function(tcm_uri, searchString, html_id, loader_id) {
		return this.invoke("RenderPriceWatch", {"tcm_uri":tcm_uri, "searchString":searchString, "html_id":html_id, "loader_id":loader_id}, this.RenderPriceWatch.getArguments().slice(4));
	},
	IsClient: function(sClientNr) {
		return this.invoke("IsClient", {"sClientNr":sClientNr}, this.IsClient.getArguments().slice(1));
	},
	GetPIBedrag: function(iPortId) {
		return this.invoke("GetPIBedrag", {"iPortId":iPortId}, this.GetPIBedrag.getArguments().slice(1));
	},
	GetPIBedragASync: function(iPortId, sDest, sLoad) {
		return this.invoke("GetPIBedragASync", {"iPortId":iPortId, "sDest":sDest, "sLoad":sLoad}, this.GetPIBedragASync.getArguments().slice(3));
	},
	GetPakketVerzendDatum: function(sBarcode, sZipcode) {
		return this.invoke("GetPakketVerzendDatum", {"sBarcode":sBarcode, "sZipcode":sZipcode}, this.GetPakketVerzendDatum.getArguments().slice(2));
	},
	GetPakketVerzendDatumInt: function(sBarcode) {
		return this.invoke("GetPakketVerzendDatumInt", {"sBarcode":sBarcode}, this.GetPakketVerzendDatumInt.getArguments().slice(1));
	},
	GetPakketCode: function(sBarcode, sPostCode) {
		return this.invoke("GetPakketCode", {"sBarcode":sBarcode, "sPostCode":sPostCode}, this.GetPakketCode.getArguments().slice(2));
	},
	url: '/ajaxpro/TNTPost.AJAXHandlers.Handler, TNTPost.AJAXHandlers, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null.ashx'
}));
AJAXHandler = new AJAXHandler_class();

