com.yahoo.marketing.apt
Class LibraryBumperVideoAdServiceHttpBindingStub

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

public class LibraryBumperVideoAdServiceHttpBindingStub
extends org.apache.axis.client.Stub
implements LibraryBumperVideoAdService


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
LibraryBumperVideoAdServiceHttpBindingStub()
           
LibraryBumperVideoAdServiceHttpBindingStub(javax.xml.rpc.Service service)
           
LibraryBumperVideoAdServiceHttpBindingStub(java.net.URL endpointURL, javax.xml.rpc.Service service)
           
 
Method Summary
private static void _initOperationDesc1()
           
private static void _initOperationDesc2()
           
 LibraryBumperVideoAdResponse addLibraryBumperVideoAd(LibraryBumperVideoAd libraryBumperVideoAd)
           
 LibraryBumperVideoAdResponse[] addLibraryBumperVideoAds(LibraryBumperVideoAd[] libraryBumperVideoAds)
           
protected  org.apache.axis.client.Call createCall()
           
 BasicResponse deleteLibraryBumperVideoAd(long libraryBumperVideoAdID)
           
 BasicResponse[] deleteLibraryBumperVideoAds(long[] libraryBumperVideoAdIDs)
           
 LibraryBumperVideoAd getLibraryBumperVideoAd(long libraryBumperVideoAdID)
           
 long getLibraryBumperVideoAdCountByAccountID()
           
 LibraryBumperVideoAd[] getLibraryBumperVideoAds(long[] libraryBumperVideoAdIDs)
           
 LibraryBumperVideoAd[] getLibraryBumperVideoAdsByAccountID(int startElement, int numElements)
           
 LibraryBumperVideoAd[] getLibraryBumperVideoAdsByFolderID(long folderID)
           
 LibraryBumperVideoAdResponse updateLibraryBumperVideoAd(LibraryBumperVideoAd libraryBumperVideoAd)
           
 LibraryBumperVideoAdResponse[] updateLibraryBumperVideoAds(LibraryBumperVideoAd[] libraryBumperVideoAds)
           
 
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

LibraryBumperVideoAdServiceHttpBindingStub

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

LibraryBumperVideoAdServiceHttpBindingStub

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

LibraryBumperVideoAdServiceHttpBindingStub

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

addLibraryBumperVideoAd

public LibraryBumperVideoAdResponse addLibraryBumperVideoAd(LibraryBumperVideoAd libraryBumperVideoAd)
                                                     throws java.rmi.RemoteException,
                                                            ApiFault
Specified by:
addLibraryBumperVideoAd in interface LibraryBumperVideoAdService
Throws:
java.rmi.RemoteException
ApiFault

addLibraryBumperVideoAds

public LibraryBumperVideoAdResponse[] addLibraryBumperVideoAds(LibraryBumperVideoAd[] libraryBumperVideoAds)
                                                        throws java.rmi.RemoteException,
                                                               ApiFault
Specified by:
addLibraryBumperVideoAds in interface LibraryBumperVideoAdService
Throws:
java.rmi.RemoteException
ApiFault

deleteLibraryBumperVideoAd

public BasicResponse deleteLibraryBumperVideoAd(long libraryBumperVideoAdID)
                                         throws java.rmi.RemoteException,
                                                ApiFault
Specified by:
deleteLibraryBumperVideoAd in interface LibraryBumperVideoAdService
Throws:
java.rmi.RemoteException
ApiFault

deleteLibraryBumperVideoAds

public BasicResponse[] deleteLibraryBumperVideoAds(long[] libraryBumperVideoAdIDs)
                                            throws java.rmi.RemoteException,
                                                   ApiFault
Specified by:
deleteLibraryBumperVideoAds in interface LibraryBumperVideoAdService
Throws:
java.rmi.RemoteException
ApiFault

getLibraryBumperVideoAd

public LibraryBumperVideoAd getLibraryBumperVideoAd(long libraryBumperVideoAdID)
                                             throws java.rmi.RemoteException,
                                                    ApiFault
Specified by:
getLibraryBumperVideoAd in interface LibraryBumperVideoAdService
Throws:
java.rmi.RemoteException
ApiFault

getLibraryBumperVideoAdCountByAccountID

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

getLibraryBumperVideoAds

public LibraryBumperVideoAd[] getLibraryBumperVideoAds(long[] libraryBumperVideoAdIDs)
                                                throws java.rmi.RemoteException,
                                                       ApiFault
Specified by:
getLibraryBumperVideoAds in interface LibraryBumperVideoAdService
Throws:
java.rmi.RemoteException
ApiFault

getLibraryBumperVideoAdsByAccountID

public LibraryBumperVideoAd[] getLibraryBumperVideoAdsByAccountID(int startElement,
                                                                  int numElements)
                                                           throws java.rmi.RemoteException,
                                                                  ApiFault
Specified by:
getLibraryBumperVideoAdsByAccountID in interface LibraryBumperVideoAdService
Throws:
java.rmi.RemoteException
ApiFault

getLibraryBumperVideoAdsByFolderID

public LibraryBumperVideoAd[] getLibraryBumperVideoAdsByFolderID(long folderID)
                                                          throws java.rmi.RemoteException,
                                                                 ApiFault
Specified by:
getLibraryBumperVideoAdsByFolderID in interface LibraryBumperVideoAdService
Throws:
java.rmi.RemoteException
ApiFault

updateLibraryBumperVideoAd

public LibraryBumperVideoAdResponse updateLibraryBumperVideoAd(LibraryBumperVideoAd libraryBumperVideoAd)
                                                        throws java.rmi.RemoteException,
                                                               ApiFault
Specified by:
updateLibraryBumperVideoAd in interface LibraryBumperVideoAdService
Throws:
java.rmi.RemoteException
ApiFault

updateLibraryBumperVideoAds

public LibraryBumperVideoAdResponse[] updateLibraryBumperVideoAds(LibraryBumperVideoAd[] libraryBumperVideoAds)
                                                           throws java.rmi.RemoteException,
                                                                  ApiFault
Specified by:
updateLibraryBumperVideoAds in interface LibraryBumperVideoAdService
Throws:
java.rmi.RemoteException
ApiFault