Uses of Class
org.objectweb.jass.examples.travelagency.ws.NotEnoughSeatsException

Packages that use NotEnoughSeatsException
org.objectweb.jass.examples.travelagency.ws   
 

Uses of NotEnoughSeatsException in org.objectweb.jass.examples.travelagency.ws
 

Methods in org.objectweb.jass.examples.travelagency.ws that throw NotEnoughSeatsException
 int TravelAgency.reserveSeats(int in0)
           
 int TravelAgencySoapBindingImpl.reserveSeats(int in0)
          Makes the seat reservation calling the EJB.
 int TravelAgencySoapBindingSkeleton.reserveSeats(int in0)
           
 int TravelAgencySoapBindingStub.reserveSeats(int in0)