|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.axis.client.Stub
com.google.api.ads.dfp.axis.v201204.NetworkServiceSoapBindingStub
public class NetworkServiceSoapBindingStub
| 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 |
makeTestNetwork()
Creates a new blank network for testing purposes using the current login. |
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 |
|---|
public NetworkServiceSoapBindingStub()
throws org.apache.axis.AxisFault
org.apache.axis.AxisFault
public NetworkServiceSoapBindingStub(URL endpointURL,
javax.xml.rpc.Service service)
throws org.apache.axis.AxisFault
org.apache.axis.AxisFault
public NetworkServiceSoapBindingStub(javax.xml.rpc.Service service)
throws org.apache.axis.AxisFault
org.apache.axis.AxisFault| Method Detail |
|---|
protected org.apache.axis.client.Call createCall()
throws RemoteException
RemoteException
public Network[] getAllNetworks()
throws RemoteException,
ApiException
NetworkServiceInterfaceNetwork 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.
getAllNetworks in interface NetworkServiceInterfaceRemoteException
ApiException
public Network getCurrentNetwork()
throws RemoteException,
ApiException
NetworkServiceInterface
getCurrentNetwork in interface NetworkServiceInterfaceRemoteException
ApiException
public Network makeTestNetwork()
throws RemoteException,
ApiException
NetworkServiceInterface
Each login(i.e. email address) can only have one test network.
Data from
any of your existing networks will not be transferred to the
new test network.
Once the test network is created, the test network can be
used in the API
by supplying the Network.networkCode in the SOAP header
or by
logging into the DFP UI.
Test networks are limited in the following ways:
ForecastService for more info.
makeTestNetwork in interface NetworkServiceInterfaceRemoteException
ApiException
public Network updateNetwork(Network network)
throws RemoteException,
ApiException
NetworkServiceInterface
updateNetwork in interface NetworkServiceInterfacenetwork - the network that needs to be updated
RemoteException
ApiException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||