Package com.skava.loyalty.model
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
process
(org.apache.camel.Exchange exchange) This process method is used to encode the URL fillers and sort
-
Constructor Details
-
LoyaltyEncodeURLProcessor
public LoyaltyEncodeURLProcessor()
-
-
Method Details
-
process
This process method is used to encode the URL fillers and sort- Specified by:
process
in interfaceorg.apache.camel.Processor
- Parameters:
exchange
- Indicates aExchange
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.
-