Class AuthenticationCheckPurchaseOrderProcessingAction
- java.lang.Object
-
- de.hybris.platform.b2b.punchout.actions.AuthenticationCheckPurchaseOrderProcessingAction
-
- All Implemented Interfaces:
PunchOutProcessingAction<CXML,CartModel>
public class AuthenticationCheckPurchaseOrderProcessingAction extends java.lang.Object implements PunchOutProcessingAction<CXML,CartModel>
Verifies the authentication for the given inputCXML.
-
-
Constructor Summary
Constructors Constructor Description AuthenticationCheckPurchaseOrderProcessingAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AuthenticationVerifiergetPunchOutAuthenticationVerifier()voidprocess(CXML input, CartModel output)Processes the input and populates the output.voidsetPunchOutAuthenticationVerifier(AuthenticationVerifier punchoutAuthenticationVerifier)
-
-
-
Method Detail
-
process
public void process(CXML input, CartModel output)
Description copied from interface:PunchOutProcessingActionProcesses the input and populates the output.- Specified by:
processin interfacePunchOutProcessingAction<CXML,CartModel>- Parameters:
input- the input objectoutput- the output object
-
getPunchOutAuthenticationVerifier
public AuthenticationVerifier getPunchOutAuthenticationVerifier()
-
setPunchOutAuthenticationVerifier
public void setPunchOutAuthenticationVerifier(AuthenticationVerifier punchoutAuthenticationVerifier)
-
-