Class PaymentSetPaymentItemId
java.lang.Object
com.skava.cart.orchestration.processor.PaymentSetPaymentItemId
- All Implemented Interfaces:
org.apache.camel.Processor
The Class PaymentSetPaymentItemId
This processor class is used to set payment item id from the payments response- Author:
- Infosys Equinox
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
process
(org.apache.camel.Exchange exchange) This process method is used to set payment item id from the payments response
-
Constructor Details
-
PaymentSetPaymentItemId
public PaymentSetPaymentItemId()
-
-
Method Details
-
process
public void process(org.apache.camel.Exchange exchange) This process method is used to set payment item id from the payments response- 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.
-