C - the subclass of AdsServiceClientD - the subclass of AdsServiceDescriptorS - the subclass of AdsSessionpublic class AdsSoapModule<C extends AdsServiceClient<S,D>,D extends AdsServiceDescriptor,S extends AdsSession>
extends com.google.inject.AbstractModule
| Constructor and Description |
|---|
AdsSoapModule() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
configure() |
protected <H extends AdsServiceClientFactoryHelper<C,S,D>,F extends BaseAdsServiceClientFactory<C,S,D>> |
configureFactories(com.google.inject.TypeLiteral<FactoryModule.AdsServiceClientFactoryInterface<C,S,D>> adsServiceClientFactoryTypeLiteral,
com.google.inject.TypeLiteral<FactoryModule.AdsServiceDescriptorFactoryInterface<D>> adsServiceDescriptorFactoryTypeLiteral,
com.google.inject.TypeLiteral<C> adsServiceClientTypeLiteral,
com.google.inject.TypeLiteral<D> adsServiceDescriptorTypeLiteral,
Class<H> adsServiceClientFactoryHelperClass,
Class<F> baseAdsServiceClientFactoryClass)
Configures the factories.
|
addError, addError, addError, bind, bind, bind, bindConstant, binder, bindInterceptor, bindListener, bindListener, bindScope, configure, convertToTypes, currentStage, getMembersInjector, getMembersInjector, getProvider, getProvider, install, requestInjection, requestStaticInjection, requireBinding, requireBindingprotected void configure()
configure in class com.google.inject.AbstractModuleprotected <H extends AdsServiceClientFactoryHelper<C,S,D>,F extends BaseAdsServiceClientFactory<C,S,D>> void configureFactories(com.google.inject.TypeLiteral<FactoryModule.AdsServiceClientFactoryInterface<C,S,D>> adsServiceClientFactoryTypeLiteral, com.google.inject.TypeLiteral<FactoryModule.AdsServiceDescriptorFactoryInterface<D>> adsServiceDescriptorFactoryTypeLiteral, com.google.inject.TypeLiteral<C> adsServiceClientTypeLiteral, com.google.inject.TypeLiteral<D> adsServiceDescriptorTypeLiteral, Class<H> adsServiceClientFactoryHelperClass, Class<F> baseAdsServiceClientFactoryClass)
H - the subclass of AdsServiceClientFactoryHelperF - the subclass of BaseAdsServiceClientFactoryadsServiceClientFactoryTypeLiteral - the factory type literal which
contains a FactoryModule.AdsServiceClientFactoryInterfaceadsServiceDescriptorFactoryTypeLiteral - the factory type literal
which contains a FactoryModule.AdsServiceDescriptorFactoryInterfaceadsServiceClientTypeLiteral - the ads service client literal which
contains a AdsServiceClientadsServiceDescriptorTypeLiteral - the ads service descriptor literal
which contains a AdsServiceDescriptoradsServiceClientFactoryHelperClass - the AdsServiceClientFactoryHelper classbaseAdsServiceClientFactoryClass - the BaseAdsServiceClientFactory classCopyright © 2018. All Rights Reserved.