com.google.api.ads.common.lib.soap.compatability
Interface AxisCompatible

All Known Implementing Classes:
AdWordsServiceDescriptor, DfaServiceDescriptor, DfpServiceDescriptor

public interface AxisCompatible

Specifies that for the AdsServiceClient to be Axis compatible, it must be able to retrieve a locator class.

Author:
Adam Rogal

Method Summary
 Class<?> getLocatorClass()
          Gets the Axis locator class such that it can be instantiated to create an Axis service client.
 

Method Detail

getLocatorClass

Class<?> getLocatorClass()
                         throws ClassNotFoundException
Gets the Axis locator class such that it can be instantiated to create an Axis service client.

Returns:
the Axis locator class
Throws:
ClassNotFoundException - if no locator class can be found


Copyright © 2012. All Rights Reserved.