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