Class NewSessionPunchOutProcessingAction
- java.lang.Object
-
- de.hybris.platform.b2b.punchout.actions.NewSessionPunchOutProcessingAction
-
- All Implemented Interfaces:
PunchOutProcessingAction<CXML,PunchOutSession>
public class NewSessionPunchOutProcessingAction extends java.lang.Object implements PunchOutProcessingAction<CXML,PunchOutSession>
Populates a newPunchOutSessionfrom the inputCXML.
-
-
Constructor Summary
Constructors Constructor Description NewSessionPunchOutProcessingAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Populator<CXML,PunchOutSession>getPunchOutSessionPopulator()voidprocess(CXML input, PunchOutSession output)Processes the input and populates the output.voidsetPunchOutSessionPopulator(Populator<CXML,PunchOutSession> punchOutSessionPopulator)
-
-
-
Method Detail
-
process
public void process(CXML input, PunchOutSession output)
Description copied from interface:PunchOutProcessingActionProcesses the input and populates the output.- Specified by:
processin interfacePunchOutProcessingAction<CXML,PunchOutSession>- Parameters:
input- the input objectoutput- the output object
-
getPunchOutSessionPopulator
public Populator<CXML,PunchOutSession> getPunchOutSessionPopulator()
-
setPunchOutSessionPopulator
public void setPunchOutSessionPopulator(Populator<CXML,PunchOutSession> punchOutSessionPopulator)
-
-