Class StoreSessionPunchOutProcessingAction
- java.lang.Object
-
- de.hybris.platform.b2b.punchout.actions.StoreSessionPunchOutProcessingAction
-
- All Implemented Interfaces:
PunchOutProcessingAction<CXML,CXML>
public class StoreSessionPunchOutProcessingAction extends java.lang.Object implements PunchOutProcessingAction<CXML,CXML>
This implementation ofPunchOutProcessingActionis meant to populate the PunchOut Setup Response.
-
-
Constructor Summary
Constructors Constructor Description StoreSessionPunchOutProcessingAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PunchOutSessionServicegetPunchOutSessionService()voidprocess(CXML input, CXML output)Processes the input and populates the output.voidsetPunchOutSessionService(PunchOutSessionService punchOutSessionService)
-
-
-
Method Detail
-
process
public void process(CXML input, CXML output)
Description copied from interface:PunchOutProcessingActionProcesses the input and populates the output.- Specified by:
processin interfacePunchOutProcessingAction<CXML,CXML>- Parameters:
input- the input objectoutput- the output object
-
getPunchOutSessionService
public PunchOutSessionService getPunchOutSessionService()
-
setPunchOutSessionService
public void setPunchOutSessionService(PunchOutSessionService punchOutSessionService)
-
-