public static class CredHubAutoConfiguration.ClientFactoryWrapper
extends java.lang.Object
implements org.springframework.beans.factory.InitializingBean, org.springframework.beans.factory.DisposableBean
ClientHttpRequestFactory
to not expose the bean globally.Constructor and Description |
---|
ClientFactoryWrapper(org.springframework.http.client.ClientHttpRequestFactory clientHttpRequestFactory) |
Modifier and Type | Method and Description |
---|---|
void |
afterPropertiesSet() |
void |
destroy() |
org.springframework.http.client.ClientHttpRequestFactory |
getClientHttpRequestFactory() |
public ClientFactoryWrapper(org.springframework.http.client.ClientHttpRequestFactory clientHttpRequestFactory)
public void destroy() throws java.lang.Exception
destroy
in interface org.springframework.beans.factory.DisposableBean
java.lang.Exception
public void afterPropertiesSet() throws java.lang.Exception
afterPropertiesSet
in interface org.springframework.beans.factory.InitializingBean
java.lang.Exception
public org.springframework.http.client.ClientHttpRequestFactory getClientHttpRequestFactory()