ch.systemsx.cisd.openbis.dss.generic.shared.content
Class DssServiceRpcGenericFactory

java.lang.Object
  extended by ch.systemsx.cisd.openbis.dss.generic.shared.content.DssServiceRpcGenericFactory
All Implemented Interfaces:
IDssServiceRpcGenericFactory

public class DssServiceRpcGenericFactory
extends java.lang.Object
implements IDssServiceRpcGenericFactory

Implementation of IDssServiceRpcGenericFactory using on HttpInvokerUtils and caching services in a map.


Constructor Summary
DssServiceRpcGenericFactory()
           
 
Method Summary
 IDssServiceRpcGeneric getService(java.lang.String baseURL)
          Returns the service for the specified base URL.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DssServiceRpcGenericFactory

public DssServiceRpcGenericFactory()
Method Detail

getService

public IDssServiceRpcGeneric getService(java.lang.String baseURL)
Description copied from interface: IDssServiceRpcGenericFactory
Returns the service for the specified base URL. Always return the same instance for equal service URLs.

Specified by:
getService in interface IDssServiceRpcGenericFactory