@ProviderType public class AccountServiceWrapper extends java.lang.Object implements AccountService, ServiceWrapper<AccountService>
AccountService
.AccountService
Constructor and Description |
---|
AccountServiceWrapper(AccountService accountService) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
AccountService |
getWrappedService() |
void |
setWrappedService(AccountService accountService) |
public AccountServiceWrapper(AccountService accountService)
public java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier
in interface AccountService
public AccountService getWrappedService()
getWrappedService
in interface ServiceWrapper<AccountService>
public void setWrappedService(AccountService accountService)
setWrappedService
in interface ServiceWrapper<AccountService>