Class SetGhostDonationPropOnProcessNow
java.lang.Object
com.skava.subscription.orchestration.processor.SetGhostDonationPropOnProcessNow
- All Implemented Interfaces:
org.apache.camel.Processor
@Service("setGhostDonationPropOnProcessNow")
public class SetGhostDonationPropOnProcessNow
extends Object
implements org.apache.camel.Processor
The Class SetGhostDonationPropOnProcessNow
This processor class is used to set the donation ghost properties in subscription process now cart to pass to order- Author:
- Infosys Equinox
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
process
(org.apache.camel.Exchange exchange) This process method is used to set the donation ghost property in cart on process now of subscription
-
Constructor Details
-
SetGhostDonationPropOnProcessNow
public SetGhostDonationPropOnProcessNow()
-
-
Method Details
-
process
public void process(org.apache.camel.Exchange exchange) This process method is used to set the donation ghost property in cart on process now of subscription- 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.
-