com.yahoo.marketing.apt
Class ContactServiceHttpBindingStub

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

public class ContactServiceHttpBindingStub
extends org.apache.axis.client.Stub
implements ContactService


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
ContactServiceHttpBindingStub()
           
ContactServiceHttpBindingStub(javax.xml.rpc.Service service)
           
ContactServiceHttpBindingStub(java.net.URL endpointURL, javax.xml.rpc.Service service)
           
 
Method Summary
private static void _initOperationDesc1()
           
private static void _initOperationDesc2()
           
 ContactResponse[] addContactsToManagedAccount(Contact[] contacts)
           
 ContactResponse addContactToManagedAccount(Contact contact)
           
protected  org.apache.axis.client.Call createCall()
           
 BasicResponse disableContact(long contactID)
           
 BasicResponse[] disableContacts(long[] contactIDs)
           
 BasicResponse enableContact(long contactID)
           
 BasicResponse[] enableContacts(long[] contactIDs)
           
 Contact getContact(long contactID)
           
 long getContactCountByAccountID()
           
 Contact[] getContacts(long[] contactIDs)
           
 Contact[] getContactsByAccountID(int startElement, int numElements)
           
 BasicResponse resetContactPassword(long contactID)
           
 boolean testUsername(java.lang.String username)
           
 ContactResponse updateContact(Contact contact)
           
 ContactResponse[] updateContacts(Contact[] contacts)
           
 
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

ContactServiceHttpBindingStub

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

ContactServiceHttpBindingStub

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

ContactServiceHttpBindingStub

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

addContactToManagedAccount

public ContactResponse addContactToManagedAccount(Contact contact)
                                           throws java.rmi.RemoteException,
                                                  ApiFault
Specified by:
addContactToManagedAccount in interface ContactService
Throws:
java.rmi.RemoteException
ApiFault

addContactsToManagedAccount

public ContactResponse[] addContactsToManagedAccount(Contact[] contacts)
                                              throws java.rmi.RemoteException,
                                                     ApiFault
Specified by:
addContactsToManagedAccount in interface ContactService
Throws:
java.rmi.RemoteException
ApiFault

disableContact

public BasicResponse disableContact(long contactID)
                             throws java.rmi.RemoteException,
                                    ApiFault
Specified by:
disableContact in interface ContactService
Throws:
java.rmi.RemoteException
ApiFault

disableContacts

public BasicResponse[] disableContacts(long[] contactIDs)
                                throws java.rmi.RemoteException,
                                       ApiFault
Specified by:
disableContacts in interface ContactService
Throws:
java.rmi.RemoteException
ApiFault

enableContact

public BasicResponse enableContact(long contactID)
                            throws java.rmi.RemoteException,
                                   ApiFault
Specified by:
enableContact in interface ContactService
Throws:
java.rmi.RemoteException
ApiFault

enableContacts

public BasicResponse[] enableContacts(long[] contactIDs)
                               throws java.rmi.RemoteException,
                                      ApiFault
Specified by:
enableContacts in interface ContactService
Throws:
java.rmi.RemoteException
ApiFault

getContact

public Contact getContact(long contactID)
                   throws java.rmi.RemoteException,
                          ApiFault
Specified by:
getContact in interface ContactService
Throws:
java.rmi.RemoteException
ApiFault

getContactCountByAccountID

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

getContacts

public Contact[] getContacts(long[] contactIDs)
                      throws java.rmi.RemoteException,
                             ApiFault
Specified by:
getContacts in interface ContactService
Throws:
java.rmi.RemoteException
ApiFault

getContactsByAccountID

public Contact[] getContactsByAccountID(int startElement,
                                        int numElements)
                                 throws java.rmi.RemoteException,
                                        ApiFault
Specified by:
getContactsByAccountID in interface ContactService
Throws:
java.rmi.RemoteException
ApiFault

resetContactPassword

public BasicResponse resetContactPassword(long contactID)
                                   throws java.rmi.RemoteException,
                                          ApiFault
Specified by:
resetContactPassword in interface ContactService
Throws:
java.rmi.RemoteException
ApiFault

testUsername

public boolean testUsername(java.lang.String username)
                     throws java.rmi.RemoteException,
                            ApiFault
Specified by:
testUsername in interface ContactService
Throws:
java.rmi.RemoteException
ApiFault

updateContact

public ContactResponse updateContact(Contact contact)
                              throws java.rmi.RemoteException,
                                     ApiFault
Specified by:
updateContact in interface ContactService
Throws:
java.rmi.RemoteException
ApiFault

updateContacts

public ContactResponse[] updateContacts(Contact[] contacts)
                                 throws java.rmi.RemoteException,
                                        ApiFault
Specified by:
updateContacts in interface ContactService
Throws:
java.rmi.RemoteException
ApiFault