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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
process
(org.apache.camel.Exchange exchange) This process is used to transform the calculated value
-
Field Details
-
IS_TO_ADD_HANDLINGFEE
- See Also:
-
DELETE_HANDLING_FEE_IN_CART
- See Also:
-
OTHER_CHARGES_ID
- See Also:
-
HANDLING_FEE_EXIST_IN_CART
- See Also:
-
-
Constructor Details
-
CheckHandlingFeeExistInCart
public CheckHandlingFeeExistInCart()
-
-
Method Details
-
process
This process is used to transform the calculated value- Specified by:
process
in interfaceorg.apache.camel.Processor
- Parameters:
exchange
- aExchange
instance, which holds the information during the entire routing of a Message received by a Consumer.- Throws:
Exception
-