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