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 WebService3Impl
RemoteException
public boolean isCommercial(String moduleVersionID) throws RemoteException
isCommercial
in interface WebService3Impl
RemoteException
public Module moduleDetail(String moduleVersionID) throws RemoteException
moduleDetail
in interface WebService3Impl
RemoteException
public SimpleModule[] moduleSearch(String word, String[] exclude, HashMap additionalInfo) throws RemoteException
moduleSearch
in interface WebService3Impl
RemoteException
public Module moduleRegister(Module module, String userName, String password) throws RemoteException
moduleRegister
in interface WebService3Impl
RemoteException
public SimpleModule[] moduleScanForUpdates(HashMap moduleIdInstalledModules, HashMap additionalInfo) throws RemoteException
moduleScanForUpdates
in interface WebService3Impl
RemoteException
public ModuleInstallDetail checkConsistency(HashMap versionIdInstalled, String[] versionIdToInstall, String[] versionIdToUpdate, HashMap additionalInfo) throws RemoteException
checkConsistency
in interface WebService3Impl
RemoteException
public String getURLforDownload(String moduleVersionID) throws RemoteException
getURLforDownload
in interface WebService3Impl
RemoteException
public String[][] getMaturityLevels() throws RemoteException
getMaturityLevels
in interface WebService3Impl
RemoteException