Uses of Class
com.google.api.ads.dfa.lib.client.DfaSession

Packages that use DfaSession
com.google.api.ads.dfa.lib.auth   
com.google.api.ads.dfa.lib.client   
com.google.api.ads.dfa.lib.factory   
com.google.api.ads.dfa.lib.factory.helper   
 

Uses of DfaSession in com.google.api.ads.dfa.lib.auth
 

Methods in com.google.api.ads.dfa.lib.auth with parameters of type DfaSession
 String LoginTokens.generateToken(String stubPackage, DfaSession session)
          Generates a new authentication token using reflection.
 Object LoginTokensHelper.getLoginService(DfaSession session, Class<?> loginClass)
          Returns a DfaServiceClient wrapping the login service.
 

Uses of DfaSession in com.google.api.ads.dfa.lib.client
 

Methods in com.google.api.ads.dfa.lib.client that return DfaSession
 DfaSession DfaSession.Builder.build()
          Builds the DfaSession.
 

Constructors in com.google.api.ads.dfa.lib.client with parameters of type DfaSession
DfaServiceClient(Object soapClient, DfaServiceDescriptor dfaServiceDescriptor, DfaSession dfaSession, SoapClientHandlerInterface soapClientHandler, HeaderHandler dfaHeaderHandler, AdsServiceLoggers adsServiceLoggers)
          Constructor.
 

Uses of DfaSession in com.google.api.ads.dfa.lib.factory
 

Methods in com.google.api.ads.dfa.lib.factory with parameters of type DfaSession
<T> T
DfaServices.get(DfaSession dfaSession, Class<T> interfaceClass)
          Deprecated. Gets a client for the service represented by the interface with a reference to the session.
 

Uses of DfaSession in com.google.api.ads.dfa.lib.factory.helper
 

Constructor parameters in com.google.api.ads.dfa.lib.factory.helper with type arguments of type DfaSession
DfaServiceClientFactoryHelper(FactoryModule.AdsServiceClientFactoryInterface<DfaServiceClient,DfaSession,DfaServiceDescriptor> adsServiceClientFactory, FactoryModule.AdsServiceDescriptorFactoryInterface<DfaServiceDescriptor> adsServiceDescriptorFactory, SoapClientHandlerInterface soapClientHandler, com.google.api.ads.common.lib.conf.AdsLibConfiguration adsLibConfiguration)
          Constructor.
 



Copyright © 2012. All Rights Reserved.