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.AxisFault
public IExportedArtifactsTaskStub(java.net.URL endpointURL, javax.xml.rpc.Service service) throws org.apache.axis.AxisFault
org.apache.axis.AxisFault
public IExportedArtifactsTaskStub(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 ExportedArtifactsTO find(java.lang.String keyID) throws java.rmi.RemoteException
find
in interface IExportedArtifactsTask
java.rmi.RemoteException
public ExportedArtifactsTO[] findAll(java.lang.String[] keyIDs) throws java.rmi.RemoteException
findAll
in interface IExportedArtifactsTask
java.rmi.RemoteException
public ExportedArtifactsTO findByExportProfileKeyID(java.lang.String keyID) throws java.rmi.RemoteException
findByExportProfileKeyID
in interface IExportedArtifactsTask
java.rmi.RemoteException
public void deleteExportedArtifacts(java.lang.String keyID) throws java.rmi.RemoteException
deleteExportedArtifacts
in interface IExportedArtifactsTask
java.rmi.RemoteException
public ExportedArtifactsTO[] enumExportedArtifacts() throws java.rmi.RemoteException
enumExportedArtifacts
in interface IExportedArtifactsTask
java.rmi.RemoteException
public FileDefTO exportArtifacts(java.lang.String keyID) throws java.rmi.RemoteException
exportArtifacts
in interface IExportedArtifactsTask
java.rmi.RemoteException
public void importArtifacts(java.lang.String keyID, FileDefTO file) throws java.rmi.RemoteException
importArtifacts
in interface IExportedArtifactsTask
java.rmi.RemoteException
public void updateArtifact(ExportedArtifactsTO artifact) throws java.rmi.RemoteException
updateArtifact
in interface IExportedArtifactsTask
java.rmi.RemoteException