com.yahoo.marketing.apt
Class CustomGeoAreaServiceHttpBindingStub

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

public class CustomGeoAreaServiceHttpBindingStub
extends org.apache.axis.client.Stub
implements CustomGeoAreaService


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
CustomGeoAreaServiceHttpBindingStub()
           
CustomGeoAreaServiceHttpBindingStub(javax.xml.rpc.Service service)
           
CustomGeoAreaServiceHttpBindingStub(java.net.URL endpointURL, javax.xml.rpc.Service service)
           
 
Method Summary
private static void _initOperationDesc1()
           
private static void _initOperationDesc2()
           
 BasicResponse activateCustomGeoArea(long customGeoAreaID)
           
 BasicResponse[] activateCustomGeoAreas(long[] customGeoAreaIDs)
           
 CustomGeoAreaResponse addCustomGeoArea(CustomGeoArea customGeoArea)
           
 CustomGeoAreaResponse[] addCustomGeoAreas(CustomGeoArea[] customGeoAreas)
           
 CustomGeoAreaResponse copyCustomGeoArea(long customGeoAreaID, java.lang.String newName)
           
protected  org.apache.axis.client.Call createCall()
           
 BasicResponse deactivateCustomGeoArea(long customGeoAreaID)
           
 BasicResponse[] deactivateCustomGeoAreas(long[] customGeoAreaIDs)
           
 BasicResponse deleteCustomGeoArea(long customGeoAreaID)
           
 BasicResponse[] deleteCustomGeoAreas(long[] customGeoAreaIDs)
           
 CustomGeoArea getCustomGeoArea(long customGeoAreaID)
           
 CustomGeoArea[] getCustomGeoAreas(long[] customGeoAreaIDs)
           
 CustomGeoArea[] getCustomGeoAreasByAccountID()
           
 CustomGeoAreaResponse updateCustomGeoArea(CustomGeoArea customGeoArea)
           
 CustomGeoAreaResponse[] updateCustomGeoAreas(CustomGeoArea[] customGeoAreas)
           
 
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

CustomGeoAreaServiceHttpBindingStub

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

CustomGeoAreaServiceHttpBindingStub

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

CustomGeoAreaServiceHttpBindingStub

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

activateCustomGeoArea

public BasicResponse activateCustomGeoArea(long customGeoAreaID)
                                    throws java.rmi.RemoteException,
                                           ApiFault
Specified by:
activateCustomGeoArea in interface CustomGeoAreaService
Throws:
java.rmi.RemoteException
ApiFault

activateCustomGeoAreas

public BasicResponse[] activateCustomGeoAreas(long[] customGeoAreaIDs)
                                       throws java.rmi.RemoteException,
                                              ApiFault
Specified by:
activateCustomGeoAreas in interface CustomGeoAreaService
Throws:
java.rmi.RemoteException
ApiFault

addCustomGeoArea

public CustomGeoAreaResponse addCustomGeoArea(CustomGeoArea customGeoArea)
                                       throws java.rmi.RemoteException,
                                              ApiFault
Specified by:
addCustomGeoArea in interface CustomGeoAreaService
Throws:
java.rmi.RemoteException
ApiFault

addCustomGeoAreas

public CustomGeoAreaResponse[] addCustomGeoAreas(CustomGeoArea[] customGeoAreas)
                                          throws java.rmi.RemoteException,
                                                 ApiFault
Specified by:
addCustomGeoAreas in interface CustomGeoAreaService
Throws:
java.rmi.RemoteException
ApiFault

copyCustomGeoArea

public CustomGeoAreaResponse copyCustomGeoArea(long customGeoAreaID,
                                               java.lang.String newName)
                                        throws java.rmi.RemoteException,
                                               ApiFault
Specified by:
copyCustomGeoArea in interface CustomGeoAreaService
Throws:
java.rmi.RemoteException
ApiFault

deactivateCustomGeoArea

public BasicResponse deactivateCustomGeoArea(long customGeoAreaID)
                                      throws java.rmi.RemoteException,
                                             ApiFault
Specified by:
deactivateCustomGeoArea in interface CustomGeoAreaService
Throws:
java.rmi.RemoteException
ApiFault

deactivateCustomGeoAreas

public BasicResponse[] deactivateCustomGeoAreas(long[] customGeoAreaIDs)
                                         throws java.rmi.RemoteException,
                                                ApiFault
Specified by:
deactivateCustomGeoAreas in interface CustomGeoAreaService
Throws:
java.rmi.RemoteException
ApiFault

deleteCustomGeoArea

public BasicResponse deleteCustomGeoArea(long customGeoAreaID)
                                  throws java.rmi.RemoteException,
                                         ApiFault
Specified by:
deleteCustomGeoArea in interface CustomGeoAreaService
Throws:
java.rmi.RemoteException
ApiFault

deleteCustomGeoAreas

public BasicResponse[] deleteCustomGeoAreas(long[] customGeoAreaIDs)
                                     throws java.rmi.RemoteException,
                                            ApiFault
Specified by:
deleteCustomGeoAreas in interface CustomGeoAreaService
Throws:
java.rmi.RemoteException
ApiFault

getCustomGeoArea

public CustomGeoArea getCustomGeoArea(long customGeoAreaID)
                               throws java.rmi.RemoteException,
                                      ApiFault
Specified by:
getCustomGeoArea in interface CustomGeoAreaService
Throws:
java.rmi.RemoteException
ApiFault

getCustomGeoAreas

public CustomGeoArea[] getCustomGeoAreas(long[] customGeoAreaIDs)
                                  throws java.rmi.RemoteException,
                                         ApiFault
Specified by:
getCustomGeoAreas in interface CustomGeoAreaService
Throws:
java.rmi.RemoteException
ApiFault

getCustomGeoAreasByAccountID

public CustomGeoArea[] getCustomGeoAreasByAccountID()
                                             throws java.rmi.RemoteException,
                                                    ApiFault
Specified by:
getCustomGeoAreasByAccountID in interface CustomGeoAreaService
Throws:
java.rmi.RemoteException
ApiFault

updateCustomGeoArea

public CustomGeoAreaResponse updateCustomGeoArea(CustomGeoArea customGeoArea)
                                          throws java.rmi.RemoteException,
                                                 ApiFault
Specified by:
updateCustomGeoArea in interface CustomGeoAreaService
Throws:
java.rmi.RemoteException
ApiFault

updateCustomGeoAreas

public CustomGeoAreaResponse[] updateCustomGeoAreas(CustomGeoArea[] customGeoAreas)
                                             throws java.rmi.RemoteException,
                                                    ApiFault
Specified by:
updateCustomGeoAreas in interface CustomGeoAreaService
Throws:
java.rmi.RemoteException
ApiFault