Interface AirShoppingFacade
- All Known Implementing Classes:
DefaultAirShoppingFacade
public interface AirShoppingFacade
Interface to expose method to populate the airshopping response
-
Method Summary
Modifier and TypeMethodDescriptiondoSearch(IATAAirShoppingRQ airShoppingRQ) This method gets the offers for the airShoppingRQ and populates the response
-
Method Details
-
doSearch
This method gets the offers for the airShoppingRQ and populates the response- Parameters:
airShoppingRQ- the air shopping rq- Returns:
- iata air shopping rs
- Throws:
NDCCacheException- the ndc cache exceptionNDCException- the ndc exception
-