com.google.api.ads.dfp.lib.factory
Class DfpServiceClientFactory

java.lang.Object
  extended by com.google.api.ads.common.lib.factory.BaseAdsServiceClientFactory<DfpServiceClient,DfpSession,DfpServiceDescriptor>
      extended by com.google.api.ads.dfp.lib.factory.DfpServiceClientFactory

public class DfpServiceClientFactory
extends BaseAdsServiceClientFactory<DfpServiceClient,DfpSession,DfpServiceDescriptor>

Factory which creates DFP service clients.

Author:
Adam Rogal

Constructor Summary
DfpServiceClientFactory(com.google.inject.AbstractModule module)
          Deprecated. use DfpServiceClientFactory(Injector)
DfpServiceClientFactory(com.google.inject.Injector injector)
          Constructor.
 
Method Summary
 
Methods inherited from class com.google.api.ads.common.lib.factory.BaseAdsServiceClientFactory
getServiceClientAsInterface
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DfpServiceClientFactory

public DfpServiceClientFactory(com.google.inject.Injector injector)
Constructor.

Parameters:
injector - an injector which binds all the necessary classes

DfpServiceClientFactory

@Deprecated
public DfpServiceClientFactory(com.google.inject.AbstractModule module)
Deprecated. use DfpServiceClientFactory(Injector)

Constructor.

Parameters:
module - the module used for binding.


Copyright © 2012. All Rights Reserved.