Class PaymentPreValidate

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

@Service("paymentPreValidate") public class PaymentPreValidate extends Object implements org.apache.camel.Processor

The Class PaymentValidatePayment

This processor class is used to validate the payment
Author:
Infosys Equinox
  • Constructor Details

    • PaymentPreValidate

      public PaymentPreValidate()
  • Method Details

    • process

      public void process(org.apache.camel.Exchange exchange)
      This process method is used to get the total onetimepayment and subscription payment
      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.