com.google.api.ads.dfp.v201111
Class NetworkServiceSoapBindingStub

java.lang.Object
  extended by org.apache.axis.client.Stub
      extended by com.google.api.ads.dfp.v201111.NetworkServiceSoapBindingStub
All Implemented Interfaces:
NetworkServiceInterface, Remote, javax.xml.rpc.Stub

public class NetworkServiceSoapBindingStub
extends org.apache.axis.client.Stub
implements NetworkServiceInterface


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
NetworkServiceSoapBindingStub()
           
NetworkServiceSoapBindingStub(javax.xml.rpc.Service service)
           
NetworkServiceSoapBindingStub(URL endpointURL, javax.xml.rpc.Service service)
           
 
Method Summary
protected  org.apache.axis.client.Call createCall()
           
 Network[] getAllNetworks()
          Returns the list of Network objects to which the current login has access.
 Network getCurrentNetwork()
          Returns the current network for which requests are being made.
 Network updateNetwork(Network network)
          Updates the specified network.
 
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

NetworkServiceSoapBindingStub

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

NetworkServiceSoapBindingStub

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

NetworkServiceSoapBindingStub

public NetworkServiceSoapBindingStub(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

getAllNetworks

public Network[] getAllNetworks()
                         throws RemoteException,
                                ApiException
Description copied from interface: NetworkServiceInterface
Returns the list of Network objects to which the current login has access.

Intended to be used without a network code in the SOAP header when the login may have more than one network associated with it.

Specified by:
getAllNetworks in interface NetworkServiceInterface
Returns:
the networks to which the current login has access
Throws:
RemoteException
ApiException

getCurrentNetwork

public Network getCurrentNetwork()
                          throws RemoteException,
                                 ApiException
Description copied from interface: NetworkServiceInterface
Returns the current network for which requests are being made.

Specified by:
getCurrentNetwork in interface NetworkServiceInterface
Returns:
the network for which the user is currently making the request
Throws:
RemoteException
ApiException

updateNetwork

public Network updateNetwork(Network network)
                      throws RemoteException,
                             ApiException
Description copied from interface: NetworkServiceInterface
Updates the specified network. Currently, only the network display name can be updated.

Specified by:
updateNetwork in interface NetworkServiceInterface
Parameters:
network - the network that needs to be updated
Returns:
the updated network
Throws:
RemoteException
ApiException


Copyright © 2011. All Rights Reserved.