BusSchedule

Overview

This web application defines two web services to manage and get periods, bus lines, bus stops, and bus schedule.

Dependencies

Business Objects

Operations

Operations will throw a BusScheduleException fault if they encounter a problem at runtime.

  • BusSchedule[] getAllLines()
    • Extract all lines from the database.
  • BusSchedule[] getScheduleForLine(xsd:Line line)
    • Extract all schedule for a line from the database.
  • BusSchedule[] getScheduleForLineAtTime(xsd:Line line, xsd:Date time, xsd:int number)
    • Extract all schedule for a line from the database at Time.
  • BusSchedule[] getAllTimeForLine(xsd:Line line)
    • Extract all stops for a line.
  • BusSchedule[] getDirectionsForLine(xsd:Line line)
    • Extract all directions for a line.

Download

services/ws/busschedule.txt · Last modified: 2009/06/28 21:05 by mosser
CC Attribution-Noncommercial-Share Alike 3.0 Unported www.chimeric.de Valid CSS Driven by DokuWiki do yourself a favour and use a real browser - get firefox!! Recent changes RSS feed Valid XHTML 1.0