The "service provider" interface
| Method Summary | |
ScreenService |
getService(java.lang.String sServiceName)
Returns an instance of the service identified by its name |
java.lang.String |
getSessionKey(java.lang.String sServiceName)
Returns the key used to store the service result in the ScreenSession |
void |
init()
Initializes the screen provider using the current Telosys properties |
| Method Detail |
public ScreenService getService(java.lang.String sServiceName)
throws TelosysException
sServiceName - the name of the service
TelosysException
public java.lang.String getSessionKey(java.lang.String sServiceName)
throws TelosysException
sServiceName - the name of the service
TelosysExceptionpublic void init()