The ScreenService interface
Method Summary | |
View |
execute(ScreenSession screenSession,
ServiceRequest serviceRequest,
ServiceResponse serviceResponse)
Executes the service |
java.lang.String |
getName()
Returns the name of the service |
java.lang.String |
getRenderer()
Returns the renderer associated with the service (or null if none) |
java.lang.String |
getSessionKey()
Returns the session key (or null if none) |
void |
init(java.lang.String sServiceName,
java.lang.String sRenderer,
java.lang.String sSessionKey)
Initializes the service instance (just after creation) |
Method Detail |
public void init(java.lang.String sServiceName, java.lang.String sRenderer, java.lang.String sSessionKey)
sServiceName
- the name of the servicesRenderer
- the renderer associated with the service (or null if none)sSessionKey
- the session key to use for result storage (or null if no storage)public View execute(ScreenSession screenSession, ServiceRequest serviceRequest, ServiceResponse serviceResponse) throws TelosysException
screenSession
- the user's screen sessionserviceRequest
- the service request instanceserviceResponse
- the service response instance
TelosysException
public java.lang.String getRenderer()
public java.lang.String getName()
public java.lang.String getSessionKey()