com.yahoo.marketing.apt
Class LibraryFlashAdServiceHttpBindingStub

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

public class LibraryFlashAdServiceHttpBindingStub
extends org.apache.axis.client.Stub
implements LibraryFlashAdService


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
LibraryFlashAdServiceHttpBindingStub()
           
LibraryFlashAdServiceHttpBindingStub(javax.xml.rpc.Service service)
           
LibraryFlashAdServiceHttpBindingStub(java.net.URL endpointURL, javax.xml.rpc.Service service)
           
 
Method Summary
private static void _initOperationDesc1()
           
private static void _initOperationDesc2()
           
 LibraryFlashAdResponse addLibraryFlashAd(LibraryFlashAd libraryFlashAd)
           
 LibraryFlashAdResponse[] addLibraryFlashAds(LibraryFlashAd[] libraryFlashAds)
           
protected  org.apache.axis.client.Call createCall()
           
 BasicResponse deleteLibraryFlashAd(long libraryFlashAdID)
           
 BasicResponse[] deleteLibraryFlashAds(long[] libraryFlashAdIDs)
           
 LibraryFlashAd getLibraryFlashAd(long libraryFlashAdID)
           
 long getLibraryFlashAdCountByAccountID()
           
 LibraryFlashAd[] getLibraryFlashAds(long[] libraryFlashAdIDs)
           
 LibraryFlashAd[] getLibraryFlashAdsByAccountID(int startElement, int numElements)
           
 LibraryFlashAd[] getLibraryFlashAdsByFolderID(long folderID)
           
 LibraryFlashAdResponse updateLibraryFlashAd(LibraryFlashAd libraryFlashAd)
           
 LibraryFlashAdResponse[] updateLibraryFlashAds(LibraryFlashAd[] libraryFlashAds)
           
 
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

LibraryFlashAdServiceHttpBindingStub

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

LibraryFlashAdServiceHttpBindingStub

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

LibraryFlashAdServiceHttpBindingStub

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

addLibraryFlashAd

public LibraryFlashAdResponse addLibraryFlashAd(LibraryFlashAd libraryFlashAd)
                                         throws java.rmi.RemoteException,
                                                ApiFault
Specified by:
addLibraryFlashAd in interface LibraryFlashAdService
Throws:
java.rmi.RemoteException
ApiFault

addLibraryFlashAds

public LibraryFlashAdResponse[] addLibraryFlashAds(LibraryFlashAd[] libraryFlashAds)
                                            throws java.rmi.RemoteException,
                                                   ApiFault
Specified by:
addLibraryFlashAds in interface LibraryFlashAdService
Throws:
java.rmi.RemoteException
ApiFault

deleteLibraryFlashAd

public BasicResponse deleteLibraryFlashAd(long libraryFlashAdID)
                                   throws java.rmi.RemoteException,
                                          ApiFault
Specified by:
deleteLibraryFlashAd in interface LibraryFlashAdService
Throws:
java.rmi.RemoteException
ApiFault

deleteLibraryFlashAds

public BasicResponse[] deleteLibraryFlashAds(long[] libraryFlashAdIDs)
                                      throws java.rmi.RemoteException,
                                             ApiFault
Specified by:
deleteLibraryFlashAds in interface LibraryFlashAdService
Throws:
java.rmi.RemoteException
ApiFault

getLibraryFlashAd

public LibraryFlashAd getLibraryFlashAd(long libraryFlashAdID)
                                 throws java.rmi.RemoteException,
                                        ApiFault
Specified by:
getLibraryFlashAd in interface LibraryFlashAdService
Throws:
java.rmi.RemoteException
ApiFault

getLibraryFlashAdCountByAccountID

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

getLibraryFlashAds

public LibraryFlashAd[] getLibraryFlashAds(long[] libraryFlashAdIDs)
                                    throws java.rmi.RemoteException,
                                           ApiFault
Specified by:
getLibraryFlashAds in interface LibraryFlashAdService
Throws:
java.rmi.RemoteException
ApiFault

getLibraryFlashAdsByAccountID

public LibraryFlashAd[] getLibraryFlashAdsByAccountID(int startElement,
                                                      int numElements)
                                               throws java.rmi.RemoteException,
                                                      ApiFault
Specified by:
getLibraryFlashAdsByAccountID in interface LibraryFlashAdService
Throws:
java.rmi.RemoteException
ApiFault

getLibraryFlashAdsByFolderID

public LibraryFlashAd[] getLibraryFlashAdsByFolderID(long folderID)
                                              throws java.rmi.RemoteException,
                                                     ApiFault
Specified by:
getLibraryFlashAdsByFolderID in interface LibraryFlashAdService
Throws:
java.rmi.RemoteException
ApiFault

updateLibraryFlashAd

public LibraryFlashAdResponse updateLibraryFlashAd(LibraryFlashAd libraryFlashAd)
                                            throws java.rmi.RemoteException,
                                                   ApiFault
Specified by:
updateLibraryFlashAd in interface LibraryFlashAdService
Throws:
java.rmi.RemoteException
ApiFault

updateLibraryFlashAds

public LibraryFlashAdResponse[] updateLibraryFlashAds(LibraryFlashAd[] libraryFlashAds)
                                               throws java.rmi.RemoteException,
                                                      ApiFault
Specified by:
updateLibraryFlashAds in interface LibraryFlashAdService
Throws:
java.rmi.RemoteException
ApiFault