public class CLJaxWSBrowserImpl extends CLEnterpriseBrowser implements CLBrowser, CLWSBrowser
CLBrowser.AuthState
CONFIG_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_USERNAME
KEY_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, update
changePassword, 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, verifyMandatory
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
changePassword, 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, verifyMandatory
public CLJaxWSBrowserImpl(Credentials creds, java.lang.String lang, java.lang.String country) throws java.lang.Exception
java.lang.Exception
public CLBrowser.AuthState authenticate(java.lang.String user, java.lang.String pass)
CLWSBrowser
authenticate
in interface CLBrowser
authenticate
in interface CLWSBrowser
authenticate
in class CLBrowserBase
user
- User namepass
- Passwordpublic java.lang.String exec(java.lang.String method, java.lang.Object[] args) throws java.rmi.RemoteException
CLEnterpriseBrowser
exec
in interface CLWSBrowser
method
- Name of the method of CLBrowser interfaceargs
- Arguments of that methodjava.rmi.RemoteException
public java.lang.Object exec2(java.lang.String method, java.lang.Object[] args) throws java.rmi.RemoteException
CLWSBrowser
exec2
in interface CLWSBrowser
method
- Name of the method of CLBrowser interfaceargs
- Arguments of that methodjava.rmi.RemoteException
public SvcContext execSvc(SvcContext ctx) throws com.irisel.oms.ws.holmes.GenericFault
CLWSBrowser
execSvc
in interface CLWSBrowser
ctx
- is a SvcContext instance
with mandatory values SvcContext.PARAM_SVCNAME and SvcContext.PARAM_CLSNAMEcom.irisel.oms.ws.holmes.GenericFault