Package com.skava.oms.processor.infinity
Class DefaultTaxProcessor
java.lang.Object
com.skava.oms.processor.infinity.DefaultTaxProcessor
- All Implemented Interfaces:
DefaultProcessor
DefaultTaxProcessor support to listen tax transactions 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
-
DefaultTaxProcessor
public DefaultTaxProcessor()
-
-
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:
-