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>> |
configureFactories(com.google.inject.TypeLiteral adsServiceClientFactoryTypeLiteral,
com.google.inject.TypeLiteral adsServiceDescriptorFactoryTypeLiteral,
com.google.inject.TypeLiteral adsServiceClientTypeLiteral,
com.google.inject.TypeLiteral adsServiceDescriptorTypeLiteral,
Class<H> factoryHelperClass,
Class<?> factoryClass)
Configures the factories.
|
addError, addError, addError, bind, bind, bind, bindConstant, binder, bindInterceptor, 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>> void configureFactories(com.google.inject.TypeLiteral adsServiceClientFactoryTypeLiteral, com.google.inject.TypeLiteral adsServiceDescriptorFactoryTypeLiteral, com.google.inject.TypeLiteral adsServiceClientTypeLiteral, com.google.inject.TypeLiteral adsServiceDescriptorTypeLiteral, Class<H> factoryHelperClass, Class<?> factoryClass)
H - the subclass of AdsServiceClientFactoryHelperadsServiceClientFactoryTypeLiteral - 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 AdsServiceDescriptorfactoryHelperClass - the factory helper classfactoryClass - the factory classCopyright © 2015. All Rights Reserved.