public static class AbstractVaultConfiguration.ClientFactoryWrapper extends 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 Exception
destroy in interface org.springframework.beans.factory.DisposableBeanExceptionpublic void afterPropertiesSet()
throws Exception
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanExceptionpublic org.springframework.http.client.ClientHttpRequestFactory getClientHttpRequestFactory()
Copyright © 2016–2024 Pivotal Software, Inc.. All rights reserved.