Class PaymentSetPaymentItemId

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

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

The Class PaymentSetPaymentItemId

This processor class is used to set payment item id from the payments response
Author:
Infosys Equinox
  • Constructor Details

    • PaymentSetPaymentItemId

      public PaymentSetPaymentItemId()
  • Method Details

    • process

      public void process(org.apache.camel.Exchange exchange)
      This process method is used to set payment item id from the payments response
      Specified by:
      process in interface org.apache.camel.Processor
      Parameters:
      exchange - Indicates a Exchange instance, which holds the information during the entire routing of a Message received by a Consumer.