org.pentaho.platform.repository2.unified.webservices
Class IUnifiedRepositoryWebServiceCache
java.lang.Object
org.pentaho.platform.repository2.unified.webservices.IUnifiedRepositoryWebServiceCache
public class IUnifiedRepositoryWebServiceCache
- extends Object
service
public static IUnifiedRepositoryWebServiceAsync service
IUnifiedRepositoryWebServiceCache
public IUnifiedRepositoryWebServiceCache()
getService
public static IUnifiedRepositoryWebServiceAsync getService(String url)
- Get an instance of this async interface for IUnifiedRepositoryWebService.
- Parameters:
url
- The url where the remote endpoint is mounted.
- Returns:
- The async instance.
getService
public static IUnifiedRepositoryWebServiceAsync getService()
- Get an instance of this async interface for IUnifiedRepositoryWebService. This method assumes the endpoint is
mounted at "http://localhost:8080/pentaho/ws/gwt/unifiedRepository".
- Returns:
- The async instance.
getServiceRelativeToUrl
public static IUnifiedRepositoryWebServiceAsync getServiceRelativeToUrl(String url)
- Get an instance of this async interface for IUnifiedRepositoryWebService. This method assumes the endpoint is
mounted at url + "ws/gwt/unifiedRepository".
- Returns:
- The async instance.