Class CartPaymentConversion
java.lang.Object
com.skava.cart.orchestration.processor.CartPaymentConversion
- All Implemented Interfaces:
org.apache.camel.Processor
The Class CartPaymentConversion
This processor is used to convert the cart payment from orchestration model object into microservice model object- Author:
- Infosys Equinox
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidprocess(org.apache.camel.Exchange exchange) This process is used to convert the cart payment from orchestration model object into microservice model object
-
Constructor Details
-
CartPaymentConversion
public CartPaymentConversion()
-
-
Method Details
-
process
public void process(org.apache.camel.Exchange exchange) This process is used to convert the cart payment from orchestration model object into microservice model object- Specified by:
processin interfaceorg.apache.camel.Processor- Parameters:
exchange- aExchangeinstance, which holds the information during the entire routing of a Message received by a Consumer.
-