Class RefreshSessionServiceImpl

java.lang.Object
com.skava.auth.service.impl.session.RepositoryBeans
com.skava.auth.service.impl.session.RefreshSessionServiceImpl
All Implemented Interfaces:
RefreshSessionService, com.skava.core.EcommService<GetSessionRequest,SessionResponse>

@Service @Transactional(propagation=REQUIRED, readOnly=false, noRollbackFor=java.lang.Exception.class) public class RefreshSessionServiceImpl extends RepositoryBeans implements RefreshSessionService
This service class implements GetSessionService and handles the session retrieval service request, process it and retrieve the details from DB. It also implements business logic required to retrieve session
Author:
Infosys Equinox
  • Constructor Details

    • RefreshSessionServiceImpl

      public RefreshSessionServiceImpl()
      The class constructor.
  • Method Details