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

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

public class FactoryConfiguration
extends Object

Configuration for Ads*Services classes.

Author:
Adam Rogal, Joseph DiLallo

Nested Class Summary
static class FactoryConfiguration.Builder
          Builder for FactoryConfiguration.
 
Method Summary
 Class<?> getAdWordsSoapModule()
          Gets the SOAP module to use for AdWords.
 Class<?> getDfaSoapModule()
          Gets the SOAP module to use for DFA.
 Class<?> getDfpSoapModule()
          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 Class<?> getAdWordsSoapModule()
Gets the SOAP module to use for AdWords.


getDfaSoapModule

public Class<?> getDfaSoapModule()
Gets the SOAP module to use for DFA.


getDfpSoapModule

public Class<?> getDfpSoapModule()
Gets the SOAP module to use for DFP.



Copyright © 2012. All Rights Reserved.