com.yahoo.marketing.apt
Class PixelServiceHttpBindingStub

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

public class PixelServiceHttpBindingStub
extends org.apache.axis.client.Stub
implements PixelService


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
PixelServiceHttpBindingStub()
           
PixelServiceHttpBindingStub(javax.xml.rpc.Service service)
           
PixelServiceHttpBindingStub(java.net.URL endpointURL, javax.xml.rpc.Service service)
           
 
Method Summary
private static void _initOperationDesc1()
           
private static void _initOperationDesc2()
           
 BasicResponse activatePixel(long pixelID)
           
 BasicResponse[] activatePixels(long[] pixelIDs)
           
 PixelResponse addPixel(Pixel pixel)
           
 PixelResponse[] addPixels(Pixel[] pixels)
           
protected  org.apache.axis.client.Call createCall()
           
 BasicResponse deactivatePixel(long pixelID)
           
 BasicResponse[] deactivatePixels(long[] pixelIDs)
           
 BasicResponse deletePiggybackPixels(long pixelID)
           
 PiggybackPixel[] getPiggybackPixels(long pixelID)
           
 Pixel getPixel(long pixelID)
           
 java.lang.String getPixelCode(long pixelID, PixelCodeType pixelCodeType)
           
 long getPixelCountByAccountID()
           
 Pixel[] getPixels(long[] pixelIDs)
           
 Pixel[] getPixelsByAccountID(int startElement, int numElements)
           
 BasicResponse setPiggybackPixels(long pixelID, PiggybackPixel[] piggybackPixels)
           
 PixelResponse updatePixel(Pixel pixel)
           
 PixelResponse[] updatePixels(Pixel[] pixels)
           
 
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

PixelServiceHttpBindingStub

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

PixelServiceHttpBindingStub

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

PixelServiceHttpBindingStub

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

activatePixel

public BasicResponse activatePixel(long pixelID)
                            throws java.rmi.RemoteException,
                                   ApiFault
Specified by:
activatePixel in interface PixelService
Throws:
java.rmi.RemoteException
ApiFault

activatePixels

public BasicResponse[] activatePixels(long[] pixelIDs)
                               throws java.rmi.RemoteException,
                                      ApiFault
Specified by:
activatePixels in interface PixelService
Throws:
java.rmi.RemoteException
ApiFault

addPixel

public PixelResponse addPixel(Pixel pixel)
                       throws java.rmi.RemoteException,
                              ApiFault
Specified by:
addPixel in interface PixelService
Throws:
java.rmi.RemoteException
ApiFault

addPixels

public PixelResponse[] addPixels(Pixel[] pixels)
                          throws java.rmi.RemoteException,
                                 ApiFault
Specified by:
addPixels in interface PixelService
Throws:
java.rmi.RemoteException
ApiFault

deactivatePixel

public BasicResponse deactivatePixel(long pixelID)
                              throws java.rmi.RemoteException,
                                     ApiFault
Specified by:
deactivatePixel in interface PixelService
Throws:
java.rmi.RemoteException
ApiFault

deactivatePixels

public BasicResponse[] deactivatePixels(long[] pixelIDs)
                                 throws java.rmi.RemoteException,
                                        ApiFault
Specified by:
deactivatePixels in interface PixelService
Throws:
java.rmi.RemoteException
ApiFault

deletePiggybackPixels

public BasicResponse deletePiggybackPixels(long pixelID)
                                    throws java.rmi.RemoteException,
                                           ApiFault
Specified by:
deletePiggybackPixels in interface PixelService
Throws:
java.rmi.RemoteException
ApiFault

getPiggybackPixels

public PiggybackPixel[] getPiggybackPixels(long pixelID)
                                    throws java.rmi.RemoteException,
                                           ApiFault
Specified by:
getPiggybackPixels in interface PixelService
Throws:
java.rmi.RemoteException
ApiFault

getPixel

public Pixel getPixel(long pixelID)
               throws java.rmi.RemoteException,
                      ApiFault
Specified by:
getPixel in interface PixelService
Throws:
java.rmi.RemoteException
ApiFault

getPixelCode

public java.lang.String getPixelCode(long pixelID,
                                     PixelCodeType pixelCodeType)
                              throws java.rmi.RemoteException,
                                     ApiFault
Specified by:
getPixelCode in interface PixelService
Throws:
java.rmi.RemoteException
ApiFault

getPixelCountByAccountID

public long getPixelCountByAccountID()
                              throws java.rmi.RemoteException,
                                     ApiFault
Specified by:
getPixelCountByAccountID in interface PixelService
Throws:
java.rmi.RemoteException
ApiFault

getPixels

public Pixel[] getPixels(long[] pixelIDs)
                  throws java.rmi.RemoteException,
                         ApiFault
Specified by:
getPixels in interface PixelService
Throws:
java.rmi.RemoteException
ApiFault

getPixelsByAccountID

public Pixel[] getPixelsByAccountID(int startElement,
                                    int numElements)
                             throws java.rmi.RemoteException,
                                    ApiFault
Specified by:
getPixelsByAccountID in interface PixelService
Throws:
java.rmi.RemoteException
ApiFault

setPiggybackPixels

public BasicResponse setPiggybackPixels(long pixelID,
                                        PiggybackPixel[] piggybackPixels)
                                 throws java.rmi.RemoteException,
                                        ApiFault
Specified by:
setPiggybackPixels in interface PixelService
Throws:
java.rmi.RemoteException
ApiFault

updatePixel

public PixelResponse updatePixel(Pixel pixel)
                          throws java.rmi.RemoteException,
                                 ApiFault
Specified by:
updatePixel in interface PixelService
Throws:
java.rmi.RemoteException
ApiFault

updatePixels

public PixelResponse[] updatePixels(Pixel[] pixels)
                             throws java.rmi.RemoteException,
                                    ApiFault
Specified by:
updatePixels in interface PixelService
Throws:
java.rmi.RemoteException
ApiFault