Type.registerNamespace('MatchWork.Helios.JobSearch.Presentation.Ajax');
MatchWork.Helios.JobSearch.Presentation.Ajax.AddressService=function() {
MatchWork.Helios.JobSearch.Presentation.Ajax.AddressService.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
MatchWork.Helios.JobSearch.Presentation.Ajax.AddressService.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return MatchWork.Helios.JobSearch.Presentation.Ajax.AddressService._staticInstance.get_path();},
GetRoutePlanUrl:function(fromAddress,toAddress,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetRoutePlanUrl',false,{fromAddress:fromAddress,toAddress:toAddress},succeededCallback,failedCallback,userContext); },
GetTravelPlanUrl:function(fromAddress,toAddress,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetTravelPlanUrl',false,{fromAddress:fromAddress,toAddress:toAddress},succeededCallback,failedCallback,userContext); }}
MatchWork.Helios.JobSearch.Presentation.Ajax.AddressService.registerClass('MatchWork.Helios.JobSearch.Presentation.Ajax.AddressService',Sys.Net.WebServiceProxy);
MatchWork.Helios.JobSearch.Presentation.Ajax.AddressService._staticInstance = new MatchWork.Helios.JobSearch.Presentation.Ajax.AddressService();
MatchWork.Helios.JobSearch.Presentation.Ajax.AddressService.set_path = function(value) { MatchWork.Helios.JobSearch.Presentation.Ajax.AddressService._staticInstance.set_path(value); }
MatchWork.Helios.JobSearch.Presentation.Ajax.AddressService.get_path = function() { return MatchWork.Helios.JobSearch.Presentation.Ajax.AddressService._staticInstance.get_path(); }
MatchWork.Helios.JobSearch.Presentation.Ajax.AddressService.set_timeout = function(value) { MatchWork.Helios.JobSearch.Presentation.Ajax.AddressService._staticInstance.set_timeout(value); }
MatchWork.Helios.JobSearch.Presentation.Ajax.AddressService.get_timeout = function() { return MatchWork.Helios.JobSearch.Presentation.Ajax.AddressService._staticInstance.get_timeout(); }
MatchWork.Helios.JobSearch.Presentation.Ajax.AddressService.set_defaultUserContext = function(value) { MatchWork.Helios.JobSearch.Presentation.Ajax.AddressService._staticInstance.set_defaultUserContext(value); }
MatchWork.Helios.JobSearch.Presentation.Ajax.AddressService.get_defaultUserContext = function() { return MatchWork.Helios.JobSearch.Presentation.Ajax.AddressService._staticInstance.get_defaultUserContext(); }
MatchWork.Helios.JobSearch.Presentation.Ajax.AddressService.set_defaultSucceededCallback = function(value) { MatchWork.Helios.JobSearch.Presentation.Ajax.AddressService._staticInstance.set_defaultSucceededCallback(value); }
MatchWork.Helios.JobSearch.Presentation.Ajax.AddressService.get_defaultSucceededCallback = function() { return MatchWork.Helios.JobSearch.Presentation.Ajax.AddressService._staticInstance.get_defaultSucceededCallback(); }
MatchWork.Helios.JobSearch.Presentation.Ajax.AddressService.set_defaultFailedCallback = function(value) { MatchWork.Helios.JobSearch.Presentation.Ajax.AddressService._staticInstance.set_defaultFailedCallback(value); }
MatchWork.Helios.JobSearch.Presentation.Ajax.AddressService.get_defaultFailedCallback = function() { return MatchWork.Helios.JobSearch.Presentation.Ajax.AddressService._staticInstance.get_defaultFailedCallback(); }
MatchWork.Helios.JobSearch.Presentation.Ajax.AddressService.set_path("/Ajax/JobSearch/AddressService.asmx");
MatchWork.Helios.JobSearch.Presentation.Ajax.AddressService.GetRoutePlanUrl= function(fromAddress,toAddress,onSuccess,onFailed,userContext) {MatchWork.Helios.JobSearch.Presentation.Ajax.AddressService._staticInstance.GetRoutePlanUrl(fromAddress,toAddress,onSuccess,onFailed,userContext); }
MatchWork.Helios.JobSearch.Presentation.Ajax.AddressService.GetTravelPlanUrl= function(fromAddress,toAddress,onSuccess,onFailed,userContext) {MatchWork.Helios.JobSearch.Presentation.Ajax.AddressService._staticInstance.GetTravelPlanUrl(fromAddress,toAddress,onSuccess,onFailed,userContext); }

