Class DefaultAirShoppingPipelineManager
java.lang.Object
de.hybris.platform.ndc182facades.facades.airshopping.managers.impl.DefaultAirShoppingPipelineManager
- All Implemented Interfaces:
AirShoppingPipelineManager
Implementation class for the
AirShoppingPipelineManager. This pipeline manager will instantiate a new IATAAirShoppingRS and will call a list of handlers to populate the air shopping response with different information.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecutePipeline(FareSelectionData fareSelectionData, IATAAirShoppingRQ airShoppingRQ) Executes the air shopping pipeline managerprotected List<AirShoppingHandler>gets handlersvoidsetHandlers(List<AirShoppingHandler> handlers) sets handlers
-
Constructor Details
-
DefaultAirShoppingPipelineManager
public DefaultAirShoppingPipelineManager()
-
-
Method Details
-
executePipeline
public IATAAirShoppingRS executePipeline(FareSelectionData fareSelectionData, IATAAirShoppingRQ airShoppingRQ) throws NDCException Description copied from interface:AirShoppingPipelineManagerExecutes the air shopping pipeline manager- Specified by:
executePipelinein interfaceAirShoppingPipelineManager- Returns:
- Throws:
NDCException
-
getHandlers
gets handlers- Returns:
-
setHandlers
sets handlers- Parameters:
handlers-
-