Uses of Interface
com.google.api.ads.common.lib.soap.SoapClientHandlerInterface

Packages that use SoapClientHandlerInterface
com.google.api.ads.adwords.lib.client   
com.google.api.ads.adwords.lib.factory.helper   
com.google.api.ads.common.lib.client   
com.google.api.ads.common.lib.factory.helper   
com.google.api.ads.common.lib.soap   
com.google.api.ads.dfa.lib.client   
com.google.api.ads.dfa.lib.factory.helper   
com.google.api.ads.dfp.lib.client   
com.google.api.ads.dfp.lib.factory.helper   
com.google.api.ads.dfp.lib.soap   
 

Uses of SoapClientHandlerInterface in com.google.api.ads.adwords.lib.client
 

Constructors in com.google.api.ads.adwords.lib.client with parameters of type SoapClientHandlerInterface
AdWordsServiceClient(Object soapClient, AdWordsServiceDescriptor adWordsServiceDescriptor, AdWordsSession adWordsSession, SoapClientHandlerInterface soapClientHandler, HeaderHandler adWordsHeaderHandler, AdsServiceLoggers adsServiceLoggers)
          Constructor.
 

Uses of SoapClientHandlerInterface in com.google.api.ads.adwords.lib.factory.helper
 

Constructors in com.google.api.ads.adwords.lib.factory.helper with parameters of type SoapClientHandlerInterface
AdWordsServiceClientFactoryHelper(FactoryModule.AdsServiceClientFactoryInterface<AdWordsServiceClient,AdWordsSession,AdWordsServiceDescriptor> adsServiceClientFactory, FactoryModule.AdsServiceDescriptorFactoryInterface<AdWordsServiceDescriptor> adsServiceDescriptorFactory, SoapClientHandlerInterface soapClientHandler, com.google.api.ads.common.lib.conf.AdsLibConfiguration adsLibConfiguration)
          Constructor.
 

Uses of SoapClientHandlerInterface in com.google.api.ads.common.lib.client
 

Constructors in com.google.api.ads.common.lib.client with parameters of type SoapClientHandlerInterface
AdsServiceClient(Object soapClient, S adsSession, D adsServiceDescriptor, SoapClientHandlerInterface<Object> soapClientHandler, HeaderHandler<S,D> headerHandler, AdsServiceLoggers adsServiceLoggers)
          Constructor.
 

Uses of SoapClientHandlerInterface in com.google.api.ads.common.lib.factory.helper
 

Constructors in com.google.api.ads.common.lib.factory.helper with parameters of type SoapClientHandlerInterface
BaseAdsServiceClientFactoryHelper(FactoryModule.AdsServiceClientFactoryInterface<C,S,D> adsServiceClientFactory, FactoryModule.AdsServiceDescriptorFactoryInterface<D> adsServiceDescriptorFactory, SoapClientHandlerInterface<?> soapClientHandler)
          Constructor.
 

Uses of SoapClientHandlerInterface in com.google.api.ads.common.lib.soap
 

Classes in com.google.api.ads.common.lib.soap that implement SoapClientHandlerInterface
 class SoapClientHandler<T>
          Base class for SOAP client handlers.
 

Methods in com.google.api.ads.common.lib.soap that return SoapClientHandlerInterface
protected  SoapClientHandlerInterface<T> SoapServiceClient.getSoapClientHandler()
          Returns the SOAP client handler.
 

Constructors in com.google.api.ads.common.lib.soap with parameters of type SoapClientHandlerInterface
AuthorizationHeaderHandler(SoapClientHandlerInterface soapClientHandler, AuthorizationHeaderProvider authorizationHeaderProvider)
          Constructor.
SoapServiceClient(SoapClientHandlerInterface<T> soapClientHandler, T soapClient)
          Protected constructor.
 

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

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

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

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

Uses of SoapClientHandlerInterface in com.google.api.ads.dfp.lib.client
 

Constructors in com.google.api.ads.dfp.lib.client with parameters of type SoapClientHandlerInterface
DfpServiceClient(Object soapClient, DfpServiceDescriptor dfpServiceDescriptor, DfpSession dfpSession, SoapClientHandlerInterface soapClientHandler, HeaderHandler dfpHeaderHandler, AdsServiceLoggers adsServiceLoggers)
          Constructor.
 

Uses of SoapClientHandlerInterface in com.google.api.ads.dfp.lib.factory.helper
 

Constructors in com.google.api.ads.dfp.lib.factory.helper with parameters of type SoapClientHandlerInterface
DfpServiceClientFactoryHelper(FactoryModule.AdsServiceClientFactoryInterface<DfpServiceClient,DfpSession,DfpServiceDescriptor> adsServiceClientFactory, FactoryModule.AdsServiceDescriptorFactoryInterface<DfpServiceDescriptor> adsServiceDescriptorFactory, SoapClientHandlerInterface soapClientHandler, com.google.api.ads.common.lib.conf.AdsLibConfiguration adsLibConfiguration)
          Constructor.
 

Uses of SoapClientHandlerInterface in com.google.api.ads.dfp.lib.soap
 

Constructors in com.google.api.ads.dfp.lib.soap with parameters of type SoapClientHandlerInterface
DfpHttpHeaderHandler(SoapClientHandlerInterface soapClientHandler)
          Constructor.
 



Copyright © 2012. All Rights Reserved.