com.yahoo.marketing.apt
Class CustomSegmentServiceHttpBindingStub

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

public class CustomSegmentServiceHttpBindingStub
extends org.apache.axis.client.Stub
implements CustomSegmentService


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
CustomSegmentServiceHttpBindingStub()
           
CustomSegmentServiceHttpBindingStub(javax.xml.rpc.Service service)
           
CustomSegmentServiceHttpBindingStub(java.net.URL endpointURL, javax.xml.rpc.Service service)
           
 
Method Summary
private static void _initOperationDesc1()
           
private static void _initOperationDesc2()
           
 BasicResponse activateCustomSegment(long customSegmentID)
           
 BasicResponse[] activateCustomSegments(long[] customSegmentIDs)
           
 CustomSegmentResponse addCustomSegment(CustomSegment customSegment)
           
 CustomSegmentResponse[] addCustomSegments(CustomSegment[] customSegments)
           
protected  org.apache.axis.client.Call createCall()
           
 BasicResponse deactivateCustomSegment(long customSegmentID)
           
 BasicResponse[] deactivateCustomSegments(long[] customSegmentIDs)
           
 BasicResponse deleteCustomSegment(long customSegmentID)
           
 BasicResponse[] deleteCustomSegments(long[] customSegmentIDs)
           
 CustomSegment getCustomSegment(long customSegmentID)
           
 CustomSegment[] getCustomSegments(long[] customSegmentIDs)
           
 CustomSegment[] getCustomSegmentsByAccountID()
           
 CustomSegmentResponse updateCustomSegment(CustomSegment customSegment)
           
 CustomSegmentResponse[] updateCustomSegments(CustomSegment[] customSegments)
           
 
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

CustomSegmentServiceHttpBindingStub

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

CustomSegmentServiceHttpBindingStub

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

CustomSegmentServiceHttpBindingStub

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

activateCustomSegment

public BasicResponse activateCustomSegment(long customSegmentID)
                                    throws java.rmi.RemoteException,
                                           ApiFault
Specified by:
activateCustomSegment in interface CustomSegmentService
Throws:
java.rmi.RemoteException
ApiFault

activateCustomSegments

public BasicResponse[] activateCustomSegments(long[] customSegmentIDs)
                                       throws java.rmi.RemoteException,
                                              ApiFault
Specified by:
activateCustomSegments in interface CustomSegmentService
Throws:
java.rmi.RemoteException
ApiFault

addCustomSegment

public CustomSegmentResponse addCustomSegment(CustomSegment customSegment)
                                       throws java.rmi.RemoteException,
                                              ApiFault
Specified by:
addCustomSegment in interface CustomSegmentService
Throws:
java.rmi.RemoteException
ApiFault

addCustomSegments

public CustomSegmentResponse[] addCustomSegments(CustomSegment[] customSegments)
                                          throws java.rmi.RemoteException,
                                                 ApiFault
Specified by:
addCustomSegments in interface CustomSegmentService
Throws:
java.rmi.RemoteException
ApiFault

deactivateCustomSegment

public BasicResponse deactivateCustomSegment(long customSegmentID)
                                      throws java.rmi.RemoteException,
                                             ApiFault
Specified by:
deactivateCustomSegment in interface CustomSegmentService
Throws:
java.rmi.RemoteException
ApiFault

deactivateCustomSegments

public BasicResponse[] deactivateCustomSegments(long[] customSegmentIDs)
                                         throws java.rmi.RemoteException,
                                                ApiFault
Specified by:
deactivateCustomSegments in interface CustomSegmentService
Throws:
java.rmi.RemoteException
ApiFault

deleteCustomSegment

public BasicResponse deleteCustomSegment(long customSegmentID)
                                  throws java.rmi.RemoteException,
                                         ApiFault
Specified by:
deleteCustomSegment in interface CustomSegmentService
Throws:
java.rmi.RemoteException
ApiFault

deleteCustomSegments

public BasicResponse[] deleteCustomSegments(long[] customSegmentIDs)
                                     throws java.rmi.RemoteException,
                                            ApiFault
Specified by:
deleteCustomSegments in interface CustomSegmentService
Throws:
java.rmi.RemoteException
ApiFault

getCustomSegment

public CustomSegment getCustomSegment(long customSegmentID)
                               throws java.rmi.RemoteException,
                                      ApiFault
Specified by:
getCustomSegment in interface CustomSegmentService
Throws:
java.rmi.RemoteException
ApiFault

getCustomSegments

public CustomSegment[] getCustomSegments(long[] customSegmentIDs)
                                  throws java.rmi.RemoteException,
                                         ApiFault
Specified by:
getCustomSegments in interface CustomSegmentService
Throws:
java.rmi.RemoteException
ApiFault

getCustomSegmentsByAccountID

public CustomSegment[] getCustomSegmentsByAccountID()
                                             throws java.rmi.RemoteException,
                                                    ApiFault
Specified by:
getCustomSegmentsByAccountID in interface CustomSegmentService
Throws:
java.rmi.RemoteException
ApiFault

updateCustomSegment

public CustomSegmentResponse updateCustomSegment(CustomSegment customSegment)
                                          throws java.rmi.RemoteException,
                                                 ApiFault
Specified by:
updateCustomSegment in interface CustomSegmentService
Throws:
java.rmi.RemoteException
ApiFault

updateCustomSegments

public CustomSegmentResponse[] updateCustomSegments(CustomSegment[] customSegments)
                                             throws java.rmi.RemoteException,
                                                    ApiFault
Specified by:
updateCustomSegments in interface CustomSegmentService
Throws:
java.rmi.RemoteException
ApiFault