com.google.api.adwords.v10
Class CampaignServiceSoapBindingStub
java.lang.Object
org.apache.axis.client.Stub
com.google.api.adwords.v10.CampaignServiceSoapBindingStub
- All Implemented Interfaces:
- CampaignInterface, java.rmi.Remote, javax.xml.rpc.Stub
public class CampaignServiceSoapBindingStub
- extends org.apache.axis.client.Stub
- implements CampaignInterface
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 |
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 |
CampaignServiceSoapBindingStub
public CampaignServiceSoapBindingStub()
throws org.apache.axis.AxisFault
- Throws:
org.apache.axis.AxisFault
CampaignServiceSoapBindingStub
public CampaignServiceSoapBindingStub(java.net.URL endpointURL,
javax.xml.rpc.Service service)
throws org.apache.axis.AxisFault
- Throws:
org.apache.axis.AxisFault
CampaignServiceSoapBindingStub
public CampaignServiceSoapBindingStub(javax.xml.rpc.Service service)
throws org.apache.axis.AxisFault
- Throws:
org.apache.axis.AxisFault
createCall
protected org.apache.axis.client.Call createCall()
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
addCampaign
public Campaign addCampaign(Campaign campaign)
throws java.rmi.RemoteException,
ApiException
- Specified by:
addCampaign
in interface CampaignInterface
- Throws:
java.rmi.RemoteException
ApiException
addCampaignList
public Campaign[] addCampaignList(Campaign[] campaigns)
throws java.rmi.RemoteException,
ApiException
- Specified by:
addCampaignList
in interface CampaignInterface
- Throws:
java.rmi.RemoteException
ApiException
getAllAdWordsCampaigns
public Campaign[] getAllAdWordsCampaigns(int dummy)
throws java.rmi.RemoteException,
ApiException
- Specified by:
getAllAdWordsCampaigns
in interface CampaignInterface
- Throws:
java.rmi.RemoteException
ApiException
getCampaign
public Campaign getCampaign(int id)
throws java.rmi.RemoteException,
ApiException
- Specified by:
getCampaign
in interface CampaignInterface
- Throws:
java.rmi.RemoteException
ApiException
getCampaignList
public Campaign[] getCampaignList(int[] ids)
throws java.rmi.RemoteException,
ApiException
- Specified by:
getCampaignList
in interface CampaignInterface
- Throws:
java.rmi.RemoteException
ApiException
getCampaignStats
public StatsRecord[] getCampaignStats(int[] campaignIds,
java.util.Date startDay,
java.util.Date endDay)
throws java.rmi.RemoteException,
ApiException
- Specified by:
getCampaignStats
in interface CampaignInterface
- Throws:
java.rmi.RemoteException
ApiException
getOptimizeAdServing
public boolean getOptimizeAdServing(int campaignId)
throws java.rmi.RemoteException,
ApiException
- Specified by:
getOptimizeAdServing
in interface CampaignInterface
- Throws:
java.rmi.RemoteException
ApiException
setOptimizeAdServing
public void setOptimizeAdServing(int campaignId,
boolean enable)
throws java.rmi.RemoteException,
ApiException
- Specified by:
setOptimizeAdServing
in interface CampaignInterface
- Throws:
java.rmi.RemoteException
ApiException
updateCampaign
public void updateCampaign(Campaign campaign)
throws java.rmi.RemoteException,
ApiException
- Specified by:
updateCampaign
in interface CampaignInterface
- Throws:
java.rmi.RemoteException
ApiException
updateCampaignList
public void updateCampaignList(Campaign[] campaigns)
throws java.rmi.RemoteException,
ApiException
- Specified by:
updateCampaignList
in interface CampaignInterface
- Throws:
java.rmi.RemoteException
ApiException
Copyright © 2005 Google Corp. All Rights Reserved.