com.google.api.ads.common.lib
Class AdsSoapModule<C extends AdsServiceClient<S,D>,D extends AdsServiceDescriptor,S extends AdsSession>

java.lang.Object
  extended by com.google.inject.AbstractModule
      extended by com.google.api.ads.common.lib.AdsSoapModule<C,D,S>
Type Parameters:
C - the subclass of AdsServiceClient
D - the subclass of AdsServiceDescriptor
S - the subclass of AdsSession
All Implemented Interfaces:
com.google.inject.Module
Direct Known Subclasses:
AdWordsSoapModule, DfaSoapModule, DfpSoapModule

public class AdsSoapModule<C extends AdsServiceClient<S,D>,D extends AdsServiceDescriptor,S extends AdsSession>
extends com.google.inject.AbstractModule

Guice module for common bindings.

Author:
Joseph DiLallo

Constructor Summary
AdsSoapModule()
           
 
Method Summary
protected  void configure()
           
protected
<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)
          Configures the factories.
 
Methods inherited from class com.google.inject.AbstractModule
addError, addError, addError, bind, bind, bind, bindConstant, binder, bindInterceptor, bindListener, bindScope, configure, convertToTypes, currentStage, getMembersInjector, getMembersInjector, getProvider, getProvider, install, requestInjection, requestStaticInjection, requireBinding, requireBinding
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AdsSoapModule

public AdsSoapModule()
Method Detail

configure

protected void configure()
Specified by:
configure in class com.google.inject.AbstractModule

configureFactories

protected <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)
Configures the factories.

Type Parameters:
H - the subclass of AdsServiceClientFactoryHelper
Parameters:
adsServiceClientFactoryTypeLiteral - the factory type literal which contains a FactoryModule.AdsServiceClientFactoryInterface
adsServiceDescriptorFactoryTypeLiteral - the factory type literal which contains a FactoryModule.AdsServiceDescriptorFactoryInterface
adsServiceClientTypeLiteral - the ads service client literal which contains a AdsServiceClient
adsServiceDescriptorTypeLiteral - the ads service descriptor literal which contains a AdsServiceDescriptor
factoryHelperClass - the factory helper class
factoryClass - the factory class


Copyright © 2012. All Rights Reserved.