com.yahoo.marketing.apt
Class FlashCreativeServiceHttpBindingStub

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

public class FlashCreativeServiceHttpBindingStub
extends org.apache.axis.client.Stub
implements FlashCreativeService


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
FlashCreativeServiceHttpBindingStub()
           
FlashCreativeServiceHttpBindingStub(javax.xml.rpc.Service service)
           
FlashCreativeServiceHttpBindingStub(java.net.URL endpointURL, javax.xml.rpc.Service service)
           
 
Method Summary
private static void _initOperationDesc1()
           
private static void _initOperationDesc2()
           
 FlashCreativeResponse addFlashCreative(FlashCreative flashCreative)
           
 FlashCreativeResponse[] addFlashCreatives(FlashCreative[] flashCreatives)
           
 FlashCreativeResponse copyFlashCreative(long flashCreativeID, long destinationFolderID)
           
 FlashCreativeResponse[] copyFlashCreatives(long[] flashCreativeIDs, long destinationFolderID)
           
protected  org.apache.axis.client.Call createCall()
           
 BasicResponse deleteFlashCreative(long flashCreativeID)
           
 BasicResponse[] deleteFlashCreatives(long[] flashCreativeIDs)
           
 FlashCreative getFlashCreative(long flashCreativeID)
           
 long getFlashCreativeCountByAccountID()
           
 FlashCreative[] getFlashCreatives(long[] flashCreativeIDs)
           
 FlashCreative[] getFlashCreativesByAccountID(int startElement, int numElements)
           
 FlashCreative[] getFlashCreativesByFolderID(long folderID)
           
 FlashCreativeResponse moveFlashCreative(long flashCreativeID, long destinationFolderID)
           
 FlashCreativeResponse[] moveFlashCreatives(long[] flashCreativeIDs, long destinationFolderID)
           
 FlashCreativeResponse updateFlashCreative(FlashCreative flashCreative)
           
 FlashCreativeResponse[] updateFlashCreatives(FlashCreative[] flashCreatives)
           
 
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

FlashCreativeServiceHttpBindingStub

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

FlashCreativeServiceHttpBindingStub

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

FlashCreativeServiceHttpBindingStub

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

addFlashCreative

public FlashCreativeResponse addFlashCreative(FlashCreative flashCreative)
                                       throws java.rmi.RemoteException,
                                              ApiFault
Specified by:
addFlashCreative in interface FlashCreativeService
Throws:
java.rmi.RemoteException
ApiFault

addFlashCreatives

public FlashCreativeResponse[] addFlashCreatives(FlashCreative[] flashCreatives)
                                          throws java.rmi.RemoteException,
                                                 ApiFault
Specified by:
addFlashCreatives in interface FlashCreativeService
Throws:
java.rmi.RemoteException
ApiFault

copyFlashCreative

public FlashCreativeResponse copyFlashCreative(long flashCreativeID,
                                               long destinationFolderID)
                                        throws java.rmi.RemoteException,
                                               ApiFault
Specified by:
copyFlashCreative in interface FlashCreativeService
Throws:
java.rmi.RemoteException
ApiFault

copyFlashCreatives

public FlashCreativeResponse[] copyFlashCreatives(long[] flashCreativeIDs,
                                                  long destinationFolderID)
                                           throws java.rmi.RemoteException,
                                                  ApiFault
Specified by:
copyFlashCreatives in interface FlashCreativeService
Throws:
java.rmi.RemoteException
ApiFault

deleteFlashCreative

public BasicResponse deleteFlashCreative(long flashCreativeID)
                                  throws java.rmi.RemoteException,
                                         ApiFault
Specified by:
deleteFlashCreative in interface FlashCreativeService
Throws:
java.rmi.RemoteException
ApiFault

deleteFlashCreatives

public BasicResponse[] deleteFlashCreatives(long[] flashCreativeIDs)
                                     throws java.rmi.RemoteException,
                                            ApiFault
Specified by:
deleteFlashCreatives in interface FlashCreativeService
Throws:
java.rmi.RemoteException
ApiFault

getFlashCreative

public FlashCreative getFlashCreative(long flashCreativeID)
                               throws java.rmi.RemoteException,
                                      ApiFault
Specified by:
getFlashCreative in interface FlashCreativeService
Throws:
java.rmi.RemoteException
ApiFault

getFlashCreativeCountByAccountID

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

getFlashCreatives

public FlashCreative[] getFlashCreatives(long[] flashCreativeIDs)
                                  throws java.rmi.RemoteException,
                                         ApiFault
Specified by:
getFlashCreatives in interface FlashCreativeService
Throws:
java.rmi.RemoteException
ApiFault

getFlashCreativesByAccountID

public FlashCreative[] getFlashCreativesByAccountID(int startElement,
                                                    int numElements)
                                             throws java.rmi.RemoteException,
                                                    ApiFault
Specified by:
getFlashCreativesByAccountID in interface FlashCreativeService
Throws:
java.rmi.RemoteException
ApiFault

getFlashCreativesByFolderID

public FlashCreative[] getFlashCreativesByFolderID(long folderID)
                                            throws java.rmi.RemoteException,
                                                   ApiFault
Specified by:
getFlashCreativesByFolderID in interface FlashCreativeService
Throws:
java.rmi.RemoteException
ApiFault

moveFlashCreative

public FlashCreativeResponse moveFlashCreative(long flashCreativeID,
                                               long destinationFolderID)
                                        throws java.rmi.RemoteException,
                                               ApiFault
Specified by:
moveFlashCreative in interface FlashCreativeService
Throws:
java.rmi.RemoteException
ApiFault

moveFlashCreatives

public FlashCreativeResponse[] moveFlashCreatives(long[] flashCreativeIDs,
                                                  long destinationFolderID)
                                           throws java.rmi.RemoteException,
                                                  ApiFault
Specified by:
moveFlashCreatives in interface FlashCreativeService
Throws:
java.rmi.RemoteException
ApiFault

updateFlashCreative

public FlashCreativeResponse updateFlashCreative(FlashCreative flashCreative)
                                          throws java.rmi.RemoteException,
                                                 ApiFault
Specified by:
updateFlashCreative in interface FlashCreativeService
Throws:
java.rmi.RemoteException
ApiFault

updateFlashCreatives

public FlashCreativeResponse[] updateFlashCreatives(FlashCreative[] flashCreatives)
                                             throws java.rmi.RemoteException,
                                                    ApiFault
Specified by:
updateFlashCreatives in interface FlashCreativeService
Throws:
java.rmi.RemoteException
ApiFault