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.DisposableBean
Exception
public void afterPropertiesSet() throws Exception
afterPropertiesSet
in interface org.springframework.beans.factory.InitializingBean
Exception
public org.springframework.http.client.ClientHttpRequestFactory getClientHttpRequestFactory()
Copyright © 2016–2017 Pivotal Software, Inc.. All rights reserved.