Class PopulateProfileResponseProcessingAction
- java.lang.Object
-
- de.hybris.platform.b2b.punchout.actions.PopulateProfileResponseProcessingAction
-
- All Implemented Interfaces:
PunchOutProcessingAction<CXML,CXML>
public class PopulateProfileResponseProcessingAction extends java.lang.Object implements PunchOutProcessingAction<CXML,CXML>
This implementation ofPunchOutProcessingActionis meant to process the body of a Profile Request.
-
-
Constructor Summary
Constructors Constructor Description PopulateProfileResponseProcessingAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Populator<CXML,ProfileResponse>getProfileResponsePopulator()voidprocess(CXML input, CXML output)Processes the input and populates the output.voidsetProfileResponsePopulator(Populator<CXML,ProfileResponse> profileResponsePopulator)
-
-
-
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
-
getProfileResponsePopulator
public Populator<CXML,ProfileResponse> getProfileResponsePopulator()
-
setProfileResponsePopulator
public void setProfileResponsePopulator(Populator<CXML,ProfileResponse> profileResponsePopulator)
-
-