Class DefaultPunchOutProfileRequestProcessor
java.lang.Object
de.hybris.platform.b2b.punchout.actions.inbound.DefaultPunchOutProfileRequestProcessor
- All Implemented Interfaces:
PunchOutInboundProcessor
public class DefaultPunchOutProfileRequestProcessor
extends Object
implements PunchOutInboundProcessor
Default implementation of
PunchOutService.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongeneratecXML(CXML request) Generates the cXML for the result.protected DefaultPopulateProfileResponseProcessingvoidsetPopulateProfileResponseProcessing(DefaultPopulateProfileResponseProcessing populateProfileResponseProcessing)
-
Constructor Details
-
DefaultPunchOutProfileRequestProcessor
public DefaultPunchOutProfileRequestProcessor()
-
-
Method Details
-
generatecXML
Description copied from interface:PunchOutInboundProcessorGenerates the cXML for the result.- Specified by:
generatecXMLin interfacePunchOutInboundProcessor
-
getPopulateProfileResponseProcessing
- Returns:
- the populateProfileResponseProcessing
-
setPopulateProfileResponseProcessing
public void setPopulateProfileResponseProcessing(DefaultPopulateProfileResponseProcessing populateProfileResponseProcessing) - Parameters:
populateProfileResponseProcessing- the populateProfileResponseProcessing to set
-