org.objectweb.jass.examples.travelagency.ws
Interface TravelAgency
- All Superinterfaces:
- java.rmi.Remote
- All Known Implementing Classes:
- TravelAgencySoapBindingImpl, TravelAgencySoapBindingSkeleton, TravelAgencySoapBindingStub
- public interface TravelAgency
- extends java.rmi.Remote
reserveSeats
public int reserveSeats(int in0)
throws java.rmi.RemoteException,
NotEnoughSeatsException,
DBException
- Throws:
java.rmi.RemoteException
NotEnoughSeatsException
DBException
reserveRooms
public int reserveRooms(int in0)
throws java.rmi.RemoteException,
DBException,
NotEnoughRoomsException
- Throws:
java.rmi.RemoteException
DBException
NotEnoughRoomsException