com.google.api.ads.dfa.lib.factory
Class DfaServiceClientFactory

java.lang.Object
  extended by com.google.api.ads.common.lib.factory.BaseAdsServiceClientFactory<DfaServiceClient,DfaSession,DfaServiceDescriptor>
      extended by com.google.api.ads.dfa.lib.factory.DfaServiceClientFactory

public class DfaServiceClientFactory
extends BaseAdsServiceClientFactory<DfaServiceClient,DfaSession,DfaServiceDescriptor>

Factory which creates DFA service clients.

Author:
Joseph DiLallo

Constructor Summary
DfaServiceClientFactory()
          Default constructor.
DfaServiceClientFactory(DfaModule dfaModule)
          Constructor that takes an DFA 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

DfaServiceClientFactory

public DfaServiceClientFactory()
Default constructor.


DfaServiceClientFactory

public DfaServiceClientFactory(DfaModule dfaModule)
Constructor that takes an DFA module.

Parameters:
dfaModule - the DFA module to create the injector from


Copyright © 2012. All Rights Reserved.