- All Implemented Interfaces:
- org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanClassLoaderAware, org.springframework.beans.factory.BeanFactoryAware, org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.FactoryBean<T>, org.springframework.beans.factory.InitializingBean
public class AmazonWebserviceClientFactoryBean<T extends com.amazonaws.AmazonWebServiceClient>
extends org.springframework.beans.factory.config.AbstractFactoryBean<T>
FactoryBean
class to create AmazonWebServiceClient
instances. This class
is responsible to create the respective AmazonWebServiceClient classes because the configuration through Springs's
BeanFactory fails due to invalid properties inside the Webservice client classes (see
https://github.com/aws/aws-sdk-java/issues/325)
- Author:
- Agim Emruli