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   
 

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
AdWordsAxisHeaderHandler(SoapClientHandlerInterface soapClientHandler, OAuthAuthorizationHeaderProvider oAuthAuthorizationHeaderProvider, OAuth2AuthorizationHeaderProvider oAuth2AuthorizationHeaderProvider, com.google.api.ads.adwords.lib.conf.AdWordsApiConfiguration adWordsApiConfiguration, com.google.api.ads.adwords.lib.conf.AdWordsBuildConfiguration adWordsBuildConfiguration)
          Constructor.
AdWordsJaxWsHeaderHandler(SoapClientHandlerInterface soapClientHandler, OAuthAuthorizationHeaderProvider oAuthAuthorizationHeaderProvider, OAuth2AuthorizationHeaderProvider oAuth2AuthorizationHeaderProvider, com.google.api.ads.adwords.lib.conf.AdWordsApiConfiguration adWordsApiConfiguration, com.google.api.ads.adwords.lib.conf.AdWordsBuildConfiguration adWordsBuildConfiguration)
          Constructor.
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
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
DfaAxisHeaderHandler(SoapClientHandlerInterface soapClientHandler, com.google.api.ads.dfa.lib.conf.DfaApiConfiguration dfaApiConfiguration, LoginTokens loginTokens, com.google.api.ads.dfa.lib.conf.DfaBuildConfiguration dfaBuildConfiguration)
          Constructor.
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
DfpAxisHeaderHandler(SoapClientHandlerInterface soapClientHandler, OAuthAuthorizationHeaderProvider oAuthAuthorizationHeaderProvider, OAuth2AuthorizationHeaderProvider oAuth2AuthorizationHeaderProvider, com.google.api.ads.dfp.lib.conf.DfpApiConfiguration dfpApiConfiguration, com.google.api.ads.dfp.lib.conf.DfpBuildConfiguration dfpBuildConfiguration)
          Constructor.
DfpJaxWsHeaderHandler(SoapClientHandlerInterface soapClientHandler, OAuthAuthorizationHeaderProvider oAuthAuthorizationHeaderProvider, OAuth2AuthorizationHeaderProvider oAuth2AuthorizationHeaderProvider, com.google.api.ads.dfp.lib.conf.DfpApiConfiguration dfpApiConfiguration, com.google.api.ads.dfp.lib.conf.DfpBuildConfiguration dfpBuildConfiguration)
          Constructor.
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.
 



Copyright © 2012. All Rights Reserved.