Interface AirShoppingDataListPipelineManager
- All Known Implementing Classes:
DefaultAirShoppingDataListPipelineManager
public interface AirShoppingDataListPipelineManager
Interface for Air Shopping Data List Manager.
-
Method Summary
Modifier and TypeMethodDescriptionexecutePipeline(FareSelectionData fareSelectionData, IATAAirShoppingRQ airShoppingRQ, IATAAirShoppingRS airShoppingRS) Executes the air shopping data list pipeline manager
-
Method Details
-
executePipeline
IATAAirShoppingRS executePipeline(FareSelectionData fareSelectionData, IATAAirShoppingRQ airShoppingRQ, IATAAirShoppingRS airShoppingRS) throws NDCException Executes the air shopping data list pipeline manager- Parameters:
fareSelectionData-airShoppingRQ-airShoppingRS- uses existing airShoppingRS as offers already created- Returns:
- the IATAAirShoppingRS after populating the data list
- Throws:
NDCException
-