com.yahoo.marketing.apt
Class LibraryCustomHTMLAdServiceHttpBindingStub
java.lang.Object
org.apache.axis.client.Stub
com.yahoo.marketing.apt.LibraryCustomHTMLAdServiceHttpBindingStub
- All Implemented Interfaces:
- LibraryCustomHTMLAdService, java.rmi.Remote, javax.xml.rpc.Stub
public class LibraryCustomHTMLAdServiceHttpBindingStub
- extends org.apache.axis.client.Stub
- implements LibraryCustomHTMLAdService
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
LibraryCustomHTMLAdServiceHttpBindingStub
public LibraryCustomHTMLAdServiceHttpBindingStub()
throws org.apache.axis.AxisFault
- Throws:
org.apache.axis.AxisFault
LibraryCustomHTMLAdServiceHttpBindingStub
public LibraryCustomHTMLAdServiceHttpBindingStub(java.net.URL endpointURL,
javax.xml.rpc.Service service)
throws org.apache.axis.AxisFault
- Throws:
org.apache.axis.AxisFault
LibraryCustomHTMLAdServiceHttpBindingStub
public LibraryCustomHTMLAdServiceHttpBindingStub(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
addLibraryCustomHTMLAd
public LibraryCustomHTMLAdResponse addLibraryCustomHTMLAd(LibraryCustomHTMLAd libraryCustomHTMLAd)
throws java.rmi.RemoteException,
ApiFault
- Specified by:
addLibraryCustomHTMLAd
in interface LibraryCustomHTMLAdService
- Throws:
java.rmi.RemoteException
ApiFault
addLibraryCustomHTMLAds
public LibraryCustomHTMLAdResponse[] addLibraryCustomHTMLAds(LibraryCustomHTMLAd[] libraryCustomHTMLAds)
throws java.rmi.RemoteException,
ApiFault
- Specified by:
addLibraryCustomHTMLAds
in interface LibraryCustomHTMLAdService
- Throws:
java.rmi.RemoteException
ApiFault
deleteLibraryCustomHTMLAd
public BasicResponse deleteLibraryCustomHTMLAd(long libraryCustomHTMLAdID)
throws java.rmi.RemoteException,
ApiFault
- Specified by:
deleteLibraryCustomHTMLAd
in interface LibraryCustomHTMLAdService
- Throws:
java.rmi.RemoteException
ApiFault
deleteLibraryCustomHTMLAds
public BasicResponse[] deleteLibraryCustomHTMLAds(long[] libraryCustomHTMLAdIDs)
throws java.rmi.RemoteException,
ApiFault
- Specified by:
deleteLibraryCustomHTMLAds
in interface LibraryCustomHTMLAdService
- Throws:
java.rmi.RemoteException
ApiFault
getLibraryCustomHTMLAd
public LibraryCustomHTMLAd getLibraryCustomHTMLAd(long libraryCustomHTMLAdID)
throws java.rmi.RemoteException,
ApiFault
- Specified by:
getLibraryCustomHTMLAd
in interface LibraryCustomHTMLAdService
- Throws:
java.rmi.RemoteException
ApiFault
getLibraryCustomHTMLAdCountByAccountID
public long getLibraryCustomHTMLAdCountByAccountID()
throws java.rmi.RemoteException,
ApiFault
- Specified by:
getLibraryCustomHTMLAdCountByAccountID
in interface LibraryCustomHTMLAdService
- Throws:
java.rmi.RemoteException
ApiFault
getLibraryCustomHTMLAds
public LibraryCustomHTMLAd[] getLibraryCustomHTMLAds(long[] libraryCustomHTMLAdIDs)
throws java.rmi.RemoteException,
ApiFault
- Specified by:
getLibraryCustomHTMLAds
in interface LibraryCustomHTMLAdService
- Throws:
java.rmi.RemoteException
ApiFault
getLibraryCustomHTMLAdsByAccountID
public LibraryCustomHTMLAd[] getLibraryCustomHTMLAdsByAccountID(int startElement,
int numElements)
throws java.rmi.RemoteException,
ApiFault
- Specified by:
getLibraryCustomHTMLAdsByAccountID
in interface LibraryCustomHTMLAdService
- Throws:
java.rmi.RemoteException
ApiFault
getLibraryCustomHTMLAdsByFolderID
public LibraryCustomHTMLAd[] getLibraryCustomHTMLAdsByFolderID(long folderID)
throws java.rmi.RemoteException,
ApiFault
- Specified by:
getLibraryCustomHTMLAdsByFolderID
in interface LibraryCustomHTMLAdService
- Throws:
java.rmi.RemoteException
ApiFault
updateLibraryCustomHTMLAd
public LibraryCustomHTMLAdResponse updateLibraryCustomHTMLAd(LibraryCustomHTMLAd libraryCustomHTMLAd)
throws java.rmi.RemoteException,
ApiFault
- Specified by:
updateLibraryCustomHTMLAd
in interface LibraryCustomHTMLAdService
- Throws:
java.rmi.RemoteException
ApiFault
updateLibraryCustomHTMLAds
public LibraryCustomHTMLAdResponse[] updateLibraryCustomHTMLAds(LibraryCustomHTMLAd[] libraryCustomHTMLAds)
throws java.rmi.RemoteException,
ApiFault
- Specified by:
updateLibraryCustomHTMLAds
in interface LibraryCustomHTMLAdService
- Throws:
java.rmi.RemoteException
ApiFault