com.xtravelsystem.online.published.V1_0RC1.hotel
Class HotelBookingWebHandlerImpl

java.lang.Object
  extended by com.jumbotours.util.AbstractJWSDPWebService
      extended by com.xtravelsystem.online.published.V1_0RC1.hotel.HotelBookingWebHandlerImpl
All Implemented Interfaces:
HotelBookingWebHandler, java.rmi.Remote

public class HotelBookingWebHandlerImpl
extends com.jumbotours.util.AbstractJWSDPWebService
implements HotelBookingWebHandler


Constructor Summary
HotelBookingWebHandlerImpl()
           
 
Method Summary
 AvailabilityRS availableHotelsByAirport(AvailableHotelsByAirportWebRQ rq)
           
 AvailabilityRS availableHotelsByArea(AvailableHotelsByAreaWebRQ rq)
           
 AvailabilityRS availableHotelsByCity(AvailableHotelsByCityWebRQ rq)
           
 AvailabilityRS availableHotelsById(AvailableHotelsByIdWebRQ rq)
           
 
Methods inherited from class com.jumbotours.util.AbstractJWSDPWebService
destroy, getHttpRequest, getHttpResponse, getMessageContext, init
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HotelBookingWebHandlerImpl

public HotelBookingWebHandlerImpl()
Method Detail

availableHotelsByAirport

public AvailabilityRS availableHotelsByAirport(AvailableHotelsByAirportWebRQ rq)
                                        throws java.rmi.RemoteException
Specified by:
availableHotelsByAirport in interface HotelBookingWebHandler
Throws:
java.rmi.RemoteException

availableHotelsByArea

public AvailabilityRS availableHotelsByArea(AvailableHotelsByAreaWebRQ rq)
                                     throws java.rmi.RemoteException
Specified by:
availableHotelsByArea in interface HotelBookingWebHandler
Throws:
java.rmi.RemoteException

availableHotelsByCity

public AvailabilityRS availableHotelsByCity(AvailableHotelsByCityWebRQ rq)
                                     throws java.rmi.RemoteException
Specified by:
availableHotelsByCity in interface HotelBookingWebHandler
Throws:
java.rmi.RemoteException

availableHotelsById

public AvailabilityRS availableHotelsById(AvailableHotelsByIdWebRQ rq)
                                   throws java.rmi.RemoteException
Specified by:
availableHotelsById in interface HotelBookingWebHandler
Throws:
java.rmi.RemoteException