|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jumbotours.util.AbstractJWSDPWebService
com.xtravelsystem.online.published.V1_0RC1.excursion.ExcursionBookingHandlerImpl
public class ExcursionBookingHandlerImpl
here we publish all the methods related to excursions bookings
Constructor Summary | |
---|---|
ExcursionBookingHandlerImpl()
|
Method Summary | |
---|---|
AvailabilityRS |
availableExcursions(AvailableExcursionsRQ rq)
method to retrieve the list of available excursions for a list of cities. |
AvailabilityRS |
availableExcursionsByAirport(AvailableExcursionsByAirportRQ rq)
get the list of available excursions at an airport/zone |
AvailabilityRS |
availableExcursionsByArea(AvailableExcursionsByAreaRQ rq)
get the list of available excursions at a touristic area |
AvailabilityRS |
availableExcursionsByCity(AvailableExcursionsByCityRQ rq)
method to ask for available excursions at a city |
CancelRS |
cancel(CancelRQ rq)
to cancel an excursion booking |
ConfirmRS |
confirm(ConfirmRQ rq)
to confirm an excursion booking |
ExcursionDataRS |
getExcursionData(ExcursionDataRQ rq)
get an excursion data sheet |
GetExcursionTypesRS |
getExcursionTypes(GetExcursionTypesRQ rq)
method to retrive the list of excursion types |
GetReservationRS |
getReservation(GetReservationRQ rq)
method to retrieve an excursion reservation data |
ValidDatesRS |
getValidDates(ValidDatesRQ rq)
get the valid dates for an excursion inside a dates range |
DateModificationRS |
modifyDate(DateModificationRQ rq)
to change the date of an excursion |
PaxesModificationRS |
modifyPaxes(PaxesModificationRQ rq)
method to modify the paxes number of an excursion booking |
ValuationRS |
valuate(ValuationRQ rq)
to ask for a datailed valuation of an excursion |
ValuateCancellationRS |
valuateCancellation(ValuateCancellationRQ rq)
how much would it cost if I cancel this booking today? |
ValuateDateModificationRS |
valuateDateModification(ValuateDateModificationRQ rq)
to ask how much would it cost if we change the date of an excursion |
ValuatePaxesModificationRS |
valuatePaxesModification(ValuatePaxesModificationRQ rq)
method to know how would be the excursion booking of the change the number of paxes |
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 |
---|
public ExcursionBookingHandlerImpl()
Method Detail |
---|
public GetExcursionTypesRS getExcursionTypes(GetExcursionTypesRQ rq) throws java.rmi.RemoteException
java.rmi.RemoteException
public AvailabilityRS availableExcursions(AvailableExcursionsRQ rq)
public AvailabilityRS availableExcursionsByCity(AvailableExcursionsByCityRQ rq)
availableExcursionsByCity
in interface ExcursionBookingHandler
public AvailabilityRS availableExcursionsByArea(AvailableExcursionsByAreaRQ rq)
availableExcursionsByArea
in interface ExcursionBookingHandler
public AvailabilityRS availableExcursionsByAirport(AvailableExcursionsByAirportRQ rq)
availableExcursionsByAirport
in interface ExcursionBookingHandler
public ValidDatesRS getValidDates(ValidDatesRQ rq)
getValidDates
in interface ExcursionBookingHandler
public ExcursionDataRS getExcursionData(ExcursionDataRQ rq)
getExcursionData
in interface ExcursionBookingHandler
public ValuationRS valuate(ValuationRQ rq)
valuate
in interface ExcursionBookingHandler
public ConfirmRS confirm(ConfirmRQ rq)
confirm
in interface ExcursionBookingHandler
public GetReservationRS getReservation(GetReservationRQ rq)
getReservation
in interface ExcursionBookingHandler
public ValuateCancellationRS valuateCancellation(ValuateCancellationRQ rq)
valuateCancellation
in interface ExcursionBookingHandler
public CancelRS cancel(CancelRQ rq)
cancel
in interface ExcursionBookingHandler
public ValuateDateModificationRS valuateDateModification(ValuateDateModificationRQ rq)
valuateDateModification
in interface ExcursionBookingHandler
public DateModificationRS modifyDate(DateModificationRQ rq)
modifyDate
in interface ExcursionBookingHandler
public ValuatePaxesModificationRS valuatePaxesModification(ValuatePaxesModificationRQ rq)
valuatePaxesModification
in interface ExcursionBookingHandler
public PaxesModificationRS modifyPaxes(PaxesModificationRQ rq)
modifyPaxes
in interface ExcursionBookingHandler
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |