public class CLJaxWSBrowserImpl extends CLEnterpriseBrowser implements CLBrowser, CLWSBrowser
CLBrowser.AuthStateCONFIG_FILE, KEY_WS_PASSWORD, KEY_WS_PORT, KEY_WS_PROXY_AUTH_TYPE, KEY_WS_PROXY_HOST, KEY_WS_PROXY_PASSWORD, KEY_WS_PROXY_PORT, KEY_WS_PROXY_USERNAME, KEY_WS_USERNAMEKEY_APP_PASS, KEY_APP_USER, KEY_DB_DATABASE, KEY_DB_PASS, KEY_DB_PORT, KEY_DB_SCHEMA, KEY_DB_SERV, KEY_DB_TYPE, KEY_DB_USER, KEY_OL_SCH_FILE| Constructor and Description |
|---|
CLJaxWSBrowserImpl(Credentials creds,
java.lang.String lang,
java.lang.String country) |
| Modifier and Type | Method and Description |
|---|---|
CLBrowser.AuthState |
authenticate(java.lang.String user,
java.lang.String pass)
Invokes the login method of the Web Service.
|
java.lang.String |
exec(java.lang.String method,
java.lang.Object[] args)
Invokes the abstract exec method of the Generic Bean
|
java.lang.Object |
exec2(java.lang.String method,
java.lang.Object[] args)
Invokes the exec2 method of the Web Service.
|
SvcContext |
execSvc(SvcContext ctx)
Invokes the execSvc method of the Web Service.
|
create, createDescriptionId, delete, doRefresh, doRefresh, executeQuery, executeQuery, executeText, executeTextNoReturn, exit, findClass, getApp, getApp, getBytecode, getClass, getDescriptionBlock, getDescriptionBlock, getDescriptionVO, getDescriptionVO, getDescriptionVOFromDB, getDescriptionVOFromDB, getPrimaryKeys, getProperty, getSchema, getSerial, getVersion, impersonate, saveAppVO, saveDescriptionVO, saveDescriptionVO, saveFile, toString, updatechangePassword, createDescriptionVO, createDescriptionVO, createDescriptionVO, createDescriptionVO, doRefresh, echo, executeQuery, flushPrivileges, getAppOld, getAuthType, getClass, getConfigItems, getConfigItemValue, getConfigItemValue, getCountry, getDatabaseName, getDbType, getDBTypes, getDefaultRole, getDescriptionBlock, getDescriptionBlock, getDescriptionVO, getDescriptionVOFromDB, getIcon, getInstance, getInstance, getInstance, getInstance, getInstance, getInstanceCount, getInstances, getInstanceSet, getInstanceSet, getInstanceSet, getInstanceSet, getInstanceSetValidStatus, getInstanceSetValidStatus, getInstanceSetValidStatus, getLang, getListById, getListByName, getListByParent, getLists, getMode, getPass, getPerfStats, getPort, getRelation, getRelation, getResourceBytes, getSelectedListVO, getServer, getUser, getUserRecord, grantExecOnFunction, initApp, isEnableFilterInactiveStates, logPerformance, newInstance, resetUserPassword, saveAppVO, saveList, setAutomaticFields, setConfigItemValue, setCountry, setDatabaseName, setDbType, setDescription, setDescription, setDescription, setEnableFilterInactiveStates, setLang, setMode, setPass, setPort, setSchema, setServer, setUser, unlockAccount, updateDescriptionVO, updateModelVersion, validate, verifyMandatoryequals, getClass, hashCode, notify, notifyAll, wait, wait, waitchangePassword, create, createDescriptionId, createDescriptionVO, createDescriptionVO, createDescriptionVO, createDescriptionVO, delete, doRefresh, doRefresh, doRefresh, echo, executeQuery, executeQuery, executeQuery, executeText, executeTextNoReturn, findClass, getApp, getApp, getAuthType, getBytecode, getClass, getClass, getConfigItems, getConfigItemValue, getConfigItemValue, getCountry, getDatabaseName, getDbType, getDBTypes, getDefaultRole, getDescriptionBlock, getDescriptionBlock, getDescriptionBlock, getDescriptionBlock, getDescriptionVO, getDescriptionVO, getDescriptionVO, getDescriptionVOFromDB, getDescriptionVOFromDB, getDescriptionVOFromDB, getIcon, getInstance, getInstance, getInstance, getInstance, getInstance, getInstanceCount, getInstances, getInstanceSet, getInstanceSet, getInstanceSet, getInstanceSet, getInstanceSetValidStatus, getInstanceSetValidStatus, getInstanceSetValidStatus, getLang, getListById, getListByName, getListByParent, getLists, getMode, getPerfStats, getPort, getPrimaryKeys, getProperty, getRelation, getRelation, getResourceBytes, getSchema, getSelectedListVO, getSerial, getServer, getVersion, impersonate, isEnableFilterInactiveStates, newInstance, resetUserPassword, saveAppVO, saveAppVO, saveFile, saveList, setAutomaticFields, setCountry, setDatabaseName, setDbType, setDescription, setDescription, setDescription, setEnableFilterInactiveStates, setLang, setPort, setSchema, setServer, unlockAccount, update, updateDescriptionVO, updateModelVersion, validate, verifyMandatorypublic CLJaxWSBrowserImpl(Credentials creds, java.lang.String lang, java.lang.String country) throws java.lang.Exception
java.lang.Exceptionpublic CLBrowser.AuthState authenticate(java.lang.String user, java.lang.String pass)
CLWSBrowserauthenticate in interface CLBrowserauthenticate in interface CLWSBrowserauthenticate in class CLBrowserBaseuser - User namepass - Passwordpublic java.lang.String exec(java.lang.String method,
java.lang.Object[] args)
throws java.rmi.RemoteException
CLEnterpriseBrowserexec in interface CLWSBrowsermethod - Name of the method of CLBrowser interfaceargs - Arguments of that methodjava.rmi.RemoteExceptionpublic java.lang.Object exec2(java.lang.String method,
java.lang.Object[] args)
throws java.rmi.RemoteException
CLWSBrowserexec2 in interface CLWSBrowsermethod - Name of the method of CLBrowser interfaceargs - Arguments of that methodjava.rmi.RemoteExceptionpublic SvcContext execSvc(SvcContext ctx) throws com.irisel.oms.ws.holmes.GenericFault
CLWSBrowserexecSvc in interface CLWSBrowserctx - is a SvcContext instance
with mandatory values SvcContext.PARAM_SVCNAME and SvcContext.PARAM_CLSNAMEcom.irisel.oms.ws.holmes.GenericFault