Skip to content
Snippets Groups Projects
Commit 290a316e authored by felmer's avatar felmer
Browse files

OBP-33 Constants for service name and URL are added to the interface definition

SVN: 16861
parent c7337a5c
No related branches found
No related tags found
No related merge requests found
......@@ -33,6 +33,16 @@ import ch.systemsx.cisd.openbis.plugin.phosphonetx.shared.api.v1.dto.MsInjection
*/
public interface IRawDataService extends IRpcService
{
/**
* Name of this service for which it is registered at the RPC name server.
*/
public static final String SERVICE_NAME = "phosphonetx-raw-data";
/**
* Application part of the URL to access this service remotely.
*/
public static final String SERVER_URL = "/rmi-" + SERVICE_NAME + "-v1";
/**
* Tries to authenticate specified user with specified password. Returns session token if
* succeeded otherwise <code>null</code> is returned.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment