com.yahoo.marketing.apt
Class VideoCreativeServiceHttpBindingStub

java.lang.Object
  extended by org.apache.axis.client.Stub
      extended by com.yahoo.marketing.apt.VideoCreativeServiceHttpBindingStub
All Implemented Interfaces:
VideoCreativeService, java.rmi.Remote, javax.xml.rpc.Stub

public class VideoCreativeServiceHttpBindingStub
extends org.apache.axis.client.Stub
implements VideoCreativeService


Field Summary
(package private) static org.apache.axis.description.OperationDesc[] _operations
           
private  java.util.Vector cachedDeserFactories
           
private  java.util.Vector cachedSerClasses
           
private  java.util.Vector cachedSerFactories
           
private  java.util.Vector cachedSerQNames
           
 
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
VideoCreativeServiceHttpBindingStub()
           
VideoCreativeServiceHttpBindingStub(javax.xml.rpc.Service service)
           
VideoCreativeServiceHttpBindingStub(java.net.URL endpointURL, javax.xml.rpc.Service service)
           
 
Method Summary
private static void _initOperationDesc1()
           
private static void _initOperationDesc2()
           
 VideoCreativeAddResponse addVideoCreative(VideoCreativeAddRequest videoCreative)
           
 VideoCreativeAddResponse[] addVideoCreatives(VideoCreativeAddRequest[] videoCreatives)
           
 VideoCreativeResponse copyVideoCreative(long videoCreativeID, long destinationFolderID)
           
 VideoCreativeResponse[] copyVideoCreatives(long[] videoCreativeIDs, long destinationFolderID)
           
protected  org.apache.axis.client.Call createCall()
           
 BasicResponse deleteVideoCreative(long videoCreativeID)
           
 BasicResponse[] deleteVideoCreatives(long[] videoCreativeIDs)
           
 VideoCreative getVideoCreative(long videoCreativeID)
           
 long getVideoCreativeCountByAccountID()
           
 VideoCreative[] getVideoCreatives(long[] videoCreativeIDs)
           
 VideoCreative[] getVideoCreativesByAccountID(int startElement, int numElements)
           
 VideoCreative[] getVideoCreativesByFolderID(long folderID)
           
 VideoCreativeResponse moveVideoCreative(long videoCreativeID, long destinationFolderID)
           
 VideoCreativeResponse[] moveVideoCreatives(long[] videoCreativeIDs, long destinationFolderID)
           
 VideoCreativeResponse updateVideoCreative(VideoCreative videoCreative)
           
 VideoCreativeResponse[] updateVideoCreatives(VideoCreative[] videoCreatives)
           
 
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
 

Field Detail

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
Constructor Detail

VideoCreativeServiceHttpBindingStub

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

VideoCreativeServiceHttpBindingStub

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

VideoCreativeServiceHttpBindingStub

public VideoCreativeServiceHttpBindingStub(javax.xml.rpc.Service service)
                                    throws org.apache.axis.AxisFault
Throws:
org.apache.axis.AxisFault
Method Detail

_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

addVideoCreative

public VideoCreativeAddResponse addVideoCreative(VideoCreativeAddRequest videoCreative)
                                          throws java.rmi.RemoteException,
                                                 ApiFault
Specified by:
addVideoCreative in interface VideoCreativeService
Throws:
java.rmi.RemoteException
ApiFault

addVideoCreatives

public VideoCreativeAddResponse[] addVideoCreatives(VideoCreativeAddRequest[] videoCreatives)
                                             throws java.rmi.RemoteException,
                                                    ApiFault
Specified by:
addVideoCreatives in interface VideoCreativeService
Throws:
java.rmi.RemoteException
ApiFault

copyVideoCreative

public VideoCreativeResponse copyVideoCreative(long videoCreativeID,
                                               long destinationFolderID)
                                        throws java.rmi.RemoteException,
                                               ApiFault
Specified by:
copyVideoCreative in interface VideoCreativeService
Throws:
java.rmi.RemoteException
ApiFault

copyVideoCreatives

public VideoCreativeResponse[] copyVideoCreatives(long[] videoCreativeIDs,
                                                  long destinationFolderID)
                                           throws java.rmi.RemoteException,
                                                  ApiFault
Specified by:
copyVideoCreatives in interface VideoCreativeService
Throws:
java.rmi.RemoteException
ApiFault

deleteVideoCreative

public BasicResponse deleteVideoCreative(long videoCreativeID)
                                  throws java.rmi.RemoteException,
                                         ApiFault
Specified by:
deleteVideoCreative in interface VideoCreativeService
Throws:
java.rmi.RemoteException
ApiFault

deleteVideoCreatives

public BasicResponse[] deleteVideoCreatives(long[] videoCreativeIDs)
                                     throws java.rmi.RemoteException,
                                            ApiFault
Specified by:
deleteVideoCreatives in interface VideoCreativeService
Throws:
java.rmi.RemoteException
ApiFault

getVideoCreative

public VideoCreative getVideoCreative(long videoCreativeID)
                               throws java.rmi.RemoteException,
                                      ApiFault
Specified by:
getVideoCreative in interface VideoCreativeService
Throws:
java.rmi.RemoteException
ApiFault

getVideoCreativeCountByAccountID

public long getVideoCreativeCountByAccountID()
                                      throws java.rmi.RemoteException,
                                             ApiFault
Specified by:
getVideoCreativeCountByAccountID in interface VideoCreativeService
Throws:
java.rmi.RemoteException
ApiFault

getVideoCreatives

public VideoCreative[] getVideoCreatives(long[] videoCreativeIDs)
                                  throws java.rmi.RemoteException,
                                         ApiFault
Specified by:
getVideoCreatives in interface VideoCreativeService
Throws:
java.rmi.RemoteException
ApiFault

getVideoCreativesByAccountID

public VideoCreative[] getVideoCreativesByAccountID(int startElement,
                                                    int numElements)
                                             throws java.rmi.RemoteException,
                                                    ApiFault
Specified by:
getVideoCreativesByAccountID in interface VideoCreativeService
Throws:
java.rmi.RemoteException
ApiFault

getVideoCreativesByFolderID

public VideoCreative[] getVideoCreativesByFolderID(long folderID)
                                            throws java.rmi.RemoteException,
                                                   ApiFault
Specified by:
getVideoCreativesByFolderID in interface VideoCreativeService
Throws:
java.rmi.RemoteException
ApiFault

moveVideoCreative

public VideoCreativeResponse moveVideoCreative(long videoCreativeID,
                                               long destinationFolderID)
                                        throws java.rmi.RemoteException,
                                               ApiFault
Specified by:
moveVideoCreative in interface VideoCreativeService
Throws:
java.rmi.RemoteException
ApiFault

moveVideoCreatives

public VideoCreativeResponse[] moveVideoCreatives(long[] videoCreativeIDs,
                                                  long destinationFolderID)
                                           throws java.rmi.RemoteException,
                                                  ApiFault
Specified by:
moveVideoCreatives in interface VideoCreativeService
Throws:
java.rmi.RemoteException
ApiFault

updateVideoCreative

public VideoCreativeResponse updateVideoCreative(VideoCreative videoCreative)
                                          throws java.rmi.RemoteException,
                                                 ApiFault
Specified by:
updateVideoCreative in interface VideoCreativeService
Throws:
java.rmi.RemoteException
ApiFault

updateVideoCreatives

public VideoCreativeResponse[] updateVideoCreatives(VideoCreative[] videoCreatives)
                                             throws java.rmi.RemoteException,
                                                    ApiFault
Specified by:
updateVideoCreatives in interface VideoCreativeService
Throws:
java.rmi.RemoteException
ApiFault