Uses of Class
org.oa4mp.delegation.client.request.UIRequest
-
Packages that use UIRequest Package Description edu.uiuc.ncsa.oa4mp.delegation.client.server This package contains classes that represent the server to the client.edu.uiuc.ncsa.oa4mp.delegation.oa2.client -
-
Uses of UIRequest in edu.uiuc.ncsa.oa4mp.delegation.client.server
Methods in edu.uiuc.ncsa.oa4mp.delegation.client.server with parameters of type UIRequest Modifier and Type Method Description UIResponse
UIServer. processUIRequest(UIRequest uiRequest)
-
Uses of UIRequest in edu.uiuc.ncsa.oa4mp.delegation.oa2.client
Methods in edu.uiuc.ncsa.oa4mp.delegation.oa2.client with parameters of type UIRequest Modifier and Type Method Description UIResponse
DS2. getUserInfo(UIRequest uiRequest)
UIResponse
UIServer2. processUIRequest(UIRequest uiRequest)
Processes UserInfo request
-