com.google.api.ads.dfp.axis.factory
Class DfpServices

java.lang.Object
  extended by com.google.api.ads.common.lib.factory.BaseServices<DfpServiceClient,DfpSession,DfpServiceDescriptor>
      extended by com.google.api.ads.dfp.lib.factory.BaseDfpServices
          extended by com.google.api.ads.dfp.axis.factory.DfpServices

public final class DfpServices
extends BaseDfpServices

Utility class to create DFP service clients. The session is stored as a reference within the client so that the session may be altered to affect the behavior of the client.

Usage example:


 DfpSession session = new DfpSession.Builder()...build();
 InventoryServiceInterface inventoryService =
    new  DfpServices().get(session, InventoryServiceInterface.class);
 campaignService.makeRequest(...);
 ...
 session.setNetworkCode(...);
 campaignService.makeRequest(...);
 

Author:
Joseph DiLallo

Constructor Summary
DfpServices()
           
 
Method Summary
 
Methods inherited from class com.google.api.ads.common.lib.factory.BaseServices
get
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DfpServices

public DfpServices()


Copyright © 2012. All Rights Reserved.