Package com.skava.accounts.service.impl
Class CreatePaymentServiceImpl
java.lang.Object
com.skava.accounts.service.impl.CreatePaymentServiceImpl
- All Implemented Interfaces:
CreatePaymentService
,com.skava.core.EcommService<PaymentRequestInternal,
PaymentAPIResponse>
The Class CreatePaymentServiceImpl is used for creating payment based on the provided information.
- Author:
- Infosys Equinox
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<com.skava.core.validation.ValidatorComponent>
process
(PaymentRequestInternal request) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.skava.core.EcommService
getValidateException, getValidator
-
Constructor Details
-
CreatePaymentServiceImpl
public CreatePaymentServiceImpl()
-
-
Method Details
-
getValidator
- Specified by:
getValidator
in interfacecom.skava.core.EcommService<PaymentRequestInternal,
PaymentAPIResponse>
-
process
@SendEvent(eventType="accountservice/payment/create", identifier="response_payments.id") public PaymentAPIResponse process(PaymentRequestInternal request) - Specified by:
process
in interfacecom.skava.core.EcommService<PaymentRequestInternal,
PaymentAPIResponse>
-