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.AxisFaultpublic IExportProfileTaskStub(java.net.URL endpointURL,
javax.xml.rpc.Service service)
throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultpublic IExportProfileTaskStub(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 void deleteProfile(java.lang.String keyID)
throws java.rmi.RemoteException
deleteProfile in interface IExportProfileTaskjava.rmi.RemoteExceptionpublic java.lang.String addProfile(ExportProfileTO to) throws java.rmi.RemoteException
addProfile in interface IExportProfileTaskjava.rmi.RemoteExceptionpublic void updateProfile(ExportProfileTO to) throws java.rmi.RemoteException
updateProfile in interface IExportProfileTaskjava.rmi.RemoteExceptionpublic java.lang.String getItemSummary(java.lang.String keyID,
boolean expandItems)
throws java.rmi.RemoteException
getItemSummary in interface IExportProfileTaskjava.rmi.RemoteExceptionpublic ExportProfileTO[] enumProfiles() throws java.rmi.RemoteException
enumProfiles in interface IExportProfileTaskjava.rmi.RemoteExceptionpublic void uploadProfile(UploadProfileInput input) throws java.rmi.RemoteException
uploadProfile in interface IExportProfileTaskjava.rmi.RemoteExceptionpublic FileDefTO exportProfile(ExportProfileTO to) throws java.rmi.RemoteException
exportProfile in interface IExportProfileTaskjava.rmi.RemoteExceptionpublic ExportProfileState getProfileState(java.lang.String keyID) throws java.rmi.RemoteException
getProfileState in interface IExportProfileTaskjava.rmi.RemoteExceptionpublic ExportProfileTO findProfile(java.lang.String keyID) throws java.rmi.RemoteException
findProfile in interface IExportProfileTaskjava.rmi.RemoteExceptionpublic boolean isProfileUpToDate(java.lang.String keyID)
throws java.rmi.RemoteException
isProfileUpToDate in interface IExportProfileTaskjava.rmi.RemoteException