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()
          Default constructor.
DfpServiceClientFactory(DfpModule dfpModule)
          Constructor that takes an DFP module.
 
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()
Default constructor.


DfpServiceClientFactory

public DfpServiceClientFactory(DfpModule dfpModule)
Constructor that takes an DFP module.

Parameters:
dfpModule - the DFP module to create the injector from


Copyright © 2012. All Rights Reserved.