Class CartPaymentToPaymentDTOConversion
java.lang.Object
com.skava.cart.orchestration.processor.CartPaymentToPaymentDTOConversion
- All Implemented Interfaces:
org.apache.camel.Processor
@Service
public class CartPaymentToPaymentDTOConversion
extends Object
implements org.apache.camel.Processor
The Class CartPaymentToPaymentDTOConversion
This processor class is used to the cart payment from orchestration model object- Author:
- Infosys Equinox
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
process
(org.apache.camel.Exchange exchange) This process method is used to the cart payment from orchestration model object
-
Constructor Details
-
CartPaymentToPaymentDTOConversion
public CartPaymentToPaymentDTOConversion()
-
-
Method Details
-
process
public void process(org.apache.camel.Exchange exchange) This process method is used to the cart payment from orchestration model object- 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.
-