Class UIServer2
- java.lang.Object
-
- org.oa4mp.delegation.server.client.ASImpl
-
- org.oa4mp.delegation.server.client.UIServer2
-
- All Implemented Interfaces:
UIServer
,AddressableServer
,DoubleDispatchServer
,Server
public class UIServer2 extends ASImpl implements UIServer
Handles client UserInfo request to server
-
-
Constructor Summary
Constructors Constructor Description UIServer2(edu.uiuc.ncsa.security.servlet.ServiceClient serviceClient)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description edu.uiuc.ncsa.security.servlet.ServiceClient
getServiceClient()
UIResponse
processUIRequest(UIRequest uiRequest)
Processes UserInfo request-
Methods inherited from class org.oa4mp.delegation.server.client.ASImpl
getAddress, process
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.oa4mp.delegation.common.services.DoubleDispatchServer
process
-
-
-
-
Method Detail
-
getServiceClient
public edu.uiuc.ncsa.security.servlet.ServiceClient getServiceClient()
-
processUIRequest
public UIResponse processUIRequest(UIRequest uiRequest)
Processes UserInfo request- Specified by:
processUIRequest
in interfaceUIServer
- Parameters:
uiRequest
- User info request- Returns:
- User Info response
-
-