|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.irisel.oms.olapi.CLBrowserBase
com.irisel.oms.olapi.CLEnterpriseBrowser
com.irisel.oms.olapi.CLJaxWSBrowserImpl
public class CLJaxWSBrowserImpl
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface com.irisel.oms.olapi.CLBrowser |
---|
CLBrowser.AuthState |
Field Summary |
---|
Fields inherited from interface com.irisel.oms.olapi.CLWSBrowser |
---|
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 |
Fields inherited from interface com.irisel.oms.olapi.CLBrowser |
---|
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 Summary | |
---|---|
CLJaxWSBrowserImpl(Credentials creds)
|
Method Summary | |
---|---|
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. |
Methods inherited from class com.irisel.oms.olapi.CLEnterpriseBrowser |
---|
create, createDescriptionId, delete, doRefresh, doRefresh, executeQuery, executeQuery, executeText, executeTextNoReturn, exit, findClass, getApp, getBytecode, getClass, getDescriptionVO, getDescriptionVO, getDescriptionVOFromDB, getDescriptionVOFromDB, getPrimaryKeys, getProperty, getSchema, getSerial, getVersion, impersonate, saveAppVO, saveDescriptionVO, saveDescriptionVO, saveFile, toString, update |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CLJaxWSBrowserImpl(Credentials creds) throws java.lang.Exception
java.lang.Exception
Method Detail |
---|
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 method
java.rmi.RemoteException
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 method
java.rmi.RemoteException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |