Class CartPaymentToPaymentDTO
java.lang.Object
com.skava.cart.orchestration.processor.CartPaymentToPaymentDTO
- All Implemented Interfaces:
org.apache.camel.Processor
The Class CartPaymentToPaymentDTO
This processor class is used to 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 method is used to the cart payment from orchestration model object into microservice model object
-
Constructor Details
-
CartPaymentToPaymentDTO
public CartPaymentToPaymentDTO()
-
-
Method Details
-
process
public void process(org.apache.camel.Exchange exchange) This process method is used to 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.
-