Class SubscriptionPaymentToPaymentDTO

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

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

The Class SubscriptionPaymentToPaymentDTO

This processor class is used to the subscription payment from orchestration model object into microservice model object
Version:
8.6.0
Author:
Infosys Equinox
  • Constructor Details

    • SubscriptionPaymentToPaymentDTO

      public SubscriptionPaymentToPaymentDTO()
  • Method Details

    • process

      public void process(org.apache.camel.Exchange exchange)
      This process method is used to 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.