Package com.skava.oms.processor.infinity
Class DefaultPaymentProcessor
java.lang.Object
com.skava.oms.processor.infinity.DefaultPaymentProcessor
- All Implemented Interfaces:
DefaultProcessor
DefaultPaymentProcessor support to listen payment bin items from process.
Set default transaction information to this Transaction and send to services.
This will build the transactiondto object with the actual request received
and return back a dummy transaction id
- Author:
- Infosys Equinox
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
process
(com.fasterxml.jackson.databind.JsonNode jsonNode) (non-Javadoc)
-
Constructor Details
-
DefaultPaymentProcessor
public DefaultPaymentProcessor()
-
-
Method Details
-
process
public com.fasterxml.jackson.databind.JsonNode process(com.fasterxml.jackson.databind.JsonNode jsonNode) (non-Javadoc)- Specified by:
process
in interfaceDefaultProcessor
- See Also:
-