public abstract class BaseWebServiceClient<WS extends DriverWebService<? extends eu.dnetlib.api.DriverService>> extends Object implements eu.dnetlib.api.DriverService
| Modifier and Type | Field and Description |
|---|---|
protected WS |
webService |
| Constructor and Description |
|---|
BaseWebServiceClient() |
| Modifier and Type | Method and Description |
|---|---|
WS |
getWebService() |
eu.dnetlib.domain.ServiceIdentity |
identify() |
void |
notify(eu.dnetlib.domain.enabling.Notification notification) |
void |
setWebService(Object webService) |
void |
setWebService(WS webService) |
protected WS extends DriverWebService<? extends eu.dnetlib.api.DriverService> webService
public final eu.dnetlib.domain.ServiceIdentity identify()
identify in interface eu.dnetlib.api.DriverServicepublic final void notify(eu.dnetlib.domain.enabling.Notification notification)
throws eu.dnetlib.api.DriverServiceException
notify in interface eu.dnetlib.api.DriverServiceeu.dnetlib.api.DriverServiceExceptionpublic final WS getWebService()
public final void setWebService(WS webService)
public final void setWebService(Object webService)
Copyright © 2017. All rights reserved.