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 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 interface org.apache.camel.Processor
      Parameters:
      exchange - a Exchange instance, which holds the information during the entire routing of a Message received by a Consumer.