Class LoyaltyEncodeURLProcessor

java.lang.Object
com.skava.loyalty.model.LoyaltyEncodeURLProcessor
All Implemented Interfaces:
org.apache.camel.Processor

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

The Class LoyaltyEncodeURLProcessor

Processor class which used to encoder filter and sort
Version:
8.0
Author:
Infosys Equinox
  • Constructor Details

    • LoyaltyEncodeURLProcessor

      public LoyaltyEncodeURLProcessor()
  • Method Details

    • process

      public void process(org.apache.camel.Exchange exchange) throws Exception
      This process method is used to encode the URL fillers and sort
      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.
      Throws:
      Exception - Throws exceptions produced by failed or interrupted operations.