public class PopulateProfileResponseProcessingAction extends java.lang.Object implements PunchOutProcessingAction<CXML,CXML>
PunchOutProcessingAction is meant to process the body of a Profile Request.| Constructor and Description |
|---|
PopulateProfileResponseProcessingAction() |
| Modifier and Type | Method and Description |
|---|---|
Populator<CXML,ProfileResponse> |
getProfileResponsePopulator() |
void |
process(CXML input,
CXML output)
Processes the input and populates the output.
|
void |
setProfileResponsePopulator(Populator<CXML,ProfileResponse> profileResponsePopulator) |
public PopulateProfileResponseProcessingAction()
public void process(CXML input, CXML output)
PunchOutProcessingActionprocess in interface PunchOutProcessingAction<CXML,CXML>input - the input objectoutput - the output objectpublic Populator<CXML,ProfileResponse> getProfileResponsePopulator()
public void setProfileResponsePopulator(Populator<CXML,ProfileResponse> profileResponsePopulator)
Copyright © 2018 SAP SE. All Rights Reserved.