com.google.api.ads.adwords.v201109.cm
Class ConversionTrackerServiceSoapBindingStub

java.lang.Object
  extended by org.apache.axis.client.Stub
      extended by com.google.api.ads.adwords.v201109.cm.ConversionTrackerServiceSoapBindingStub
All Implemented Interfaces:
ConversionTrackerServiceInterface, Remote, javax.xml.rpc.Stub

public class ConversionTrackerServiceSoapBindingStub
extends org.apache.axis.client.Stub
implements ConversionTrackerServiceInterface


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
ConversionTrackerServiceSoapBindingStub()
           
ConversionTrackerServiceSoapBindingStub(javax.xml.rpc.Service service)
           
ConversionTrackerServiceSoapBindingStub(URL endpointURL, javax.xml.rpc.Service service)
           
 
Method Summary
protected  org.apache.axis.client.Call createCall()
           
 ConversionTrackerPage get(Selector serviceSelector)
          Returns a list of the conversion trackers that match the selector.
 ConversionTrackerReturnValue mutate(ConversionTrackerOperation[] operations)
          Applies the list of mutate operations such as adding or updating conversion trackers.
 
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

ConversionTrackerServiceSoapBindingStub

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

ConversionTrackerServiceSoapBindingStub

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

ConversionTrackerServiceSoapBindingStub

public ConversionTrackerServiceSoapBindingStub(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 RemoteException
Throws:
RemoteException

get

public ConversionTrackerPage get(Selector serviceSelector)
                          throws RemoteException,
                                 ApiException
Description copied from interface: ConversionTrackerServiceInterface
Returns a list of the conversion trackers that match the selector. The actual objects contained in the page's list of entries will be specific subclasses of the abstract class.

Specified by:
get in interface ConversionTrackerServiceInterface
Parameters:
serviceSelector - the selector specifying the ConversionTrackers to return.
Returns:
list of conversion trackers specified by the selector.
Throws:
RemoteException
ApiException

mutate

public ConversionTrackerReturnValue mutate(ConversionTrackerOperation[] operations)
                                    throws RemoteException,
                                           ApiException
Description copied from interface: ConversionTrackerServiceInterface
Applies the list of mutate operations such as adding or updating conversion trackers.

Note: ConversionTrackerOperation does not support the REMOVE operator.

Specified by:
mutate in interface ConversionTrackerServiceInterface
Parameters:
operations - a list of mutate operations to perform.
Returns:
the list of the conversion trackers as they appear after mutation, in the same order as they appeared in the list of operations.
Throws:
RemoteException
ApiException


Copyright © 2011. All Rights Reserved.