public class LicenseRpcServiceImpl extends SecuredRemoteServiceServlet implements LicenseRpcService
Constructor and Description |
---|
LicenseRpcServiceImpl(LicenseService licenseService) |
Modifier and Type | Method and Description |
---|---|
LicenseInformationDto |
loadLicenseInformation() |
void |
updateLicense(java.lang.String license) |
getRequest
public LicenseRpcServiceImpl(LicenseService licenseService)
public LicenseInformationDto loadLicenseInformation()
loadLicenseInformation
in interface LicenseRpcService
public void updateLicense(java.lang.String license) throws ServerCallFailedException
updateLicense
in interface LicenseRpcService
ServerCallFailedException