com.google.api.adwords.v11
Class AdServiceSoapBindingStub

java.lang.Object
  extended by org.apache.axis.client.Stub
      extended by com.google.api.adwords.v11.AdServiceSoapBindingStub
All Implemented Interfaces:
AdInterface, java.rmi.Remote, javax.xml.rpc.Stub

public class AdServiceSoapBindingStub
extends org.apache.axis.client.Stub
implements AdInterface


Field Summary
 
Fields inherited from class org.apache.axis.client.Stub
_call, cachedEndpoint, cachedPassword, cachedPortName, cachedProperties, cachedTimeout, cachedUsername, maintainSession, maintainSessionSet, service
 
Fields inherited from interface javax.xml.rpc.Stub
ENDPOINT_ADDRESS_PROPERTY, PASSWORD_PROPERTY, SESSION_MAINTAIN_PROPERTY, USERNAME_PROPERTY
 
Constructor Summary
AdServiceSoapBindingStub()
           
AdServiceSoapBindingStub(javax.xml.rpc.Service service)
           
AdServiceSoapBindingStub(java.net.URL endpointURL, javax.xml.rpc.Service service)
           
 
Method Summary
 Ad[] addAds(Ad[] ads)
           
 ApiError[] checkAds(Ad[] ads, java.lang.String[] languageTarget, GeoTarget geoTarget)
           
protected  org.apache.axis.client.Call createCall()
           
 Business[] findBusinesses(java.lang.String name, java.lang.String address, java.lang.String countryCode)
           
 Ad[] getActiveAds(int[] adGroupIds)
           
 Ad getAd(int adGroupId, long adId)
           
 StatsRecord[] getAdStats(int adGroupId, long[] adIds, java.util.Date startDay, java.util.Date endDay)
           
 Ad[] getAllAds(int[] adGroupIds)
           
 Business[] getMyBusinesses()
           
 Video[] getMyVideos()
           
 void updateAds(Ad[] ads)
           
 
Methods inherited from class org.apache.axis.client.Stub
_createCall, _getCall, _getProperty, _getPropertyNames, _getService, _setProperty, addAttachment, clearAttachments, clearHeaders, extractAttachments, firstCall, getAttachments, getHeader, getHeaders, getPassword, getPortName, getResponseHeader, getResponseHeaders, getResponseHeaders, getTimeout, getUsername, removeProperty, setAttachments, setHeader, setHeader, setMaintainSession, setPassword, setPortName, setPortName, setRequestHeaders, setTimeout, setUsername
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AdServiceSoapBindingStub

public AdServiceSoapBindingStub()
                         throws org.apache.axis.AxisFault
Throws:
org.apache.axis.AxisFault

AdServiceSoapBindingStub

public AdServiceSoapBindingStub(java.net.URL endpointURL,
                                javax.xml.rpc.Service service)
                         throws org.apache.axis.AxisFault
Throws:
org.apache.axis.AxisFault

AdServiceSoapBindingStub

public AdServiceSoapBindingStub(javax.xml.rpc.Service service)
                         throws org.apache.axis.AxisFault
Throws:
org.apache.axis.AxisFault
Method Detail

createCall

protected org.apache.axis.client.Call createCall()
                                          throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

addAds

public Ad[] addAds(Ad[] ads)
            throws java.rmi.RemoteException,
                   ApiException
Specified by:
addAds in interface AdInterface
Throws:
java.rmi.RemoteException
ApiException

checkAds

public ApiError[] checkAds(Ad[] ads,
                           java.lang.String[] languageTarget,
                           GeoTarget geoTarget)
                    throws java.rmi.RemoteException,
                           ApiException
Specified by:
checkAds in interface AdInterface
Throws:
java.rmi.RemoteException
ApiException

findBusinesses

public Business[] findBusinesses(java.lang.String name,
                                 java.lang.String address,
                                 java.lang.String countryCode)
                          throws java.rmi.RemoteException,
                                 ApiException
Specified by:
findBusinesses in interface AdInterface
Throws:
java.rmi.RemoteException
ApiException

getActiveAds

public Ad[] getActiveAds(int[] adGroupIds)
                  throws java.rmi.RemoteException,
                         ApiException
Specified by:
getActiveAds in interface AdInterface
Throws:
java.rmi.RemoteException
ApiException

getAd

public Ad getAd(int adGroupId,
                long adId)
         throws java.rmi.RemoteException,
                ApiException
Specified by:
getAd in interface AdInterface
Throws:
java.rmi.RemoteException
ApiException

getAdStats

public StatsRecord[] getAdStats(int adGroupId,
                                long[] adIds,
                                java.util.Date startDay,
                                java.util.Date endDay)
                         throws java.rmi.RemoteException,
                                ApiException
Specified by:
getAdStats in interface AdInterface
Throws:
java.rmi.RemoteException
ApiException

getAllAds

public Ad[] getAllAds(int[] adGroupIds)
               throws java.rmi.RemoteException,
                      ApiException
Specified by:
getAllAds in interface AdInterface
Throws:
java.rmi.RemoteException
ApiException

getMyBusinesses

public Business[] getMyBusinesses()
                           throws java.rmi.RemoteException,
                                  ApiException
Specified by:
getMyBusinesses in interface AdInterface
Throws:
java.rmi.RemoteException
ApiException

getMyVideos

public Video[] getMyVideos()
                    throws java.rmi.RemoteException,
                           ApiException
Specified by:
getMyVideos in interface AdInterface
Throws:
java.rmi.RemoteException
ApiException

updateAds

public void updateAds(Ad[] ads)
               throws java.rmi.RemoteException,
                      ApiException
Specified by:
updateAds in interface AdInterface
Throws:
java.rmi.RemoteException
ApiException


Copyright © 2005 Google Corp. All Rights Reserved.