Class CartPaymentConversion

java.lang.Object
com.skava.cart.orchestration.processor.CartPaymentConversion
All Implemented Interfaces:
org.apache.camel.Processor

@Service public class CartPaymentConversion extends Object implements org.apache.camel.Processor

The Class CartPaymentConversion

This processor is used to convert the cart payment from orchestration model object into microservice model object
Author:
Infosys Equinox
  • Constructor Details

    • CartPaymentConversion

      public CartPaymentConversion()
  • Method Details

    • process

      public void process(org.apache.camel.Exchange exchange)
      This process is used to convert the cart payment from orchestration model object into microservice 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.