Uses of Class
com.google.api.ads.common.lib.exception.ServiceException

Packages that use ServiceException
com.google.api.ads.adwords.lib.client   
com.google.api.ads.common.lib.client   
com.google.api.ads.common.lib.factory   
com.google.api.ads.common.lib.factory.helper   
com.google.api.ads.common.lib.soap   
com.google.api.ads.dfa.lib.client   
com.google.api.ads.dfp.lib.client   
 

Uses of ServiceException in com.google.api.ads.adwords.lib.client
 

Methods in com.google.api.ads.adwords.lib.client that throw ServiceException
 Class<?> AdWordsServiceDescriptor.getInterfaceClass()
           
 

Uses of ServiceException in com.google.api.ads.common.lib.client
 

Methods in com.google.api.ads.common.lib.client that throw ServiceException
 Class<?> AdsServiceDescriptor.getInterfaceClass()
          Gets the class representing the RPC interface of the service.
protected  void AdsServiceClient.setHeaders()
           
 void HeaderHandler.setHeaders(Object soapClient, S adsSession, D adsServiceDescriptor)
          Sets the headers on the SOAP client using the session and descriptor.
 

Uses of ServiceException in com.google.api.ads.common.lib.factory
 

Methods in com.google.api.ads.common.lib.factory that throw ServiceException
<T> T
AdsServiceClientFactory.getServiceClient(S adsSession, Class<T> interfaceClass)
          Gets a client given a session and the class of the desired stub interface.
<T> T
BaseAdsServiceClientFactory.getServiceClientAsInterface(S adsSession, Class<T> interfaceClass)
          Gets a client given a session and the class of the desired stub interface.
 

Uses of ServiceException in com.google.api.ads.common.lib.factory.helper
 

Methods in com.google.api.ads.common.lib.factory.helper that throw ServiceException
 C BaseAdsServiceClientFactoryHelper.createAdsServiceClient(D adsServiceDescriptor, S adsSession)
          Creates an AdsServiceClient given an AdsServiceDescriptor descriptor and an AdsSession.
 C AdsServiceClientFactoryHelper.createAdsServiceClient(D adsServiceDescriptor, S adsSession)
          Creates an AdsServiceClient for the descriptor, session, and endpoint.
 

Uses of ServiceException in com.google.api.ads.common.lib.soap
 

Methods in com.google.api.ads.common.lib.soap that throw ServiceException
 T SoapClientHandlerInterface.createSoapClient(SoapServiceDescriptor soapServiceDescriptor)
          Creates a SOAP client using the soapServiceDescriptor.
 Class<?> SoapServiceDescriptor.getInterfaceClass()
          Gets the class representing the RPC interface of the service.
 void SoapClientHandlerInterface.setHeader(T soapClient, String namespace, String headerName, Object headerValue)
          Sets a header on the SOAP client.
protected abstract  void SoapServiceClient.setHeaders()
          Sets the headers for the service client.
 

Uses of ServiceException in com.google.api.ads.dfa.lib.client
 

Constructors in com.google.api.ads.dfa.lib.client that throw ServiceException
DfaServiceClient(Object soapClient, DfaServiceDescriptor dfaServiceDescriptor, DfaSession dfaSession, SoapClientHandlerInterface soapClientHandler, HeaderHandler dfaHeaderHandler, AdsServiceLoggers adsServiceLoggers)
          Constructor.
 

Uses of ServiceException in com.google.api.ads.dfp.lib.client
 

Methods in com.google.api.ads.dfp.lib.client that throw ServiceException
 Class<?> DfpServiceDescriptor.getInterfaceClass()
           
 



Copyright © 2012. All Rights Reserved.