com.google.api.ads.common.lib.soap.compatability
Interface Axis2Compatible
- All Known Implementing Classes:
- AdWordsServiceDescriptor, DfpServiceDescriptor
public interface Axis2Compatible
Specifies that for the AdsServiceClient to be Axis2 compatible, it
must be able to retrieve a stub class.
- Author:
- Adam Rogal
|
Method Summary |
Class<?> |
getStubClass()
Gets the Axis2 stub class such that it can be instantiated to create
an Axis2 service client. |
getStubClass
Class<?> getStubClass()
throws ClassNotFoundException
- Gets the Axis2 stub class such that it can be instantiated to create
an Axis2 service client.
- Returns:
- the Axis2 stub class
- Throws:
ClassNotFoundException - if no stub class can be found
Copyright © 2012. All Rights Reserved.