com.yahoo.marketing.apt
Class ImageCreativeServiceHttpBindingStub
java.lang.Object
org.apache.axis.client.Stub
com.yahoo.marketing.apt.ImageCreativeServiceHttpBindingStub
- All Implemented Interfaces:
- ImageCreativeService, java.rmi.Remote, javax.xml.rpc.Stub
public class ImageCreativeServiceHttpBindingStub
- extends org.apache.axis.client.Stub
- implements ImageCreativeService
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
ImageCreativeServiceHttpBindingStub
public ImageCreativeServiceHttpBindingStub()
throws org.apache.axis.AxisFault
- Throws:
org.apache.axis.AxisFault
ImageCreativeServiceHttpBindingStub
public ImageCreativeServiceHttpBindingStub(java.net.URL endpointURL,
javax.xml.rpc.Service service)
throws org.apache.axis.AxisFault
- Throws:
org.apache.axis.AxisFault
ImageCreativeServiceHttpBindingStub
public ImageCreativeServiceHttpBindingStub(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
addImageCreative
public ImageCreativeResponse addImageCreative(ImageCreative imageCreative)
throws java.rmi.RemoteException,
ApiFault
- Specified by:
addImageCreative
in interface ImageCreativeService
- Throws:
java.rmi.RemoteException
ApiFault
addImageCreatives
public ImageCreativeResponse[] addImageCreatives(ImageCreative[] imageCreatives)
throws java.rmi.RemoteException,
ApiFault
- Specified by:
addImageCreatives
in interface ImageCreativeService
- Throws:
java.rmi.RemoteException
ApiFault
copyImageCreative
public ImageCreativeResponse copyImageCreative(long imageCreativeID,
long destinationFolderID)
throws java.rmi.RemoteException,
ApiFault
- Specified by:
copyImageCreative
in interface ImageCreativeService
- Throws:
java.rmi.RemoteException
ApiFault
copyImageCreatives
public ImageCreativeResponse[] copyImageCreatives(long[] imageCreativeIDs,
long destinationFolderID)
throws java.rmi.RemoteException,
ApiFault
- Specified by:
copyImageCreatives
in interface ImageCreativeService
- Throws:
java.rmi.RemoteException
ApiFault
deleteImageCreative
public BasicResponse deleteImageCreative(long imageCreativeID)
throws java.rmi.RemoteException,
ApiFault
- Specified by:
deleteImageCreative
in interface ImageCreativeService
- Throws:
java.rmi.RemoteException
ApiFault
deleteImageCreatives
public BasicResponse[] deleteImageCreatives(long[] imageCreativeIDs)
throws java.rmi.RemoteException,
ApiFault
- Specified by:
deleteImageCreatives
in interface ImageCreativeService
- Throws:
java.rmi.RemoteException
ApiFault
getImageCreative
public ImageCreative getImageCreative(long imageCreativeID)
throws java.rmi.RemoteException,
ApiFault
- Specified by:
getImageCreative
in interface ImageCreativeService
- Throws:
java.rmi.RemoteException
ApiFault
getImageCreativeCountByAccountID
public long getImageCreativeCountByAccountID()
throws java.rmi.RemoteException,
ApiFault
- Specified by:
getImageCreativeCountByAccountID
in interface ImageCreativeService
- Throws:
java.rmi.RemoteException
ApiFault
getImageCreatives
public ImageCreative[] getImageCreatives(long[] imageCreativeIDs)
throws java.rmi.RemoteException,
ApiFault
- Specified by:
getImageCreatives
in interface ImageCreativeService
- Throws:
java.rmi.RemoteException
ApiFault
getImageCreativesByAccountID
public ImageCreative[] getImageCreativesByAccountID(int startElement,
int numElements)
throws java.rmi.RemoteException,
ApiFault
- Specified by:
getImageCreativesByAccountID
in interface ImageCreativeService
- Throws:
java.rmi.RemoteException
ApiFault
getImageCreativesByFolderID
public ImageCreative[] getImageCreativesByFolderID(long folderID)
throws java.rmi.RemoteException,
ApiFault
- Specified by:
getImageCreativesByFolderID
in interface ImageCreativeService
- Throws:
java.rmi.RemoteException
ApiFault
moveImageCreative
public ImageCreativeResponse moveImageCreative(long imageCreativeID,
long destinationFolderID)
throws java.rmi.RemoteException,
ApiFault
- Specified by:
moveImageCreative
in interface ImageCreativeService
- Throws:
java.rmi.RemoteException
ApiFault
moveImageCreatives
public ImageCreativeResponse[] moveImageCreatives(long[] imageCreativeIDs,
long destinationFolderID)
throws java.rmi.RemoteException,
ApiFault
- Specified by:
moveImageCreatives
in interface ImageCreativeService
- Throws:
java.rmi.RemoteException
ApiFault
updateImageCreative
public ImageCreativeResponse updateImageCreative(ImageCreative imageCreative)
throws java.rmi.RemoteException,
ApiFault
- Specified by:
updateImageCreative
in interface ImageCreativeService
- Throws:
java.rmi.RemoteException
ApiFault
updateImageCreatives
public ImageCreativeResponse[] updateImageCreatives(ImageCreative[] imageCreatives)
throws java.rmi.RemoteException,
ApiFault
- Specified by:
updateImageCreatives
in interface ImageCreativeService
- Throws:
java.rmi.RemoteException
ApiFault