public class IContactTaskStub extends org.apache.axis.client.Stub implements IContactTask
Modifier and Type | Field and Description |
---|---|
private java.util.Vector |
cachedDeserFactories |
private java.util.Vector |
cachedSerClasses |
private java.util.Vector |
cachedSerFactories |
private java.util.Vector |
cachedSerQNames |
Constructor and Description |
---|
IContactTaskStub() |
IContactTaskStub(javax.xml.rpc.Service service) |
IContactTaskStub(java.net.URL endpointURL,
javax.xml.rpc.Service service) |
Modifier and Type | Method and Description |
---|---|
private void |
addSerial(java.lang.String xmlns,
java.lang.String localname,
java.lang.Class cls,
java.lang.Object serializer,
java.lang.Object deserializer) |
void |
changeContact(java.lang.String[] keyIDs,
LDAPUser ldapUser) |
protected org.apache.axis.client.Call |
createCall() |
FindContactOutput |
findContact(java.lang.String keyID) |
void |
removeContact(java.lang.String[] keyIDs) |
private java.util.Vector cachedSerClasses
private java.util.Vector cachedSerQNames
private java.util.Vector cachedSerFactories
private java.util.Vector cachedDeserFactories
public IContactTaskStub() throws org.apache.axis.AxisFault
org.apache.axis.AxisFault
public IContactTaskStub(java.net.URL endpointURL, javax.xml.rpc.Service service) throws org.apache.axis.AxisFault
org.apache.axis.AxisFault
public IContactTaskStub(javax.xml.rpc.Service service) throws org.apache.axis.AxisFault
org.apache.axis.AxisFault
private void addSerial(java.lang.String xmlns, java.lang.String localname, java.lang.Class cls, java.lang.Object serializer, java.lang.Object deserializer)
protected org.apache.axis.client.Call createCall() throws java.rmi.RemoteException
java.rmi.RemoteException
public FindContactOutput findContact(java.lang.String keyID) throws java.rmi.RemoteException
findContact
in interface IContactTask
java.rmi.RemoteException
public void changeContact(java.lang.String[] keyIDs, LDAPUser ldapUser) throws java.rmi.RemoteException
changeContact
in interface IContactTask
java.rmi.RemoteException
public void removeContact(java.lang.String[] keyIDs) throws java.rmi.RemoteException
removeContact
in interface IContactTask
java.rmi.RemoteException