ch.systemsx.cisd.openbis.generic.shared.api.v1
Interface IWebInformationService

All Superinterfaces:
IRpcService

public interface IWebInformationService
extends IRpcService

Service for retrieving web information.


Field Summary
static java.lang.String JSON_SERVICE_URL
          Application part of the URL to access this service remotely.
static java.lang.String SERVICE_NAME
          Name of this service for which it is registered at the RPC name server.
 
Method Summary
 java.lang.String getSessionToken()
          Returns the server side session token for the current HTTP session.
 
Methods inherited from interface ch.systemsx.cisd.common.api.IRpcService
getMajorVersion, getMinorVersion
 

Field Detail

SERVICE_NAME

static final java.lang.String SERVICE_NAME
Name of this service for which it is registered at the RPC name server.

See Also:
Constant Field Values

JSON_SERVICE_URL

static final java.lang.String JSON_SERVICE_URL
Application part of the URL to access this service remotely.

See Also:
Constant Field Values
Method Detail

getSessionToken

java.lang.String getSessionToken()
Returns the server side session token for the current HTTP session.