Class CheckHandlingFeeExistInCart

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

@Service("checkHandlingFeeExistInCart") public class CheckHandlingFeeExistInCart extends Object implements org.apache.camel.Processor
  • Field Details

  • Constructor Details

    • CheckHandlingFeeExistInCart

      public CheckHandlingFeeExistInCart()
  • Method Details

    • process

      public void process(org.apache.camel.Exchange exchange) throws Exception
      This process is used to transform the calculated value
      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.
      Throws:
      Exception