Class MergeToExistingSFCart
java.lang.Object
com.skava.cart.orchestration.processor.MergeToExistingSFCart
- All Implemented Interfaces:
org.apache.camel.Processor
The Class ConvertToSFCartProcessor
This processor class is used to get cart response- Author:
- Infosys Equinox
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
process
(org.apache.camel.Exchange exchange) This process method is used to ger cart response
-
Constructor Details
-
MergeToExistingSFCart
public MergeToExistingSFCart()Default constructor
-
-
Method Details
-
process
public void process(org.apache.camel.Exchange exchange) This process method is used to ger cart response- Specified by:
process
in interfaceorg.apache.camel.Processor
- Parameters:
exchange
- aExchange
instance, which holds the information during the entire routing of a Message received by a Consumer.
-