Package dev.dsf.fhir.client
Class ClientProviderImpl
java.lang.Object
dev.dsf.fhir.client.ClientProviderImpl
- All Implemented Interfaces:
ClientProvider,org.springframework.beans.factory.InitializingBean
public class ClientProviderImpl
extends Object
implements ClientProvider, org.springframework.beans.factory.InitializingBean
-
Constructor Summary
ConstructorsConstructorDescriptionClientProviderImpl(KeyStore webserviceTrustStore, KeyStore webserviceKeyStore, char[] webserviceKeyStorePassword, int remoteReadTimeout, int remoteConnectTimeout, ProxyConfig proxyConfig, boolean logRequests, ca.uhn.fhir.context.FhirContext fhirContext, ReferenceCleaner referenceCleaner, EndpointDao endpointDao, ExceptionHandler exceptionHandler, BuildInfoReader buildInfoReader) -
Method Summary
-
Constructor Details
-
ClientProviderImpl
public ClientProviderImpl(KeyStore webserviceTrustStore, KeyStore webserviceKeyStore, char[] webserviceKeyStorePassword, int remoteReadTimeout, int remoteConnectTimeout, ProxyConfig proxyConfig, boolean logRequests, ca.uhn.fhir.context.FhirContext fhirContext, ReferenceCleaner referenceCleaner, EndpointDao endpointDao, ExceptionHandler exceptionHandler, BuildInfoReader buildInfoReader)
-
-
Method Details
-
afterPropertiesSet
- Specified by:
afterPropertiesSetin interfaceorg.springframework.beans.factory.InitializingBean- Throws:
Exception
-
getClient
- Specified by:
getClientin interfaceClientProvider
-
endpointExists
- Specified by:
endpointExistsin interfaceClientProvider
-