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(com.google.inject.AbstractModule module)
          Deprecated. use DfaServiceClientFactory(Injector)
DfaServiceClientFactory(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

DfaServiceClientFactory

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

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

DfaServiceClientFactory

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

Constructor.

Parameters:
module - the module used for binding.


Copyright © 2012. All Rights Reserved.