public class IExportedArtifactsTaskStub extends org.apache.axis.client.Stub implements IExportedArtifactsTask
| 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 |
|---|
IExportedArtifactsTaskStub() |
IExportedArtifactsTaskStub(javax.xml.rpc.Service service) |
IExportedArtifactsTaskStub(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) |
protected org.apache.axis.client.Call |
createCall() |
void |
deleteExportedArtifacts(java.lang.String keyID) |
ExportedArtifactsTO[] |
enumExportedArtifacts() |
FileDefTO |
exportArtifacts(java.lang.String keyID) |
ExportedArtifactsTO |
find(java.lang.String keyID) |
ExportedArtifactsTO[] |
findAll(java.lang.String[] keyIDs) |
ExportedArtifactsTO |
findByExportProfileKeyID(java.lang.String keyID) |
void |
importArtifacts(java.lang.String keyID,
FileDefTO file) |
void |
updateArtifact(ExportedArtifactsTO artifact) |
private java.util.Vector cachedSerClasses
private java.util.Vector cachedSerQNames
private java.util.Vector cachedSerFactories
private java.util.Vector cachedDeserFactories
public IExportedArtifactsTaskStub()
throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultpublic IExportedArtifactsTaskStub(java.net.URL endpointURL,
javax.xml.rpc.Service service)
throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultpublic IExportedArtifactsTaskStub(javax.xml.rpc.Service service)
throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultprivate 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.RemoteExceptionpublic ExportedArtifactsTO find(java.lang.String keyID) throws java.rmi.RemoteException
find in interface IExportedArtifactsTaskjava.rmi.RemoteExceptionpublic ExportedArtifactsTO[] findAll(java.lang.String[] keyIDs) throws java.rmi.RemoteException
findAll in interface IExportedArtifactsTaskjava.rmi.RemoteExceptionpublic ExportedArtifactsTO findByExportProfileKeyID(java.lang.String keyID) throws java.rmi.RemoteException
findByExportProfileKeyID in interface IExportedArtifactsTaskjava.rmi.RemoteExceptionpublic void deleteExportedArtifacts(java.lang.String keyID)
throws java.rmi.RemoteException
deleteExportedArtifacts in interface IExportedArtifactsTaskjava.rmi.RemoteExceptionpublic ExportedArtifactsTO[] enumExportedArtifacts() throws java.rmi.RemoteException
enumExportedArtifacts in interface IExportedArtifactsTaskjava.rmi.RemoteExceptionpublic FileDefTO exportArtifacts(java.lang.String keyID) throws java.rmi.RemoteException
exportArtifacts in interface IExportedArtifactsTaskjava.rmi.RemoteExceptionpublic void importArtifacts(java.lang.String keyID,
FileDefTO file)
throws java.rmi.RemoteException
importArtifacts in interface IExportedArtifactsTaskjava.rmi.RemoteExceptionpublic void updateArtifact(ExportedArtifactsTO artifact) throws java.rmi.RemoteException
updateArtifact in interface IExportedArtifactsTaskjava.rmi.RemoteException