com.yahoo.marketing.apt
Class PixelServiceHttpBindingStub
java.lang.Object
org.apache.axis.client.Stub
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
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
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
_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