Interface PunchOutOutboundProcessor
- All Known Implementing Classes:
DefaultPunchOutCancelOrderMessageProcessor,DefaultPunchOutOrderMessageProcessor
public interface PunchOutOutboundProcessor
A generic outbound processor that depending on its purpose will generate a CXML
-
Method Summary
Modifier and TypeMethodDescriptionGenerates the cXML for the command from session .
-
Method Details
-
generatecXML
CXML generatecXML()Generates the cXML for the command from session .
-