Class PopulateResponsePunchOutProcessingAction
- java.lang.Object
-
- de.hybris.platform.b2b.punchout.actions.PopulateResponsePunchOutProcessingAction
-
- All Implemented Interfaces:
PunchOutProcessingAction<CXML,CXML>
public class PopulateResponsePunchOutProcessingAction extends java.lang.Object implements PunchOutProcessingAction<CXML,CXML>
This implementation ofPunchOutProcessingActionis meant to populate the PunchOut Setup Response.
-
-
Constructor Summary
Constructors Constructor Description PopulateResponsePunchOutProcessingAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PunchOutConfigurationServicegetPunchOutConfigurationService()voidprocess(CXML input, CXML output)Processes the input and populates the output.voidsetPunchOutConfigurationService(PunchOutConfigurationService punchOutConfigurationService)
-
-
-
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
-
getPunchOutConfigurationService
public PunchOutConfigurationService getPunchOutConfigurationService()
-
setPunchOutConfigurationService
public void setPunchOutConfigurationService(PunchOutConfigurationService punchOutConfigurationService)
-
-