com.google.api.ads.common.lib.factory
Class FactoryConfiguration

java.lang.Object
  extended by com.google.api.ads.common.lib.factory.FactoryConfiguration

Deprecated. the SOAP-framework-agnostic *Services utilities, the only classes which used this class, are now all deprecated.

@Deprecated
public class FactoryConfiguration
extends Object

Configuration for Ads*Services classes.

Author:
Adam Rogal, Joseph DiLallo

Nested Class Summary
static class FactoryConfiguration.Builder
          Deprecated. Builder for FactoryConfiguration.
 
Method Summary
 ProductFrameworkModule getAdWordsSoapModule()
          Deprecated. Gets the SOAP module to use for AdWords.
 ProductFrameworkModule getDfaSoapModule()
          Deprecated. Gets the SOAP module to use for DFA.
 ProductFrameworkModule getDfpSoapModule()
          Deprecated. Gets the SOAP module to use for DFP.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getAdWordsSoapModule

public ProductFrameworkModule getAdWordsSoapModule()
Deprecated. 
Gets the SOAP module to use for AdWords.


getDfaSoapModule

public ProductFrameworkModule getDfaSoapModule()
Deprecated. 
Gets the SOAP module to use for DFA.


getDfpSoapModule

public ProductFrameworkModule getDfpSoapModule()
Deprecated. 
Gets the SOAP module to use for DFP.



Copyright © 2012. All Rights Reserved.