Package com.skava.accounts.service.impl
Class CreateAddressServiceImpl
java.lang.Object
com.skava.accounts.service.impl.CreateAddressServiceImpl
- All Implemented Interfaces:
CreateAddressService
,com.skava.core.EcommService<AddressRequestInternal,
AddressAPIResponse>
This Class CreateAddressServiceImpl is used for creating address based on the provided information.
- Author:
- Infosys Equinox
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<com.skava.core.validation.ValidatorComponent>
process
(AddressRequestInternal request) This method is used to create Account based on given Account.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
-
CreateAddressServiceImpl
public CreateAddressServiceImpl()
-
-
Method Details
-
getValidator
- Specified by:
getValidator
in interfacecom.skava.core.EcommService<AddressRequestInternal,
AddressAPIResponse>
-
process
@SendEvent(eventType="accountservice/address/create", identifier="response_address.id") public AddressAPIResponse process(AddressRequestInternal request) This method is used to create Account based on given Account.- Specified by:
process
in interfacecom.skava.core.EcommService<AddressRequestInternal,
AddressAPIResponse> - Parameters:
request
- It contains the attributes required for the creation of Account.- Returns:
- It returns the
AddressAPIResponse
.
-