Class PaymentSetHeaderPatchPayment
java.lang.Object
com.skava.cart.orchestration.processor.PaymentSetHeaderPatchPayment
- All Implemented Interfaces:
org.apache.camel.Processor
@Service
public class PaymentSetHeaderPatchPayment
extends Object
implements org.apache.camel.Processor
The Class PaymentSetHeaderPatchPayment
This processor class is used to set payment header for the patch payment- Author:
- Infosys Equinox
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
process
(org.apache.camel.Exchange exchange) This method is used to set payment header for the patch payment
-
Constructor Details
-
PaymentSetHeaderPatchPayment
public PaymentSetHeaderPatchPayment()
-
-
Method Details
-
process
public void process(org.apache.camel.Exchange exchange) This method is used to set payment header for the patch payment- 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.
-