com.google.api.ads.dfp.lib
Class DfpModule

java.lang.Object
  extended by com.google.inject.AbstractModule
      extended by com.google.api.ads.common.lib.AdsModule<DfpServiceClient,DfpServiceDescriptor,DfpSession>
          extended by com.google.api.ads.dfp.lib.DfpModule
All Implemented Interfaces:
com.google.inject.Module

public class DfpModule
extends AdsModule<DfpServiceClient,DfpServiceDescriptor,DfpSession>

Guice module for DFP bindings.

Author:
Adam Rogal

Constructor Summary
DfpModule()
          Default constructor.
DfpModule(FactoryConfiguration factoryConfiguration)
          Constructor.
 
Method Summary
protected  void configure()
          Configure common Guice bindings.
 
Methods inherited from class com.google.api.ads.common.lib.AdsModule
configureAuthentication, configureFactories, configureLogging, configureSoap
 
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

DfpModule

public DfpModule()
Default constructor.


DfpModule

public DfpModule(FactoryConfiguration factoryConfiguration)
Constructor.

Parameters:
factoryConfiguration - the factory configuration
Method Detail

configure

protected void configure()
Description copied from class: AdsModule
Configure common Guice bindings.

Overrides:
configure in class AdsModule<DfpServiceClient,DfpServiceDescriptor,DfpSession>


Copyright © 2012. All Rights Reserved.