public class IExportProfileTaskStub extends org.apache.axis.client.Stub implements IExportProfileTask
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 |
---|
IExportProfileTaskStub() |
IExportProfileTaskStub(javax.xml.rpc.Service service) |
IExportProfileTaskStub(java.net.URL endpointURL,
javax.xml.rpc.Service service) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
addProfile(ExportProfileTO to) |
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 |
deleteProfile(java.lang.String keyID) |
ExportProfileTO[] |
enumProfiles() |
FileDefTO |
exportProfile(ExportProfileTO to) |
ExportProfileTO |
findProfile(java.lang.String keyID) |
java.lang.String |
getItemSummary(java.lang.String keyID,
boolean expandItems) |
ExportProfileState |
getProfileState(java.lang.String keyID) |
boolean |
isProfileUpToDate(java.lang.String keyID) |
void |
updateProfile(ExportProfileTO to) |
void |
uploadProfile(UploadProfileInput input) |
private java.util.Vector cachedSerClasses
private java.util.Vector cachedSerQNames
private java.util.Vector cachedSerFactories
private java.util.Vector cachedDeserFactories
public IExportProfileTaskStub() throws org.apache.axis.AxisFault
org.apache.axis.AxisFault
public IExportProfileTaskStub(java.net.URL endpointURL, javax.xml.rpc.Service service) throws org.apache.axis.AxisFault
org.apache.axis.AxisFault
public IExportProfileTaskStub(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 void deleteProfile(java.lang.String keyID) throws java.rmi.RemoteException
deleteProfile
in interface IExportProfileTask
java.rmi.RemoteException
public java.lang.String addProfile(ExportProfileTO to) throws java.rmi.RemoteException
addProfile
in interface IExportProfileTask
java.rmi.RemoteException
public void updateProfile(ExportProfileTO to) throws java.rmi.RemoteException
updateProfile
in interface IExportProfileTask
java.rmi.RemoteException
public java.lang.String getItemSummary(java.lang.String keyID, boolean expandItems) throws java.rmi.RemoteException
getItemSummary
in interface IExportProfileTask
java.rmi.RemoteException
public ExportProfileTO[] enumProfiles() throws java.rmi.RemoteException
enumProfiles
in interface IExportProfileTask
java.rmi.RemoteException
public void uploadProfile(UploadProfileInput input) throws java.rmi.RemoteException
uploadProfile
in interface IExportProfileTask
java.rmi.RemoteException
public FileDefTO exportProfile(ExportProfileTO to) throws java.rmi.RemoteException
exportProfile
in interface IExportProfileTask
java.rmi.RemoteException
public ExportProfileState getProfileState(java.lang.String keyID) throws java.rmi.RemoteException
getProfileState
in interface IExportProfileTask
java.rmi.RemoteException
public ExportProfileTO findProfile(java.lang.String keyID) throws java.rmi.RemoteException
findProfile
in interface IExportProfileTask
java.rmi.RemoteException
public boolean isProfileUpToDate(java.lang.String keyID) throws java.rmi.RemoteException
isProfileUpToDate
in interface IExportProfileTask
java.rmi.RemoteException