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