
function BusStopService() { }
BusStopService._path = '/mattisse/dwr';

BusStopService.getStop = function(p0, callback) {
    DWREngine._execute(BusStopService._path, 'BusStopService', 'getStop', p0, callback);
}

BusStopService.getStopDepartureInformation = function(p0, callback) {
    DWREngine._execute(BusStopService._path, 'BusStopService', 'getStopDepartureInformation', p0, callback);
}

BusStopService.timeoutNotification = function(callback) {
    DWREngine._execute(BusStopService._path, 'BusStopService', 'timeoutNotification', callback);
}

BusStopService.setBusDao = function(p0, callback) {
    DWREngine._execute(BusStopService._path, 'BusStopService', 'setBusDao', p0, callback);
}

BusStopService.setBusStopDepartureDao = function(p0, callback) {
    DWREngine._execute(BusStopService._path, 'BusStopService', 'setBusStopDepartureDao', p0, callback);
}

BusStopService.setMaxBusDepartureDataAge = function(p0, callback) {
    DWREngine._execute(BusStopService._path, 'BusStopService', 'setMaxBusDepartureDataAge', p0, callback);
}

BusStopService.initialise = function(callback) {
    DWREngine._execute(BusStopService._path, 'BusStopService', 'initialise', callback);
}

BusStopService.getCorridorNames = function(callback) {
    DWREngine._execute(BusStopService._path, 'BusStopService', 'getCorridorNames', callback);
}

BusStopService.getDirectionsForCorridor = function(p0, callback) {
    DWREngine._execute(BusStopService._path, 'BusStopService', 'getDirectionsForCorridor', p0, callback);
}

BusStopService.getDirectionsForRoute = function(p0, callback) {
    DWREngine._execute(BusStopService._path, 'BusStopService', 'getDirectionsForRoute', p0, callback);
}

BusStopService.getLocationOfCorridor = function(p0, p1, callback) {
    DWREngine._execute(BusStopService._path, 'BusStopService', 'getLocationOfCorridor', p0, p1, callback);
}

BusStopService.getLocationOfRoute = function(p0, p1, callback) {
    DWREngine._execute(BusStopService._path, 'BusStopService', 'getLocationOfRoute', p0, p1, callback);
}

BusStopService.getRouteNames = function(callback) {
    DWREngine._execute(BusStopService._path, 'BusStopService', 'getRouteNames', callback);
}

BusStopService.getStopForSMS = function(p0, callback) {
    DWREngine._execute(BusStopService._path, 'BusStopService', 'getStopForSMS', p0, callback);
}

BusStopService.getStopsForCorridor = function(p0, p1, callback) {
    DWREngine._execute(BusStopService._path, 'BusStopService', 'getStopsForCorridor', p0, p1, callback);
}

BusStopService.getStopsForRoute = function(p0, p1, callback) {
    DWREngine._execute(BusStopService._path, 'BusStopService', 'getStopsForRoute', p0, p1, callback);
}

BusStopService.getUniqueStopsMatchingName = function(p0, p1, callback) {
    DWREngine._execute(BusStopService._path, 'BusStopService', 'getUniqueStopsMatchingName', p0, p1, callback);
}
