public class AuthenticationCheckPunchOutProcessingAction extends java.lang.Object implements PunchOutProcessingAction<CXML,CXML>
| Constructor and Description |
|---|
AuthenticationCheckPunchOutProcessingAction() |
| Modifier and Type | Method and Description |
|---|---|
AuthenticationVerifier |
getPunchOutAuthenticationVerifier() |
void |
process(CXML input,
CXML output)
Processes the input and populates the output.
|
void |
setPunchOutAuthenticationVerifier(AuthenticationVerifier punchoutAuthenticationVerifier) |
public AuthenticationCheckPunchOutProcessingAction()
public void process(CXML input, CXML output)
PunchOutProcessingActionprocess in interface PunchOutProcessingAction<CXML,CXML>input - the input objectoutput - the output objectpublic AuthenticationVerifier getPunchOutAuthenticationVerifier()
public void setPunchOutAuthenticationVerifier(AuthenticationVerifier punchoutAuthenticationVerifier)
Copyright © 2018 SAP SE. All Rights Reserved.