|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.ehealth.technicalconnector.service.ServiceFactory
public final class ServiceFactory
Factory class for creating the Services.
Method Summary | |
---|---|
static void |
flushCache()
|
static AuthorityService |
getAuthorityService()
Gets the Authority service. |
static CodageService |
getCodageService()
Deprecated. replaced by getSealsService |
static ConsultService |
getConsultService()
Deprecated. replaced by getConsultServiceV2() |
static ConsultServiceV2 |
getConsultServiceV2()
Gets the Consult service. |
static IdSupportService |
getIdSupportService()
Gets the IdSupportService service. |
static KeyDepotService |
getKeyDepotService()
Gets the KeyDepot service. |
static KgssService |
getKgssService()
Gets the KGSS service. |
static SealsService |
getSealsService()
Gets the Seals service. |
static SingleSignOnService |
getSingleSignOnService()
Get the SingleSignOnService service. |
static STSService |
getStsService()
Gets the STS service. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
@Deprecated public static CodageService getCodageService() throws TechnicalConnectorException
TechnicalConnectorException
public static SealsService getSealsService() throws TechnicalConnectorException
TechnicalConnectorException
public static KeyDepotService getKeyDepotService() throws TechnicalConnectorException
TechnicalConnectorException
public static KgssService getKgssService() throws TechnicalConnectorException
TechnicalConnectorException
public static STSService getStsService() throws TechnicalConnectorException
TechnicalConnectorException
public static AuthorityService getAuthorityService() throws TechnicalConnectorException
TechnicalConnectorException
@Deprecated public static ConsultService getConsultService() throws TechnicalConnectorException
getConsultServiceV2()
TechnicalConnectorException
public static ConsultServiceV2 getConsultServiceV2() throws TechnicalConnectorException
TechnicalConnectorException
public static IdSupportService getIdSupportService() throws TechnicalConnectorException
IdSupportService
service.
TechnicalConnectorException
public static SingleSignOnService getSingleSignOnService() throws TechnicalConnectorException
SingleSignOnService
service.
TechnicalConnectorException
public static void flushCache()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |