com.yahoo.marketing.apt
Class EditorialServiceHttpBindingStub

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

public class EditorialServiceHttpBindingStub
extends org.apache.axis.client.Stub
implements EditorialService


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
EditorialServiceHttpBindingStub()
           
EditorialServiceHttpBindingStub(javax.xml.rpc.Service service)
           
EditorialServiceHttpBindingStub(java.net.URL endpointURL, javax.xml.rpc.Service service)
           
 
Method Summary
private static void _initOperationDesc1()
           
private static void _initOperationDesc2()
           
protected  org.apache.axis.client.Call createCall()
           
 Complaint getComplaint(long complaintID)
           
 ComplaintReason[] getComplaintReasons()
           
 ComplaintResolution[] getComplaintResolutions()
           
 Complaint[] getComplaints(long[] complaintIDs)
           
 Complaint[] getComplaintsByLibraryAdID(long libraryAdID)
           
 Complaint[] getComplaintsByLibraryAdIDByStatus(long libraryAdID, ComplaintStatus status)
           
 Complaint[] getComplaintsByUrlID(long urlID)
           
 Complaint[] getComplaintsByUrlIDByStatus(long urlID, ComplaintStatus status)
           
 Tag getTagForLibraryAd(long tagID)
           
 Tag getTagForUrl(long tagID)
           
 Tag[] getTagsByLibraryAdID(long libraryAdID)
           
 Tag[] getTagsByUrlID(long urlID)
           
 Tag[] getTagsForLibraryAd(long[] tagIDs)
           
 Tag[] getTagsForUrl(long[] tagIDs)
           
 ComplaintResponse submitLibraryAdTagComplaint(long libraryAdID, Complaint complaint)
           
 ComplaintResponse[] submitLibraryAdTagComplaints(long libraryAdID, Complaint[] complaints)
           
 ComplaintResponse submitUrlTagComplaint(long urlID, long libraryAdID, Complaint complaint)
           
 ComplaintResponse[] submitUrlTagComplaints(long urlID, long libraryAdID, Complaint[] complaints)
           
 
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

EditorialServiceHttpBindingStub

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

EditorialServiceHttpBindingStub

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

EditorialServiceHttpBindingStub

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

getComplaint

public Complaint getComplaint(long complaintID)
                       throws java.rmi.RemoteException,
                              ApiFault
Specified by:
getComplaint in interface EditorialService
Throws:
java.rmi.RemoteException
ApiFault

getComplaintReasons

public ComplaintReason[] getComplaintReasons()
                                      throws java.rmi.RemoteException,
                                             ApiFault
Specified by:
getComplaintReasons in interface EditorialService
Throws:
java.rmi.RemoteException
ApiFault

getComplaintResolutions

public ComplaintResolution[] getComplaintResolutions()
                                              throws java.rmi.RemoteException,
                                                     ApiFault
Specified by:
getComplaintResolutions in interface EditorialService
Throws:
java.rmi.RemoteException
ApiFault

getComplaints

public Complaint[] getComplaints(long[] complaintIDs)
                          throws java.rmi.RemoteException,
                                 ApiFault
Specified by:
getComplaints in interface EditorialService
Throws:
java.rmi.RemoteException
ApiFault

getComplaintsByLibraryAdID

public Complaint[] getComplaintsByLibraryAdID(long libraryAdID)
                                       throws java.rmi.RemoteException,
                                              ApiFault
Specified by:
getComplaintsByLibraryAdID in interface EditorialService
Throws:
java.rmi.RemoteException
ApiFault

getComplaintsByLibraryAdIDByStatus

public Complaint[] getComplaintsByLibraryAdIDByStatus(long libraryAdID,
                                                      ComplaintStatus status)
                                               throws java.rmi.RemoteException,
                                                      ApiFault
Specified by:
getComplaintsByLibraryAdIDByStatus in interface EditorialService
Throws:
java.rmi.RemoteException
ApiFault

getComplaintsByUrlID

public Complaint[] getComplaintsByUrlID(long urlID)
                                 throws java.rmi.RemoteException,
                                        ApiFault
Specified by:
getComplaintsByUrlID in interface EditorialService
Throws:
java.rmi.RemoteException
ApiFault

getComplaintsByUrlIDByStatus

public Complaint[] getComplaintsByUrlIDByStatus(long urlID,
                                                ComplaintStatus status)
                                         throws java.rmi.RemoteException,
                                                ApiFault
Specified by:
getComplaintsByUrlIDByStatus in interface EditorialService
Throws:
java.rmi.RemoteException
ApiFault

getTagForLibraryAd

public Tag getTagForLibraryAd(long tagID)
                       throws java.rmi.RemoteException,
                              ApiFault
Specified by:
getTagForLibraryAd in interface EditorialService
Throws:
java.rmi.RemoteException
ApiFault

getTagForUrl

public Tag getTagForUrl(long tagID)
                 throws java.rmi.RemoteException,
                        ApiFault
Specified by:
getTagForUrl in interface EditorialService
Throws:
java.rmi.RemoteException
ApiFault

getTagsByLibraryAdID

public Tag[] getTagsByLibraryAdID(long libraryAdID)
                           throws java.rmi.RemoteException,
                                  ApiFault
Specified by:
getTagsByLibraryAdID in interface EditorialService
Throws:
java.rmi.RemoteException
ApiFault

getTagsByUrlID

public Tag[] getTagsByUrlID(long urlID)
                     throws java.rmi.RemoteException,
                            ApiFault
Specified by:
getTagsByUrlID in interface EditorialService
Throws:
java.rmi.RemoteException
ApiFault

getTagsForLibraryAd

public Tag[] getTagsForLibraryAd(long[] tagIDs)
                          throws java.rmi.RemoteException,
                                 ApiFault
Specified by:
getTagsForLibraryAd in interface EditorialService
Throws:
java.rmi.RemoteException
ApiFault

getTagsForUrl

public Tag[] getTagsForUrl(long[] tagIDs)
                    throws java.rmi.RemoteException,
                           ApiFault
Specified by:
getTagsForUrl in interface EditorialService
Throws:
java.rmi.RemoteException
ApiFault

submitLibraryAdTagComplaint

public ComplaintResponse submitLibraryAdTagComplaint(long libraryAdID,
                                                     Complaint complaint)
                                              throws java.rmi.RemoteException,
                                                     ApiFault
Specified by:
submitLibraryAdTagComplaint in interface EditorialService
Throws:
java.rmi.RemoteException
ApiFault

submitLibraryAdTagComplaints

public ComplaintResponse[] submitLibraryAdTagComplaints(long libraryAdID,
                                                        Complaint[] complaints)
                                                 throws java.rmi.RemoteException,
                                                        ApiFault
Specified by:
submitLibraryAdTagComplaints in interface EditorialService
Throws:
java.rmi.RemoteException
ApiFault

submitUrlTagComplaint

public ComplaintResponse submitUrlTagComplaint(long urlID,
                                               long libraryAdID,
                                               Complaint complaint)
                                        throws java.rmi.RemoteException,
                                               ApiFault
Specified by:
submitUrlTagComplaint in interface EditorialService
Throws:
java.rmi.RemoteException
ApiFault

submitUrlTagComplaints

public ComplaintResponse[] submitUrlTagComplaints(long urlID,
                                                  long libraryAdID,
                                                  Complaint[] complaints)
                                           throws java.rmi.RemoteException,
                                                  ApiFault
Specified by:
submitUrlTagComplaints in interface EditorialService
Throws:
java.rmi.RemoteException
ApiFault