public class WebService3SoapBindingImpl extends Object implements WebService3Impl
| Constructor and Description |
|---|
WebService3SoapBindingImpl() |
| Modifier and Type | Method and Description |
|---|---|
ModuleInstallDetail |
checkConsistency(HashMap versionIdInstalled,
String[] versionIdToInstall,
String[] versionIdToUpdate,
HashMap additionalInfo) |
String[][] |
getMaturityLevels() |
byte[] |
getModule(String moduleVersionID) |
String |
getURLforDownload(String moduleVersionID) |
boolean |
isCommercial(String moduleVersionID) |
Module |
moduleDetail(String moduleVersionID) |
Module |
moduleRegister(Module module,
String userName,
String password) |
SimpleModule[] |
moduleScanForUpdates(HashMap moduleIdInstalledModules,
HashMap additionalInfo) |
SimpleModule[] |
moduleSearch(String word,
String[] exclude,
HashMap additionalInfo) |
public byte[] getModule(String moduleVersionID) throws RemoteException
getModule in interface WebService3ImplRemoteExceptionpublic boolean isCommercial(String moduleVersionID) throws RemoteException
isCommercial in interface WebService3ImplRemoteExceptionpublic Module moduleDetail(String moduleVersionID) throws RemoteException
moduleDetail in interface WebService3ImplRemoteExceptionpublic SimpleModule[] moduleSearch(String word, String[] exclude, HashMap additionalInfo) throws RemoteException
moduleSearch in interface WebService3ImplRemoteExceptionpublic Module moduleRegister(Module module, String userName, String password) throws RemoteException
moduleRegister in interface WebService3ImplRemoteExceptionpublic SimpleModule[] moduleScanForUpdates(HashMap moduleIdInstalledModules, HashMap additionalInfo) throws RemoteException
moduleScanForUpdates in interface WebService3ImplRemoteExceptionpublic ModuleInstallDetail checkConsistency(HashMap versionIdInstalled, String[] versionIdToInstall, String[] versionIdToUpdate, HashMap additionalInfo) throws RemoteException
checkConsistency in interface WebService3ImplRemoteExceptionpublic String getURLforDownload(String moduleVersionID) throws RemoteException
getURLforDownload in interface WebService3ImplRemoteExceptionpublic String[][] getMaturityLevels() throws RemoteException
getMaturityLevels in interface WebService3ImplRemoteException