public class NewSessionPunchOutProcessingAction extends java.lang.Object implements PunchOutProcessingAction<CXML,PunchOutSession>
PunchOutSession from the input CXML.| Constructor and Description |
|---|
NewSessionPunchOutProcessingAction() |
| Modifier and Type | Method and Description |
|---|---|
Populator<CXML,PunchOutSession> |
getPunchOutSessionPopulator() |
void |
process(CXML input,
PunchOutSession output)
Processes the input and populates the output.
|
void |
setPunchOutSessionPopulator(Populator<CXML,PunchOutSession> punchOutSessionPopulator) |
public void process(CXML input, PunchOutSession output)
PunchOutProcessingActionprocess in interface PunchOutProcessingAction<CXML,PunchOutSession>input - the input objectoutput - the output objectpublic Populator<CXML,PunchOutSession> getPunchOutSessionPopulator()
public void setPunchOutSessionPopulator(Populator<CXML,PunchOutSession> punchOutSessionPopulator)
Copyright © 2018 SAP SE. All Rights Reserved.