com.yahoo.marketing.apt
Class AdDeliveryModeServiceHttpBindingStub
java.lang.Object
org.apache.axis.client.Stub
com.yahoo.marketing.apt.AdDeliveryModeServiceHttpBindingStub
- All Implemented Interfaces:
- AdDeliveryModeService, java.rmi.Remote, javax.xml.rpc.Stub
public class AdDeliveryModeServiceHttpBindingStub
- extends org.apache.axis.client.Stub
- implements AdDeliveryModeService
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 |
cachedSerClasses
private java.util.Vector cachedSerClasses
cachedSerQNames
private java.util.Vector cachedSerQNames
cachedSerFactories
private java.util.Vector cachedSerFactories
cachedDeserFactories
private java.util.Vector cachedDeserFactories
_operations
static org.apache.axis.description.OperationDesc[] _operations
AdDeliveryModeServiceHttpBindingStub
public AdDeliveryModeServiceHttpBindingStub()
throws org.apache.axis.AxisFault
- Throws:
org.apache.axis.AxisFault
AdDeliveryModeServiceHttpBindingStub
public AdDeliveryModeServiceHttpBindingStub(java.net.URL endpointURL,
javax.xml.rpc.Service service)
throws org.apache.axis.AxisFault
- Throws:
org.apache.axis.AxisFault
AdDeliveryModeServiceHttpBindingStub
public AdDeliveryModeServiceHttpBindingStub(javax.xml.rpc.Service service)
throws org.apache.axis.AxisFault
- Throws:
org.apache.axis.AxisFault
_initOperationDesc1
private static void _initOperationDesc1()
_initOperationDesc2
private static void _initOperationDesc2()
createCall
protected org.apache.axis.client.Call createCall()
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
addAdDeliveryMode
public AdDeliveryModeResponse addAdDeliveryMode(AdDeliveryMode adDeliveryMode)
throws java.rmi.RemoteException,
ApiFault
- Specified by:
addAdDeliveryMode
in interface AdDeliveryModeService
- Throws:
java.rmi.RemoteException
ApiFault
addAdDeliveryModes
public AdDeliveryModeResponse[] addAdDeliveryModes(AdDeliveryMode[] adDeliveryModes)
throws java.rmi.RemoteException,
ApiFault
- Specified by:
addAdDeliveryModes
in interface AdDeliveryModeService
- Throws:
java.rmi.RemoteException
ApiFault
deleteAdDeliveryMode
public BasicResponse deleteAdDeliveryMode(long adDeliveryModeID)
throws java.rmi.RemoteException,
ApiFault
- Specified by:
deleteAdDeliveryMode
in interface AdDeliveryModeService
- Throws:
java.rmi.RemoteException
ApiFault
deleteAdDeliveryModes
public BasicResponse[] deleteAdDeliveryModes(long[] adDeliveryModeIDs)
throws java.rmi.RemoteException,
ApiFault
- Specified by:
deleteAdDeliveryModes
in interface AdDeliveryModeService
- Throws:
java.rmi.RemoteException
ApiFault
getAdDeliveryMode
public AdDeliveryMode getAdDeliveryMode(long adDeliveryModeID)
throws java.rmi.RemoteException,
ApiFault
- Specified by:
getAdDeliveryMode
in interface AdDeliveryModeService
- Throws:
java.rmi.RemoteException
ApiFault
getAdDeliveryModes
public AdDeliveryMode[] getAdDeliveryModes(long[] adDeliveryModeIDs)
throws java.rmi.RemoteException,
ApiFault
- Specified by:
getAdDeliveryModes
in interface AdDeliveryModeService
- Throws:
java.rmi.RemoteException
ApiFault
getAllAdDeliveryModesByAccountID
public AdDeliveryMode[] getAllAdDeliveryModesByAccountID()
throws java.rmi.RemoteException,
ApiFault
- Specified by:
getAllAdDeliveryModesByAccountID
in interface AdDeliveryModeService
- Throws:
java.rmi.RemoteException
ApiFault
getCustomAdDeliveryModesByAccountID
public AdDeliveryMode[] getCustomAdDeliveryModesByAccountID()
throws java.rmi.RemoteException,
ApiFault
- Specified by:
getCustomAdDeliveryModesByAccountID
in interface AdDeliveryModeService
- Throws:
java.rmi.RemoteException
ApiFault
getStandardAdDeliveryModes
public AdDeliveryMode[] getStandardAdDeliveryModes()
throws java.rmi.RemoteException,
ApiFault
- Specified by:
getStandardAdDeliveryModes
in interface AdDeliveryModeService
- Throws:
java.rmi.RemoteException
ApiFault
updateAdDeliveryMode
public AdDeliveryModeResponse updateAdDeliveryMode(AdDeliveryMode adDeliveryMode)
throws java.rmi.RemoteException,
ApiFault
- Specified by:
updateAdDeliveryMode
in interface AdDeliveryModeService
- Throws:
java.rmi.RemoteException
ApiFault
updateAdDeliveryModes
public AdDeliveryModeResponse[] updateAdDeliveryModes(AdDeliveryMode[] adDeliveryModes)
throws java.rmi.RemoteException,
ApiFault
- Specified by:
updateAdDeliveryModes
in interface AdDeliveryModeService
- Throws:
java.rmi.RemoteException
ApiFault