com.google.api.ads.dfp.lib.factory.helper
Class DfpServiceClientFactoryHelper
java.lang.Object
com.google.api.ads.common.lib.factory.helper.BaseAdsServiceClientFactoryHelper<DfpServiceClient,DfpSession,DfpServiceDescriptor>
com.google.api.ads.dfp.lib.factory.helper.DfpServiceClientFactoryHelper
- All Implemented Interfaces:
- AdsServiceClientFactoryHelper<DfpServiceClient,DfpSession,DfpServiceDescriptor>
public class DfpServiceClientFactoryHelper
- extends BaseAdsServiceClientFactoryHelper<DfpServiceClient,DfpSession,DfpServiceDescriptor>
Factory helper for Dfp.
- Author:
- Adam Rogal
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DfpServiceClientFactoryHelper
@Inject
public DfpServiceClientFactoryHelper(FactoryModule.AdsServiceClientFactoryInterface<DfpServiceClient,DfpSession,DfpServiceDescriptor> adsServiceClientFactory,
FactoryModule.AdsServiceDescriptorFactoryInterface<DfpServiceDescriptor> adsServiceDescriptorFactory,
SoapClientHandlerInterface soapClientHandler,
com.google.api.ads.common.lib.conf.AdsLibConfiguration adsLibConfiguration)
- Constructor.
- Parameters:
adsServiceClientFactory - the ads service client factoryadsServiceDescriptorFactory - the ads service descriptor factorysoapClientHandler - the SOAP client handleradsLibConfiguration - the lib configuration
determineVersion
public String determineVersion(Class<?> interfaceClass)
- Description copied from interface:
AdsServiceClientFactoryHelper
- Determines what API version an ads service belongs to.
- Parameters:
interfaceClass - the interface class of the service
- Returns:
- a string representation of the version of this service
- See Also:
AdsServiceClientFactoryHelper.determineVersion(Class)
Copyright © 2012. All Rights Reserved.