Interface BusinessService<T extends com.hack23.cia.service.api.action.common.ServiceRequest,​V extends com.hack23.cia.service.api.action.common.ServiceResponse>

    • Method Detail

      • getSupportedService

        java.lang.Class<? extends com.hack23.cia.service.api.action.common.ServiceRequest> getSupportedService()
        Gets the supported service.
        Returns:
        the supported service
      • processService

        V processService​(T serviceRequest)
        Process service.
        Parameters:
        serviceRequest - the service request
        Returns:
        the v