public class PopulateResponsePunchOutProcessingAction extends java.lang.Object implements PunchOutProcessingAction<CXML,CXML>
PunchOutProcessingAction is meant to populate the PunchOut Setup Response.| Constructor and Description |
|---|
PopulateResponsePunchOutProcessingAction() |
| Modifier and Type | Method and Description |
|---|---|
PunchOutConfigurationService |
getPunchOutConfigurationService() |
void |
process(CXML input,
CXML output)
Processes the input and populates the output.
|
void |
setPunchOutConfigurationService(PunchOutConfigurationService punchOutConfigurationService) |
public PopulateResponsePunchOutProcessingAction()
public void process(CXML input, CXML output)
PunchOutProcessingActionprocess in interface PunchOutProcessingAction<CXML,CXML>input - the input objectoutput - the output objectpublic PunchOutConfigurationService getPunchOutConfigurationService()
public void setPunchOutConfigurationService(PunchOutConfigurationService punchOutConfigurationService)
Copyright © 2018 SAP SE. All Rights Reserved.