Package dev.dsf.fhir.webservice.jaxrs
Class AbstractServiceJaxrs<S extends BasicService>
java.lang.Object
dev.dsf.fhir.webservice.base.AbstractBasicService
dev.dsf.fhir.webservice.base.AbstractDelegatingBasicService<S>
dev.dsf.fhir.webservice.jaxrs.AbstractServiceJaxrs<S>
- All Implemented Interfaces:
BasicService,org.springframework.beans.factory.InitializingBean
- Direct Known Subclasses:
AbstractResourceServiceJaxrs,ConformanceServiceJaxrs,RootServiceJaxrs,StaticResourcesServiceJaxrs
public abstract class AbstractServiceJaxrs<S extends BasicService>
extends AbstractDelegatingBasicService<S>
implements org.springframework.beans.factory.InitializingBean
-
Field Summary
Fields inherited from class dev.dsf.fhir.webservice.base.AbstractDelegatingBasicService
delegateFields inherited from class dev.dsf.fhir.webservice.base.AbstractBasicService
currentIdentityProvider -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class dev.dsf.fhir.webservice.base.AbstractDelegatingBasicService
setCurrentIdentityProviderMethods inherited from class dev.dsf.fhir.webservice.base.AbstractBasicService
getCurrentIdentity
-
Constructor Details
-
AbstractServiceJaxrs
-
-
Method Details
-
afterPropertiesSet
- Specified by:
afterPropertiesSetin interfaceorg.springframework.beans.factory.InitializingBean- Overrides:
afterPropertiesSetin classAbstractDelegatingBasicService<S extends BasicService>- Throws:
Exception
-