com.yahoo.marketing.apt
Class SiteServiceHttpBindingStub
java.lang.Object
org.apache.axis.client.Stub
com.yahoo.marketing.apt.SiteServiceHttpBindingStub
- All Implemented Interfaces:
- SiteService, java.rmi.Remote, javax.xml.rpc.Stub
public class SiteServiceHttpBindingStub
- extends org.apache.axis.client.Stub
- implements SiteService
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
SiteServiceHttpBindingStub
public SiteServiceHttpBindingStub()
throws org.apache.axis.AxisFault
- Throws:
org.apache.axis.AxisFault
SiteServiceHttpBindingStub
public SiteServiceHttpBindingStub(java.net.URL endpointURL,
javax.xml.rpc.Service service)
throws org.apache.axis.AxisFault
- Throws:
org.apache.axis.AxisFault
SiteServiceHttpBindingStub
public SiteServiceHttpBindingStub(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()
_initOperationDesc3
private static void _initOperationDesc3()
createCall
protected org.apache.axis.client.Call createCall()
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
activateSite
public SiteResponse activateSite(long siteID)
throws java.rmi.RemoteException,
ApiFault
- Specified by:
activateSite
in interface SiteService
- Throws:
java.rmi.RemoteException
ApiFault
activateSites
public SiteResponse[] activateSites(long[] siteIDs)
throws java.rmi.RemoteException,
ApiFault
- Specified by:
activateSites
in interface SiteService
- Throws:
java.rmi.RemoteException
ApiFault
addSite
public SiteResponse addSite(Site site)
throws java.rmi.RemoteException,
ApiFault
- Specified by:
addSite
in interface SiteService
- Throws:
java.rmi.RemoteException
ApiFault
addSiteAccess
public SiteAccessResponse addSiteAccess(SiteAccess siteAccess)
throws java.rmi.RemoteException,
ApiFault
- Specified by:
addSiteAccess
in interface SiteService
- Throws:
java.rmi.RemoteException
ApiFault
addSiteAccesses
public SiteAccessResponse[] addSiteAccesses(SiteAccess[] siteAccesses)
throws java.rmi.RemoteException,
ApiFault
- Specified by:
addSiteAccesses
in interface SiteService
- Throws:
java.rmi.RemoteException
ApiFault
addSites
public SiteResponse[] addSites(Site[] sites)
throws java.rmi.RemoteException,
ApiFault
- Specified by:
addSites
in interface SiteService
- Throws:
java.rmi.RemoteException
ApiFault
deleteSite
public BasicResponse deleteSite(long siteID)
throws java.rmi.RemoteException,
ApiFault
- Specified by:
deleteSite
in interface SiteService
- Throws:
java.rmi.RemoteException
ApiFault
deleteSiteAccess
public BasicResponse deleteSiteAccess(long siteAccessID)
throws java.rmi.RemoteException,
ApiFault
- Specified by:
deleteSiteAccess
in interface SiteService
- Throws:
java.rmi.RemoteException
ApiFault
deleteSiteAccesses
public BasicResponse[] deleteSiteAccesses(long[] siteAccessIDs)
throws java.rmi.RemoteException,
ApiFault
- Specified by:
deleteSiteAccesses
in interface SiteService
- Throws:
java.rmi.RemoteException
ApiFault
deleteSites
public BasicResponse[] deleteSites(long[] siteIDs)
throws java.rmi.RemoteException,
ApiFault
- Specified by:
deleteSites
in interface SiteService
- Throws:
java.rmi.RemoteException
ApiFault
getSite
public Site getSite(long siteID)
throws java.rmi.RemoteException,
ApiFault
- Specified by:
getSite
in interface SiteService
- Throws:
java.rmi.RemoteException
ApiFault
getSiteAccess
public SiteAccess getSiteAccess(long siteAccessID)
throws java.rmi.RemoteException,
ApiFault
- Specified by:
getSiteAccess
in interface SiteService
- Throws:
java.rmi.RemoteException
ApiFault
getSiteAccessBySiteID
public SiteAccess getSiteAccessBySiteID(long siteID)
throws java.rmi.RemoteException,
ApiFault
- Specified by:
getSiteAccessBySiteID
in interface SiteService
- Throws:
java.rmi.RemoteException
ApiFault
getSiteAccesses
public SiteAccess[] getSiteAccesses(long[] siteAccessIDs)
throws java.rmi.RemoteException,
ApiFault
- Specified by:
getSiteAccesses
in interface SiteService
- Throws:
java.rmi.RemoteException
ApiFault
getSites
public Site[] getSites(long[] siteIDs)
throws java.rmi.RemoteException,
ApiFault
- Specified by:
getSites
in interface SiteService
- Throws:
java.rmi.RemoteException
ApiFault
getSitesByAccountID
public Site[] getSitesByAccountID()
throws java.rmi.RemoteException,
ApiFault
- Specified by:
getSitesByAccountID
in interface SiteService
- Throws:
java.rmi.RemoteException
ApiFault
getSupportedSiteLanguages
public java.lang.String[] getSupportedSiteLanguages()
throws java.rmi.RemoteException,
ApiFault
- Specified by:
getSupportedSiteLanguages
in interface SiteService
- Throws:
java.rmi.RemoteException
ApiFault
updateSite
public SiteResponse updateSite(Site site)
throws java.rmi.RemoteException,
ApiFault
- Specified by:
updateSite
in interface SiteService
- Throws:
java.rmi.RemoteException
ApiFault
updateSiteAccess
public SiteAccessResponse updateSiteAccess(SiteAccess siteAccess)
throws java.rmi.RemoteException,
ApiFault
- Specified by:
updateSiteAccess
in interface SiteService
- Throws:
java.rmi.RemoteException
ApiFault
updateSiteAccesses
public SiteAccessResponse[] updateSiteAccesses(SiteAccess[] siteAccesses)
throws java.rmi.RemoteException,
ApiFault
- Specified by:
updateSiteAccesses
in interface SiteService
- Throws:
java.rmi.RemoteException
ApiFault
updateSites
public SiteResponse[] updateSites(Site[] sites)
throws java.rmi.RemoteException,
ApiFault
- Specified by:
updateSites
in interface SiteService
- Throws:
java.rmi.RemoteException
ApiFault