Menu
- General Information
- Architecture :
- Services & Processes
- CookBooks
- Deployment
- Bundled Applications
- Source Code :
- Third-Party Setup :
- Polytech Staff Area :
This web application defines two web services to manage and get periods, bus lines, bus stops, and bus schedule.
xsd:int, xsd:DateLine: Line.javaSchedule: Schedule.java
Operations will throw a BusScheduleException fault if they encounter a problem at runtime.
BusSchedule[] getAllLines()BusSchedule[] getScheduleForLine(xsd:Line line)BusSchedule[] getScheduleForLineAtTime(xsd:Line line, xsd:Date time, xsd:int number)BusSchedule[] getAllTimeForLine(xsd:Line line)BusSchedule[] getDirectionsForLine(xsd:Line line)