Class CreatePaymentOptionServiceImpl
java.lang.Object
com.skava.paymentapp.service.impl.paymentoption.CreatePaymentOptionServiceImpl
- All Implemented Interfaces:
com.skava.core.EcommService<PaymentOptionRequestInternal,,PaymentOptionResponse> CreatePaymentOptionService
@Service
public class CreatePaymentOptionServiceImpl
extends Object
implements CreatePaymentOptionService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprocess(PaymentOptionRequestInternal requestInternal) PaymentOptionResponse processMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.skava.core.EcommService
getValidateException, getValidator, getValidator
-
Constructor Details
-
CreatePaymentOptionServiceImpl
public CreatePaymentOptionServiceImpl()
-
-
Method Details
-
process
@SendEvent(eventType="paymentservice/paymentoption/create", identifier="response_paymentOptionId") public PaymentOptionResponse process(PaymentOptionRequestInternal requestInternal) PaymentOptionResponse process- Specified by:
processin interfacecom.skava.core.EcommService<PaymentOptionRequestInternal,PaymentOptionResponse>
-