com.yahoo.marketing.apt
Class GeographicalTargetingServiceHttpBindingStub

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

public class GeographicalTargetingServiceHttpBindingStub
extends org.apache.axis.client.Stub
implements GeographicalTargetingService


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
GeographicalTargetingServiceHttpBindingStub()
           
GeographicalTargetingServiceHttpBindingStub(javax.xml.rpc.Service service)
           
GeographicalTargetingServiceHttpBindingStub(java.net.URL endpointURL, javax.xml.rpc.Service service)
           
 
Method Summary
private static void _initOperationDesc1()
           
protected  org.apache.axis.client.Call createCall()
           
 Region[] getAncestorRegions(long regionWOEID)
           
 Region[] getCountries()
           
 java.lang.String getExtendedName(long regionWOEID)
           
 Region getRegion(long WOEID)
           
 RegionLevel[] getRegionLevelsForCountry(long countryWOEID)
           
 Region[] getRegions(long[] WOEIDs)
           
 Region[] getRegionsByLevelWithinRadius(long radius, DistanceUnits distanceUnits, long regionWOEID, long level, int startElement, int numElements)
           
 Region[] getRegionsByParentByLevel(long[] parentWOEIDs, long level, int startElement, int numElements)
           
 RegionProbability[] getRegionsByString(java.lang.String regionName)
           
 RegionProbability[] getRegionsByStringByCountry(java.lang.String regionName, long countryWOEID)
           
 
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

GeographicalTargetingServiceHttpBindingStub

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

GeographicalTargetingServiceHttpBindingStub

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

GeographicalTargetingServiceHttpBindingStub

public GeographicalTargetingServiceHttpBindingStub(javax.xml.rpc.Service service)
                                            throws org.apache.axis.AxisFault
Throws:
org.apache.axis.AxisFault
Method Detail

_initOperationDesc1

private static void _initOperationDesc1()

createCall

protected org.apache.axis.client.Call createCall()
                                          throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getAncestorRegions

public Region[] getAncestorRegions(long regionWOEID)
                            throws java.rmi.RemoteException,
                                   ApiFault
Specified by:
getAncestorRegions in interface GeographicalTargetingService
Throws:
java.rmi.RemoteException
ApiFault

getCountries

public Region[] getCountries()
                      throws java.rmi.RemoteException,
                             ApiFault
Specified by:
getCountries in interface GeographicalTargetingService
Throws:
java.rmi.RemoteException
ApiFault

getExtendedName

public java.lang.String getExtendedName(long regionWOEID)
                                 throws java.rmi.RemoteException,
                                        ApiFault
Specified by:
getExtendedName in interface GeographicalTargetingService
Throws:
java.rmi.RemoteException
ApiFault

getRegion

public Region getRegion(long WOEID)
                 throws java.rmi.RemoteException,
                        ApiFault
Specified by:
getRegion in interface GeographicalTargetingService
Throws:
java.rmi.RemoteException
ApiFault

getRegionLevelsForCountry

public RegionLevel[] getRegionLevelsForCountry(long countryWOEID)
                                        throws java.rmi.RemoteException,
                                               ApiFault
Specified by:
getRegionLevelsForCountry in interface GeographicalTargetingService
Throws:
java.rmi.RemoteException
ApiFault

getRegions

public Region[] getRegions(long[] WOEIDs)
                    throws java.rmi.RemoteException,
                           ApiFault
Specified by:
getRegions in interface GeographicalTargetingService
Throws:
java.rmi.RemoteException
ApiFault

getRegionsByLevelWithinRadius

public Region[] getRegionsByLevelWithinRadius(long radius,
                                              DistanceUnits distanceUnits,
                                              long regionWOEID,
                                              long level,
                                              int startElement,
                                              int numElements)
                                       throws java.rmi.RemoteException,
                                              ApiFault
Specified by:
getRegionsByLevelWithinRadius in interface GeographicalTargetingService
Throws:
java.rmi.RemoteException
ApiFault

getRegionsByParentByLevel

public Region[] getRegionsByParentByLevel(long[] parentWOEIDs,
                                          long level,
                                          int startElement,
                                          int numElements)
                                   throws java.rmi.RemoteException,
                                          ApiFault
Specified by:
getRegionsByParentByLevel in interface GeographicalTargetingService
Throws:
java.rmi.RemoteException
ApiFault

getRegionsByString

public RegionProbability[] getRegionsByString(java.lang.String regionName)
                                       throws java.rmi.RemoteException,
                                              ApiFault
Specified by:
getRegionsByString in interface GeographicalTargetingService
Throws:
java.rmi.RemoteException
ApiFault

getRegionsByStringByCountry

public RegionProbability[] getRegionsByStringByCountry(java.lang.String regionName,
                                                       long countryWOEID)
                                                throws java.rmi.RemoteException,
                                                       ApiFault
Specified by:
getRegionsByStringByCountry in interface GeographicalTargetingService
Throws:
java.rmi.RemoteException
ApiFault