Class WebClientFactoryBean

java.lang.Object
org.springframework.beans.factory.config.AbstractFactoryBean<WebClient>
se.swedenconnect.bankid.rpapi.support.WebClientFactoryBean
All Implemented Interfaces:
Aware, BeanClassLoaderAware, BeanFactoryAware, DisposableBean, FactoryBean<WebClient>, InitializingBean

public class WebClientFactoryBean extends AbstractFactoryBean<WebClient>
Spring factory class for configuring and creating a WebClient instance that can be used to communicate with the BankID server.
Author:
Martin Lindström