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