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