Class CartPaymentGetById

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

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

The Class CartPaymentGetById

This processor class is used to get cart payment by its identifier
Author:
Infosys Equinox
  • Constructor Details

    • CartPaymentGetById

      public CartPaymentGetById()
  • Method Details

    • process

      public void process(org.apache.camel.Exchange exchange)
      This process method is to get cart payment by its identifier
      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.