Interface IWebInformationService
-
- All Superinterfaces:
IRpcService
public interface IWebInformationService extends IRpcService
Service for retrieving web information.
-
-
Field Summary
Fields Modifier and Type Field Description 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description 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
-
-