Class CreatePaymentOptionRankingServiceImpl
java.lang.Object
com.skava.paymentapp.service.impl.paymentoption.CreatePaymentOptionRankingServiceImpl
- All Implemented Interfaces:
com.skava.core.EcommService<PaymentOptionRankingRequestInternal,
,PaymentOptionRankingResponse> CreatePaymentOptionRankingService
@Service
public class CreatePaymentOptionRankingServiceImpl
extends Object
implements CreatePaymentOptionRankingService
- Author:
- Infosys Equinox CreatePaymentOptionRankingServiceImpl
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThis method is used for creating payment option ranking input - PaymentOptionRankingRequestInternal output - PaymentOptionRankingResponseMethods 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, getValidator
-
Constructor Details
-
CreatePaymentOptionRankingServiceImpl
public CreatePaymentOptionRankingServiceImpl()
-
-
Method Details
-
process
@SendEvent(eventType="paymentservice/paymentoptionranking/create", identifier="request_id") public PaymentOptionRankingResponse process(PaymentOptionRankingRequestInternal request) This method is used for creating payment option ranking input - PaymentOptionRankingRequestInternal output - PaymentOptionRankingResponse- Specified by:
process
in interfacecom.skava.core.EcommService<PaymentOptionRankingRequestInternal,
PaymentOptionRankingResponse>
-